Search results

  1. arphile

    Achievement System

    I already made Achievement System. here is my example about this system, but if you want to use this script, huge modify is necessary. so I cannot publish this script.... Just see it, and make your own Achievement System.
  2. arphile

    Now I tried to make ACHIEVEMENT SYSTEM, and successed!

    Now I tried to make ACHIEVEMENT SYSTEM, and successed!
  3. arphile

    Runic Fletching Tools

    int randvalue = Utility.RandomMinMax(1,10000); if ( randvalue <= 1 ) { return new RunicFletcherTool( CraftResource.Heartwood, 15); } else if ( randvalue <= 2 ) { return new RunicFletcherTool( CraftResource.YewWood, 25); } else if ( randvalue <= 4 ) { return new RunicFletcherTool(...
  4. arphile

    Have an idea of a reward system.

    My shard already have DailyQuest system. if you want to make Daily QUest System, Modify MLQuest Script. Quest Object page already uploaded in forum. you can find my script, and just put it your Server folder. after that, you need to make variable about daily quest DateTime, Int DateTime makes...
  5. arphile

    Spider`s Silk is a part of Reagents, but how can I put in values?

    so, exactly what I want to do is targetting garlic -> check it is BaseReagent -> Get Type as BaseReagent Item -> BaseReagent -> Garlic I know this function, but how can I get BaseReagent just using Garlic? I want to sort a lot of kind items, and there are many kinds of basetypes. so, if I...
  6. arphile

    Spider`s Silk is a part of Reagents, but how can I put in values?

    yes I know garlic is BaseReagent. but it is just example... I have a lot of types of items, and I need to sort something.. so that`s the reason why I need to use this codes.. I know using like if ( obj1 is BaseReagent ) { BaseReagent aa = obj1 as BaseReagent; } is very simple answer, but I...
  7. arphile

    Spider`s Silk is a part of Reagents, but how can I put in values?

    also it doesn't work like this... base.obj1.GetType();
  8. arphile

    Spider`s Silk is a part of Reagents, but how can I put in values?

    yeah, what I want to is make Gaelic to just Reagent. I tried to using like Item.GetType().GetType() but it doesn`t work...
  9. arphile

    Spider`s Silk is a part of Reagents, but how can I put in values?

    but, if I use .GetType(), just it remains SpiderSilk...
  10. arphile

    Spider`s Silk is a part of Reagents, but how can I put in values?

    Spider`s Silk is a part of Reagents, but how can I put in values? I want to put in like this. Item obj = new SpiderSilk(); // and some codes in here, it makes obj to Reagent Item obj2 = new Garlic(); if ( obj2 is obj ) { // now obj is Reagent, so it will be like this : if ( obj2 is Reagent )...
  11. arphile

    Need a little help with special AI targetting.

    if you add like this code, it will not be happen. try like this foreach( Mobile m in target.Map.GetMobilesInRange( target.Location, BreathMaxRange ) ) { if (m != null && !m.Deleted && m != target && m.Alive && !m.IsDeadBondedPet && ( m.AccessLevel < AccessLevel.Counselor || CanSee( m ) )...
  12. arphile

    I`m trying to make AOS Battlefield like League OF Legends, DOTA, Chaos, etc..

    I`m trying to make AOS Battlefield like League OF Legends, DOTA, Chaos, etc..
  13. arphile

    I`m in Sydney now. to study English

    I`m in Sydney now. to study English
  14. arphile

    Internal Cleaner

    arphile submitted a new resource: Internal Cleaner - Clean Internal Caution : It can delete some items which is dragging. If you want to clean your internal, I recommand to use this script when server just started. Read more about this resource...
  15. arphile

    Internal Cleaner 1.0

    This is my Test Script for clean Shard Internal I found internal generates waste gems where amount just one. so when I use command to count gems in internal where amount 1 there are above 100,000 amount of waste gems. so I make this script to delete them. I don`t know why they`re generated...
  16. arphile

    Mondain Quest Gump

    arphile submitted a new resource: Mondain Quest Gump - Mondain Quest Gump Read more about this resource...
  17. arphile

    Mondain Quest Gump 1.0

    If you make custom quest, and make over 3 objective, your quest objective status will be over the gump. I catch this problem, and fix it. if you replace my script to your script, also will be fix it. ( I`m sorry about my bad english skill.. 8_8 ) PS. This script is Using Hangul(Korean...
  18. arphile

    Make Easy/Normal/Hard Mode Champs

    Make Easy/Normal/Hard Mode Champs
  19. arphile

    UOExplorer - Resource Browser

    Very Nice Works!
  20. arphile

    Ultima Online Raid Dungeon

    it is simple example for UO Raid System this is my shard, and this dungeon named "Infinite Tower" a lot of canned evil champs converted to Hard Mode Champ, and they`re living in the tower

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back