Search results

  1. 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...
  2. 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!
  3. 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!
  4. 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...
  5. 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...
  6. 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