Search results

  1. sahisahi

    Parry chance based on craftresource / block damage

    if i recall good i fixed it long time ago
  2. sahisahi

    Attach XmlValue on Player via XmlSpawner

    Yes it is possible: SETONTRIGMOB/ATTACH/XmlValue,XS,0 Will attach to the player the Xmlvalue called ''XS'', value 0 Go to the spawner props and set the NonTriggerOnCarried option: ATTACHMENT,XS,xmlvalue So the spawner wont trigger again if the player has the attach already Im very rusty when...
  3. sahisahi

    Attach XmlValue on Player via XmlSpawner

    so i was right :p
  4. sahisahi

    Attach XmlValue on Player via XmlSpawner

    SETONTRIGMOB/ATTACHMENT,xmlvalue,X,value/INC,1
  5. sahisahi

    Difference between classic and enhanced client

    Use Classic uo https://www.classicuo.eu/
  6. sahisahi

    I wonder where user information is stored.

    Avoid messing with save files , you will end up with corrupt save file
  7. sahisahi

    Trying to do XML level weapons cannot hurt players,getting issue.

    yeah do it the way tass says, if you have leveleable RANGED weapons remember to add the same method to BaseRange.cs XmlLevelItem a = (XmlLevelItem)XmlAttach.FindAttachment(this, typeof(XmlLevelItem)); if (attacker != null && defender != null && defender is PlayerMobile) { if (a !=...
  8. sahisahi

    Increase skills in pvm

    Orc/ATTACH/<xmldeathaction/action/@SETONTHIS/ADD/ScrollOfTranscendence,{RNDLIST,Alchemy,Anatomy,Healing,Stealing{RND,1,5}>
  9. sahisahi

    Increase skills in pvm

    Something like: Orc/ATTACH/<xmldeathaction/action/@SETONTHIS/ADD/ScrollOfTranscendence/{RNDLIST,Alchemy,Anatomy,Healing,Stealing}/{RND,1,5}> You can add as many skills to the RNDLIST as you want, its a randomlist it will pick one from the list, the RND its the minmax value, its random too...
  10. sahisahi

    Small character animation

    i think most people uses classicuo nowadays, once they try it for first time... they just wont to touch the old choppy default client ever again :P
  11. sahisahi

    System messages upon entering areas

    is not an option, its a syntax, an entry, just type what tass said in a xmlspawner
  12. sahisahi

    UO - EMU History from UOX (created by Xuri)

    Sphereserver ♥
  13. sahisahi

    Playermobile Changes

    https://www.servuo.com/threads/serializing.13889/#post-83091
  14. sahisahi

    Level System Extreme

    a discount i think
  15. sahisahi

    few questions from a beginner

    could be wrong path config
  16. sahisahi

    UltimaLive

    If im not wrong CUO already come with ultimalive
  17. sahisahi

    Is it possible to force players to use a 3d client?

    That client is not stable, it crashes, has many bugs..etc, Iris is an option to mess around, forcing your players to use it wouldnt be a good idea imo
  18. sahisahi

    Mob Health Bar

    Try a different client
  19. sahisahi

    ServUO - Help with XML Spawner

    ProximityRange change it to lets say 5 (player has to be at 5 tiles from spawner to activate it) set SpawnOnTrigger to true
Back