Search results

  1. Quasar

    Error installing XmlLevel item in pub 58

    I am using the XmlLevel item script from this thread [Updated Custom Release] XmlAttach & XmlLevelItem for newest repo and recieving this error 3>D:\Current\58\Scripts\Customs\XmlLevelItem\XmlAttach\XmlAttach.cs(2386,17,2386,22): error CS0029: Cannot implicitly convert type 'int' to...
  2. Quasar

    Is there a good wiki or article on Tags?

    I am looking for more information on player/account tags, more specifically how to place a timed tag on a character or account. Any links/information would be appreciated. Thank you.
  3. Quasar

    Corpses Does deleting them make a noticeable difference?

    I see a lot of shards where GM's are constantly telling players to make sure to "delete" the corpses that they create, and was wondering that since they are just unanimated items really, how much impact does a corpse have on say lag or save time? How many corpses would it take to make a...
  4. Quasar

    Quest item requirement

    is there an easy way to get rid of this requirement? // An item must be in your backpack (and not in a container within) to be toggled as a quest item. I see that it is in questhelper.cs three different times
  5. Quasar

    Change Character

    Servuo 55.1 I found this script in the old runuo archives and used up to runuo 2.6 and it worked great. You just used the command at an inn or your home where you instantly log out [changecharacter followed by character name on the account and instantly were logged into that character instead...
  6. Quasar

    Where are bonuses defined

    For instance the enchanted coral bracelet states in the script Attributes.BonusHits = 5; Attributes.RegenMana = 1; Attributes.AttackChance = 5; Attributes.DefendChance = 15; Attributes.CastSpeed = 1; Attributes.CastRecovery =...
  7. Quasar

    show who is connected currently

    I know this is out there, somewhere, but for some reason cannot find it no matter how i phrase the search, but what I am looking for is a command to see who is currently connected. I want it to be used by players to find out if their friends ect. are currently logged in, it would be nice if it...
  8. Quasar

    Storage keys and repair deeds

    Working with 55.1 everything is running great, but when I add the universal storage keys i get an error so here is lines 888-889 in ItemListEntries.cs and lines 911-915 in this build the repairdeed.cs has changed quite a bit and I am not sure how to address this issue. I would appreciate...
  9. Quasar

    monster summoners

    Quasar submitted a new resource: monster summoners - statuettes that spawn monsters Read more about this resource...
  10. Quasar

    repair deeds and self repair

    So basically I have edited my repair.cs so that when repairing a weapon if the weapon is in need of repair it gets repaired but if it is at full repair instead of sending message "this item is in full repair" it will add +1 to self repair. The problem is that at line 520 of unedited repair.cs it...
  11. Quasar

    working with servuo 55.1

    I have downloaded the new build 55.1 and attempted to use Vita-Nex with a clean install and of course running as administrator, datapath works fine, i can get on move around add/remove things but when i add the Vita-Nex core I get the following. ServUO - [https://www.servuo.com] Version 0.5...
  12. Quasar

    safety deposit box

    I have a script for safety deposit box that is great, however if I place them at a bank and someone owns them, it belongs to them forever. So I was wondering what I would need to add to the script to make it so that they could 1 give up ownership if they no longer needed it. or 2. If they do not...
  13. Quasar

    Cellar stairs

    Running Version 0.5, build 6902.3047 with Vita Nex and everything is working perfectly accept the cellar.cs script. i get an error related to the stairs up. I have the addstairs command installed but am i missing something else? Any help would be appreciated, I can always just remove this one...
  14. Quasar

    New to ServUo difficulty getting started

    Decided to start fresh with ServUo and have everything organized again. I downloaded everything fine and went through the tutorial for setup, however after it compiles im getting hung up with an error in my datapath.cs, it states "unrecognized escape sequence" for line 73 which reads...
Back