scroll_of_temper.lua
temper.lua
multi_strikes.lua -- effect
RDM trait Fast Cast: http://wiki.ffxiclopedia.org/wiki/Fast_Cast
added IV and V
also added the trait for a blu lvl 72
SQL changes:
I
Code: Select all
NSERT INTO `item_usable` VALUES (4705, 309, 'scroll_of_temper', 1, 1, 11, 5, 0, 0, 0, 0);
INSERT INTO `item_basic` VALUES(4705, 'scroll_of_temper', 'temper', 1, 34432, 28, 0, 6000);
INSERT INTO `spell_list` VALUES (493,'temper',0x00000000520000000000000000000000000000000000,6,7,0,1,34,36,5000,30000,0,0,0,4000,0,0,1.00,1,300,0)
INSERT INTO `traits` VALUES ('12', 'fast cast', '5', '15', '170', '10');
INSERT INTO `traits` VALUES ('12', 'fast cast', '16', '72', '170', '10');
INSERT INTO `traits` VALUES ('12', 'fast cast', '5', '35', '170', '5');
INSERT INTO `traits` VALUES ('12', 'fast cast', '5', '55', '170', '5');
INSERT INTO `traits` VALUES ('12', 'fast cast', '5', '76', '170', '5');
INSERT INTO `traits` VALUES ('12', 'fast cast', '5', '89', '170', '5');
i have the lua's normally in the download and made a patch for the sql change's
(Added gm command @delspell for testing purpose's and to keep relearning blu spells to test them out)
greetings michael