Search results

  1. Last Spell Not Recognized for Custom Spells

    I couldn't find other references to this when searching, but can't imagine I'm the only one that's run into this, unless I just missed a step with the merge; I have recently implemented the cleric and druid spells in my shard, using the ACC system. When those spells are cast though, we can't use...
  2. Universal Storage Keys

    I feel a little silly with this. The info for how to make that work is in the Server Modifications folder.
  3. Perfection Damage Bonus

    I am having an issue with the damage bonus for perfection. The only reference I'm finding to the perfection damage bonus is in BaseWeapon.cs, the OnHit method, around ln 2279, there is an if block that I am having some trouble with. if (attacker is PlayerMobile && !(Core.ML && defender is...
  4. Universal Storage Keys

    I thought that I might have found the place to put it earlier, in Spell.CS, the ConsumeReagents method. I've been looking over the BaseStoreKey's Consume methods. I haven't started playing with it yet, but I'm guessing that it's probably where I'll need to go.
  5. Universal Storage Keys

    I finally got VS to work with my project and have found some solutions to the issues I was experiencing. If anyone else is experiencing these issues, this may help. For the runics not storing, in StoreEntries.CS, update the match method on 216 to include this checktype.BaseType. For me, this...
  6. Universal Storage Keys

    TwilightRaven - Check your StoreEntries.cs file It should have the reference there. it should be in folder: Universal Storage Keys Version 2.0.6/Main Data Management
  7. Universal Storage Keys

    I've recently added this system to a shard I'm working for. I'm having two issues that I'm having trouble finding a work around for. Similar to the post above, the stat scrolls won't come out of storage. We have a few people that have them stored, so the solution presented with the stash items...
  8. Druid Spell System

    Well, shoot. My apologies. I didn't save the changes on the initializer.
  9. Druid Spell System

    I'm new to assisting with a shard where the owner would like this implemented. When I attempt to open the druid spell book, I am crashing with the following crash log: Exception: System.NullReferenceException: Object reference not set to an instance of an object. at...
Back