Search results

  1. arphile

    Adding a statue to a mob.

    First, You need to write this code on Top using Server.Items; after that, you need to fix OnDeath Function like this public override void OnDeath(Container c) { base.OnDeath(c); if (Utility.RandomDouble() < 0.200) // Rate( 0.01 = 1% ) c.DropItem(new UnicornRibs()); }...
  2. arphile

    Dungeon Gate - Felucca

    arphile submitted a new resource: Dungeon Gate - Felucca - Arphile, DungeonGate, GoldConsume 한국 샤드의 해당 스크립트 사용을 금지합니다. Read more about this resource...
  3. arphile

    Dungeon Gate - Felucca 2015-05-28

    Hi again, this is Arphile. Today, I'll upload my Dungeon gate scripts. What you need to do is just insert this script to your Script folder ([Server]/Scripts/Custom/ is best place to insert) and reboot your server. After that, you need to use [DungeonMoonGen command to generate Red Dungeon...
  4. arphile

    Inspiration is Most powerful things that you can have. Think, think and think more. Living is...

    Inspiration is Most powerful things that you can have. Think, think and think more. Living is not means just live.
  5. arphile

    Custom Spells with Casting Level

    This custom spell book is for Cleric ( For my server, these spells use skill which name is WhiteMagic ) Each spells have Levels that makes more powerful. If someone need to cast the weakest heal, that person will case Heal Lv.1 This is just example for you guys, and I wish you'll have some...
  6. arphile

    Here is my achievement system that you can make your own achievements.

    A1> Core files are included this thread what I uplode here. If I want to check Quest stuff, I'll insert some codes on individual quest scripts. ( or base script ) A2> It can be check everything. for example, If I insert code like this public void function ( Mobile m ) {...
  7. arphile

    Lots of Custom Set Items

    Now I'm just looking my Server folders(I had 2 shards..) and finding something to share. I gave up to run OSI style shards so I don't need to use those scripts anymore. It means, I can share all of my scripts. Isn't it sounds like sad? :rolleyes:
  8. arphile

    Lots of Custom Set Items

    arphile submitted a new resource: Lots of Custom Set Items - Arphile, SetItems, MonthlyRare, Rewards, CustomRelease 한국 샤드의 해당 스크립트 사용을 금지합니다. Read more about this resource...
  9. arphile

    Lots of Custom Set Items 2015-05-27

    This script was used on my past shard which name was Refresh. It could be a great rewards of some kind of raids or attendence. To apply this script, you need to do 2 things. One is put this scripts like [Server]\Scripts\Custom\ and fix Setitem.cs which is placed in [Server]\Scripts\Items\-...
  10. arphile

    Hi guys, this is Arphile.

    Thx, Milva :)
  11. arphile

    Here is my achievement system that you can make your own achievements.

    you need to add something find about Skills in PlayerMobile.cs and think about it. because you need to make a space to save your achievement values. after that, you might be need to calculate some achievements. if that, you need to make it. for example, Achievement about dead, find OnDeath...
  12. arphile

    Here is my achievement system that you can make your own achievements.

    Nope. Cuz I'm korean, and I don't want other shard which is placed in Korea use this script.
  13. arphile

    Here is my achievement system that you can make your own achievements.

    arphile submitted a new resource: Here is my achievement system that you can make your own achievements. - Arphile, AchievementSystem, Achievement, Achieve I'll not allow to use this script for Korean Shards. If you're not korean, you can use it. :) Read more about this resource...
  14. arphile

    Here is my achievement system that you can make your own achievements. 2015-05-26

    I don't develope this script anymore, but I think someone will be motivated with this. So I decided to publish this to here. It might be a hint for developers. I wish to republish this script by other developer. Just Read It, and Enjoy it. PS. It needs to modify lots of parts in usual script...
  15. arphile

    Hi guys, this is Arphile.

    Last year, my English skill was really terrible that I couldn't communicate with others clearly. I know still my English is not good, but I can tell something more clearly. Now a days, I've closed my two shards which one was T2A(15 years ago OSI Style) and the other was High seas with some...
  16. arphile

    Is it BUG? I'm not sure

    it's because of packets. client will show you sth with server's settings. if server returns the packet about expansion with T2A settings, client will show T2A settings only. so, you should change settings of packets on Core script. File Direction : ServUO\Server\ExpansionInfo.cs Find...
  17. arphile

    Player OnLogin Crash !

    are you sure how to use for function? i is infinitely growing and that function works again and again
  18. arphile

    Player OnLogin Crash !

    for (int i = 0; acc.DCActiveMin >= 120; ++i) I think here is your problem
  19. arphile

    Character Logger

    I'll give you a solution. Using IOStream to make a log. Chat function is in PlayerMobile - DoSpeech() and Party - SendPublicMessage() Input code to both functions. After that, you can see all the logs.
  20. arphile

    Achievement System

    This system track manythings like hunting monsters, killing bosses, making stuffs, using skills, how many times my char had been dead, and my shard contains critical system. so it tracks a lot of custom systems...

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back