Search results

  1. Need Help PLEEASE

    I'm having an issue with my vendors not accepting bank checks from bank as a form of currency. PigPen had help me resolve it earlier but for some reason it's not working again. Idk if I deleted a line when I went to modify a chat command but I can't remember what I did the first time to save the...
  2. How do I make checks in inventory count as gold aswell?

    Does anyone have a solution for this?
  3. BaseExplosionPotion.cs

    Switch these 2 lines to true and that should do the trick. private static bool InstantExplosion = true; // Should explosion potions explode on impact? private static bool RelativeLocation = true; // Is the explosion target location relative for mobiles?
  4. Paralyze isn't working properly for ML expansion

    Back again. :D I'm having an issue with my paralyze spell, when I freeze a character it instantly lifts the freeze. I switched over to a Non-AOS expansion to see if that was the issue and sure enough it was. Does anyone know what file that localized message is in and how do I go about fixing it...
  5. Need help with Base Conflagration Potion

    lol I figured out the issue. It was BaseExplosionPotion.cs file that was preventing it. Conflagration may also prevented it, but once I removed these 2 lines from.SendLocalizedMessage( 1062725 ); // You can not use a purple potion while paralyzed. return; it worked
  6. Need help with Base Conflagration Potion

    Still getting error. When I change my expansion to "None" it works just fine. ML seems to be the issue.
  7. Need help with Base Conflagration Potion

    yes I restarted and compiled and still didn't work. My expansion is ML 1628463276
  8. Need help with Base Conflagration Potion

    Yes I removed the 5 lines, but still getting the same issue. "You can not use that potion while paralyzed."
  9. Need help with Base Conflagration Potion

    Hello, I'm having an issue with my pots not starting countdown when I try to do combo spells with them. I do have AOS enabled for my server and was wondering how to go about removing this? I tried deleting this line, but it didn't work. if ( Core.AOS && (from.Paralyzed || from.Frozen ||...
Back