Search results

  1. Kilra Yan

    Handy Random Quest Generator

    Kilra Yan submitted a new resource: Handy Random Quest Generator - Random Quest Generator Read more about this resource...
  2. Kilra Yan

    quest items not counting

    Took "Ancient World Quest" from Lorekeeper Broolol, which requires a Fragment of a Map to be completed. You get the Fragment of a Map from an evil healer or add into your pack. The quest will not allow to finish as not counting the item as collected. Do anyone share that issue? I tested...
  3. Kilra Yan

    Useful IsEquipped check

    I wrote a function which check if player has any input item equipped Basically it works like that: supposed you have to discover if player has the Axe Of Abadon equipped you call if (IsEquipped (mobile as PlayerMobile, Axeofabadon)) { do this } could become useful in order not to recall...
  4. Kilra Yan

    Iron Beetle

    Kilra Yan submitted a new resource: Iron Beetle - iron beetle underworld Read more about this resource...
  5. Kilra Yan

    crash code

    What is wrong with that code? BaseWeapon wea = o as BaseWeapon; foreach( int i in Enum.GetValues(typeof( AosWeaponAttribute)) ) Server crashes server like that System.InvalidCastException: Specified cast is not valid.
  6. Kilra Yan

    Serpent Pillars!

    Kilra Yan submitted a new resource: Serpent Pillars! - serpent pillar Read more about this resource...
  7. Kilra Yan

    Item Identification useful again

    Kilra Yan submitted a new resource: Item Identification useful again - item identification skill Read more about this resource...
  8. Kilra Yan

    Gargish doors & decos

    Kilra Yan submitted a new resource: Gargish doors & decos - Gargish decorations Read more about this resource...
  9. Kilra Yan

    Some Ninjitsu fixes

    I am attempting to improve Ninja AI, in the meanwhile I was looking at this thread http://www.runuo.com/community/threads/runuo2-distro-ninja-move-script-modifications.469039/ how about including it in the ServUO repo?
  10. Kilra Yan

    QL system

    Is there a reason why it hasnt been implemented yet upon killing? Adding few lines on each monster it can be possible to implement it example: public override void OnDeath(Container c) { base.OnDeath(c); /* Give Queens Loyalty Points Start*/ if...
  11. Kilra Yan

    Improving The Exodus Encounter Quest

    Since according to wiki the player have to place the altar and the tome using the Exodus Summoning Altar and not the staff, I am attempting to fix the code to improve further this quest so it could be included to ServUO distro. Please if you know a script way that force to place an object like...
  12. Kilra Yan

    Plant Harvesting System 2.0

    Kilra Yan submitted a new resource: Plant Harvesting System 2.0 - gardening harvesting plants farming Read more about this resource...
  13. Kilra Yan

    Exploring the deep

    Kilra Yan submitted a new resource: Exploring the deep - exploring the deep expansion servuo Read more about this resource...
  14. Kilra Yan

    Cartography Fix - Make Maps for all Facets

    Kilra Yan submitted a new resource: Cartography Fix - Make Maps for all Facets - Cartography Fix - Make Maps for all Facets Read more about this resource...
  15. Kilra Yan

    Revamped Ninja AI for lastest ServUO rep

    Kilra Yan submitted a new resource: Revamped Ninja AI for lastest ServUO rep - ServUO NinjaAI Read more about this resource...
  16. Kilra Yan

    Error 0x00000006 playermobile with that serialization

    I am testing the released sphynx code which is available from http://www.runuo.com/community/threads/sphynx-re-release.82200/ and once implemented everytime I restart server it tells me something missing from playermobile and suddendly delete my character. I included in my playermobile all the...
  17. Kilra Yan

    Exploring the Deep Quest missing

    Here all in-depth details about this quest: http://uo2.stratics.com/quest-and-events/enchantment-of-the-royal-sea-part-1/exploring-the-deep-part-1/ I added this in script support because this is a very good material where to start. I am figuring out already how it unfold probably if anyone...
  18. Kilra Yan

    TOK, NH, BT Teleporters & fixes

    Kilra Yan submitted a new resource: TOK, NH, BT Teleporters & fixes - TOK, NH, BT Teleport Read more about this resource...
  19. Kilra Yan

    Ilshenar/britain deco fixes

    Kilra Yan submitted a new resource: Ilshenar/britain deco fixes - Ilshenar decoration Read more about this resource...
  20. Kilra Yan

    A small introduction

    I am doing a bit of introduction about what I think about making and personalizing our own shards in the hope to strengthening furtherly the already present feeling of community here in this forum. With community I mean people who help others one in creating a basic universal shard where then...
Back