Search results

  1. Nytewyrm

    Looking for custom shard

    Hello, Does anyone know if there is a custom shard pack that has the newest version(or close to) of servuo + OWLTR + FS ATS packs already merged into them and working? I have a small family shard that mainly focuses on crafting and animals, but was trying to get this to work but have issues...
  2. Nytewyrm

    The ServUO Script Weaver (GPT4 Access Only.... for now)

    This is awesome, yesterday I was looking for a loot familiar that would autoloot corpses, although were not quiet 100% I had it make a script for me, and put it in my server, super awesome!
  3. Nytewyrm

    Looking for Auto-loot familiar/Pet script or make one or get help making one?

    Hello! I am looking to see if anyone knows of a auto loot familiar or pet script, my idea is to have some type of pet act as a auto loot familiar, with maybe a skill up function that could buff a player, Something like a pack horse that can loot corpses killed by other players to downsize the...
  4. Nytewyrm

    Advanced Camping & Outpost System

    I didnt see anywhere in here, but would it be possbile to add to the campfire, such as AnvilForge or any other Items, could you explain how to add stuff to the camp fire this would be perfect for Tradeskillers or miners moving around the world but need to smelt Items I love this idea and concept...
  5. Nytewyrm

    Spellbar

    Works amazing man thank you!
  6. Nytewyrm

    Spellbar

    My current expansion is HS too Servuo pub 54
  7. Nytewyrm

    Spellbar

    This is a great tool however nothing opens up except for the Magery spells show in the spellbar, none of the other ones work maybe its just me.
  8. Nytewyrm

    Paperdoll, journal, map and character status

    Sorry i am kinda new at this, how would i install this?
  9. Nytewyrm

    Adding Items to Monsters

    Wooo thank you very much, So i think i got that kinda figured that if i add the usingserver.items it will be able to find them hehe.
  10. Nytewyrm

    Adding Items to Monsters

    Thank you arphile that almost worked out too.. =) I get the Error CS0246: Line 144: The type or namespace name 'Container' could not be found <are yo missing a using directive or an assembly reference?>
  11. Nytewyrm

    Adding Items to Monsters

    So i tried that, I still get the same error i moved the whole thing to generateloot and put this infront of all the packitem's but it still gives me the same errors
  12. Nytewyrm

    Adding Items to Monsters

    Hello, I have previously added items to monsters when i was using Runuo using the same forum when i tried to do it on servuo i get a lot of errors happening. so this is my code for that and i am just not sure why it is happening using System; namespace Server.Mobiles { [CorpseName("a...
  13. Nytewyrm

    ML Quest

    Where can i find the % at to change it do you know by chance where it is? Is it under the heartwood quest folder? So like if i wanted it to drop recepies each time u did the quest how could i adjust that?
  14. Nytewyrm

    ML Quest

    Yes, I do get the hued backpack but no recipes after over 100 of the quest? maybe im missing something? I do get random items like bracelets and weapons but never get a recipe for any of the quest items. I see it says they should be there
  15. Nytewyrm

    ML Quest

    Publish 54
  16. Nytewyrm

    ML Quest

    Hello, I have done several of the quest in heartwood for the recipe's for tailoring and blacksmithing Etc. However i never get the recipe's is there a way to adjust or see if they are handing them out i notice they are in there but i don't get them how would i check this.
  17. Nytewyrm

    Harvestable Drugs

    I tryed to install this system dropped them all in the right places however i get a error saying it is missing a reference on all the items. I am not sure what i did wrong and also what did you do to convert this over? cuz i have alot of runuo scripts i would like to convert to servuo just not...
  18. Nytewyrm

    Help with my script please.

    Thank you unfortunately that lead to a huge array of problems so i think its time to scrap those addons since im not a master scripter that knows how to make them work just yet. But thank you so much for your help
  19. Nytewyrm

    Help with my script please.

    So this block is giving me the last problems of this script I am just not sure public override TimeSpan ComputeMovementSpeed( Direction dir, bool checkTurning ) { if ( checkTurning && (dir & Direction.Mask) != (this.Direction & Direction.Mask) ) return Mobile.RunMount; // We are NOT...
Back