Search results

  1. Custom BOD Reward Descriptions

    Well I appreciate the response, been digging around trying to figure it out. Closest I think I have found is somehow converting the tooltip to string or some sort of text definition so that I can just use a custom message. But no luck so far.
  2. OWLTR 4.0 for ServUO Pub 54

    So I have incorporated this onto my server recently and the main issue I am having now is with the Gargoyle Axe. When someone who's skill is below 120 uses it and a wood elemental above their level spawns it crashes the server. So like if their skill is 110 and a purpleheart spawns it crashes...
  3. Custom BOD Reward Descriptions

    So I am trying to add some new BOD rewards. I was wondering if anyone knows how to add custom descriptions. Right now when I add them they're blank. RewardCollection.Add(new BODCollectionItem(0x14F0, 0, 0x481, 625, PowerScroll, 5)); So I know the zero is where it relates to a CliLoc to show...
  4. OWLTR with pub 56 or higher

    I have had a nightmare of time trying to get OWLTR to work with Pub 56 or higher. Does anyone happen to just have a base pub 56 or higher with it integrated they could send? I would appreciate it greatly or any help. Thank you!
  5. Artifact/Artifact Rarity removal Deed

    I was wondering if anyone had a script for removing the artifact property on a piece of equipment or removing the artifact rarity. I have tried coding it myself but no luck. Any help would be great. Thank You!
  6. Female Spawn Rate

    Yeah I found out I had put the FS_ATS stuff in the wrong spot in basecreature.cs as soon as I put it in the correct spot it fixed the spawning rate issue. Thank you!
  7. Female Spawn Rate

    For some reason the chance of a female tamable to spawn on my server is extremely low. So I have the ATS system installed as well as an evo system and bio engineering. I have looked in the settings of all of these to see if there are affecting the spawn rate but they are not. I am trying to...
  8. Trying to have boss say specific phrase

    I am creating a custom boss and everything works fine. But when the boss is approached or starts fighting I would like it to say a specific phrase. I see in some of the code there are thing like this Say(1042154); // You shall never defeat me as long as I have my queen! But they seem to...
  9. Server Crashing

    So should I create a Case 41 and put the bioenginer there? and then put it right at the beginning/top of the write?
  10. Server Crashing

    Thank you!I decided to grab the backup of the playermobile file and re add everything. This is the new file and so far it has been working. If anything looks wrong plz let me know.
  11. Server Crashing

    I added in bio engineering and made a couple changes to PlayerMobile but I thought I did the serialization and deserialization correctly. Any help would be great. Here is the error - Type: Server.Mobiles.PlayerMobile - Serial: 0x00000102 Delete the object? (y/n) After pressing return an...
Back