Recent content by Willfaith

  1. XML Level Items - Max Level

    I am not sure that we have the same servuo version: I have tried to search with ctrl+F in BaseCreature.cs and I have found only this in line 5834: for (int i = 0; i < titles.Count; ++i) { Titles.AwardFame(titles[i], fame[i], true)...
  2. XML Level Items - Max Level

    Thank you but I am trying to kill monsters: the weapon is not gaining experience. Why?
  3. XML Level Items - Max Level

    How I can find the first menu with props "xmlLevelItem"? Is there a special command? And How I can gain exp? I have tried killing orcs and drakes but does not work
  4. How to change the colour/anim about hidden party members?

    Hi there! I am looking for where I may change the grey colour or anim about party members when they are hidden: is there an anim or a script where I may find it? Thank you!
  5. Problem with RNDLIST

    [/CODE] Thank you Tass23, I will try!
  6. Looking for merchant free market and how to change "Welcome on" message

    I have 2 errors with these two scripts: in PiratePainte.cs - line from 22 to 28: SetWearable missing in SbPiratePainter.cs - line 32 e 34 BoatPaintRemover missing Unfortunately I do not manage to try this scripts :/
  7. Level System Extreme

    Hi have a problem: I do not find the file named ConfirmBankPointsGump.cs with the search in the folder. I have found ConfirmHeritage, ConfirmReward, ConfirmTransferPetGump, ConfirmReleaseGump and others, But Nothing for ConfirmBankPointsGump.cs How I can find also specific version about my...
  8. Problem with RNDLIST

    Hi there! I have a problem with this: Orc/ATTACH/<xmldeathaction/action/@SETONTHIS/ADD/ScrollOfTranscendence,{RNDSTRLIST,Alchemy,Anatomy,Healing,Stealing},{RNDLIST,0.1,0.2,0.3,0.4,0.5}> The orcs drop only scroll of trascendence with 1.0 to 5.0 and not 0.1 to 0.5. Only int number and not float...
  9. Looking for merchant free market and how to change "Welcome on" message

    Hi there, I am looking for a vendor npc that buys and sells all types of things from/to players for example: Ingots, woods, leather, reagents, crafted items armors, weapons etc. As more you sell, for example, valorite ingots as he decreases gold that he will give to you. A sort of free market...
  10. Increase skills in pvm

    thank you it seems to me the same, identical. Probably I erring something but I do not understand what :/
  11. Increase skills in pvm

    I have tried both to copy and past this in your last post: Orc/ATTACH/<xmldeathaction/action/@SETONTHIS/ADD/ScrollOfTranscendence,{RNDSTRLIST,Alchemy,Anatomy,Healing,Stealing},{RNDLIST,0.1,0.2,0.3,0.4,0.5}> and also with 0.01 to 0.05 but does not work. I have tried to open [props and change...
  12. Increase skills in pvm

    I have tried with Orc/ATTACH/<xmldeathaction/action/@SETONTHIS/ADD/ScrollOfTranscendence,{RNDSTRLIST,Alchemy,Anatomy,Healing,Stealing},{RNDLIST,0.1,0.2,0.3,0.4,0.5}> for a simple and rapid test but the orc drops only scroll from 1.0 to 5.0
  13. Increase skills in pvm

    Now it work! Thank you! I have tried also to change in Orc/ATTACH/<xmldeathaction/action/@GIVE/ScrollOfTranscendence,{RNDSTRLIST,Alchemy,Anatomy,Healing,Stealing},{RND,1,5} in order to add in backpack. It is ok but how to set for decimal increment? For example from 0.1 to 5.0? Because 0.1 and...
  14. Increase skills in pvm

    Neither in my bag or in the monster the scroll of trascendence appears after ten orcs killed :/
  15. Problem with saving

    Hi there! If In console appears this message when it saves: WARNING: Automatic backup FAILED: System.IO.IOException: Access to path 'C:\path\Saves' denied. in System.IO.Directory.InternalMove(String sourceDirName, String destDirName, Boolean checkHost) in Server.Misc.AutoSave.Backup()...
Back