RDM Spell Temper / changed and extra Traits

Post Reply
mvd1987
Posts: 112
Joined: Wed Oct 17, 2012 8:36 am

RDM Spell Temper / changed and extra Traits

Post by mvd1987 » Sat May 25, 2013 10:49 am

oke i worked on RDM today a bit and this is what came out of it :P

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
25-05.rar
RDM contribution
(2.75 KiB) Downloaded 207 times
(Added gm command @delspell for testing purpose's and to keep relearning blu spells to test them out)



greetings michael
Owner/GMLeader mvd1987/michaelvandun Fantasy World International Server

Post Reply