Search found 2 matches
- Fri Apr 12, 2013 10:44 am
- Forum: Scripting
- Topic: BST Reward - Poultice Regen and Roborant Erase
- Replies: 0
- Views: 1895
BST Reward - Poultice Regen and Roborant Erase
This patch applies the 1% hp/tic for BST pets from poultice and also adds the erase from Roborant. Thanks to Teven for this. Index: reward.lua =================================================================== --- reward.lua (revision 3257) +++ reward.lua (working copy) @@ -10,20 +10,45 @@ -- OnUse...
- Fri Apr 12, 2013 10:27 am
- Forum: Scripting
- Topic: Dispel, Dispelga, GeistWall, Blank Gaze Patch
- Replies: 0
- Views: 1862
Dispel, Dispelga, GeistWall, Blank Gaze Patch
Modified and tested these out last night. Weren't working before. Dispel and Dispelga are using enfeebling, and the blue magic spells are using BLUE_SKILL. This is my first suggestion/submission be gentle :) Thanks to Teven for helping out with this. Index: bluemagic/blank_gaze.lua =================...