Search results

  1. ImaNewb

    Skill Trainer NPC

    Ok. I also D/L a fresh ServUO and it didn't work on it so I guess its a problem with the latest ServUO. It works on my RunUO 2.7 Shard. Weird.
  2. ImaNewb

    Skill Trainer NPC

    Did you restart the ServUO Server so that the script could compile? Also post the script so I can see what was changed please. You should be able to [add SkillTrainer
  3. ImaNewb

    I need one of you guys that can actually code to explain what is happening here :D

    Thank you so much for taking the time to answer some of these questions for me! The biggest takeaways for me in what you answered is the unused methods and where you pointed out where its checking for spawners within x distance of tiles. That's a big help. I thought it looked unfinished also...
  4. ImaNewb

    I need one of you guys that can actually code to explain what is happening here :D

    OK so I got this script from the resource section and I think its pretty neat. I think some cool things can be done with it but I am having trouble understanding how it actually works and what its doing. I mean overall I know what it does, its a massive spawner generator obviously. I have made...
  5. ImaNewb

    Massive Random Animal Spawner

    Can someone break this down for me? So for instance in case 0 below the first number according to the key should be the amount of spawns. Correct? So for the first spawner it will generate a spawner with 10 birds and a minDelay of 1 and a maxDelay of 3, 0 for the team, 0 for homeRange and then...
  6. ImaNewb

    Animals that eat prey animals they kill (RunUO 2.2)

    Thanks Voxpire! I never thought about just creating the illusion. You make a good point though the illusion of the predator vs prey is really all I need, it doesn't mechanically serve any practical use. It will still change the experience of the player when they are out and about in the wild...
  7. ImaNewb

    Animals that eat prey animals they kill (RunUO 2.2)

    So I have set up opposition groups for the wildlife on my server. This way the carnivores hunt and kill the herbivores and weaker prey based similarly on what they would eat in the wild. There are a few things I would like to do. The first is somehow add a hunger measurement to the animals. The...
  8. ImaNewb

    Can't complie ServUO despite having .Net 4.8 developer pack

    I just uninstalled it LOL I can go get it again 1601769935 So I reinstalled VS 2019 and build succeeded. That's so strange! But thanks guys!
  9. ImaNewb

    Can't complie ServUO despite having .Net 4.8 developer pack

    Windows 10 Pro, Ver 2004, Build 19041.508 1601768617 I did uninstall and reinstall and still get the same error
  10. ImaNewb

    Can't complie ServUO despite having .Net 4.8 developer pack

    I am having the same problem I have all the runtimes and devpacks permissions are good. I tried whatever this discussion suggested and it still is not compiling. It seems to say .Net Framework 4.8 not found but I have installed it and restarted several times.
  11. ImaNewb

    Random World Spawner

    So I have been playing around with an old script it is called "Courageous Random Encounters". Some of you still use this and it made me think about how OSI spawns. An OSI server doesn't use spawner objects, the creatures just spawn in Dungeons, Guarded regions, Overworld etc. This script...
  12. ImaNewb

    Internal Map - What is it for and what are the long term effects if I modify it? Does it store items? I'm using RunUO 2.2

    Internal Map - What is it for and what are the long term effects if I modify it? I ask this question because I have been running into an issue with multiple items remaining after I clear all facets on my test shard. After generating an object count it seems to be all random items. Like items...
  13. ImaNewb

    GM Ethereal - Tiger added

    Aschnyder26 updated GM Ethereal - Tiger added with a new update entry: Changed message type Read the rest of this update entry...
  14. ImaNewb

    GM Ethereal - Tiger added - Changed message type

    Restored script to use localized messages in the script. I use Ascii messages on my shard. So I restored the original message types. Forgot to change this before I posted Oops.
  15. ImaNewb

    GM Ethereal - Tiger added

    Aschnyder26 submitted a new resource: GM Ethereal - Tiger added - An instant ethereal mount for GM's that can be customized. Read more about this resource...
  16. ImaNewb

    GM Ethereal - Tiger added 1.0

    I was looking for this resource here and could only find one posted in 2014. It was not compatible with RunUO so I updated it to work with the latest RunUO since that's what I run. I did not write this script. Credit goes to snicker7. GMEthereal.cs Version 1.2 [RunUO 2.0] snicker7 Released...
  17. ImaNewb

    Convert default spawner to XMLSpawner

    I found this old post of mine still unanswered after 2 years so I decided to answer it myself. LOL This is a much easier way than the workaround I had above. To convert this to using XMLSpawners you simply change this: Spawner sp = new Spawner(types[i]); sp.Count = NPCCount...
  18. ImaNewb

    Need help with Pre-AOS Blacksmithing RunUO 2.2

    I tried using BaseIngot and it does work except the item is created with Resource type none. so no matter what ingot you use you always get a generic crafted item that isn't made of any resource. I was trying to work out a check for metal types for instance something using an if statement...
  19. ImaNewb

    Need help with Pre-AOS Blacksmithing RunUO 2.2

    Is there no way to use one item type entry but have it recognize 2 materials? For instance something to the effect of: #region Platemail AddCraft( typeof( PlateChest ), 1011078, 1046431, 75.0, 125.0, typeof( IronIngot, ShadowIronIngot ), 1044036, 25, 1044037 ); #endregion

Active Shards

Donations

Total amount
$5.00
Goal
$500.00
Back