Illindan fix

Newbie Spellweaver
Joined
Jan 9, 2007
Messages
76
Reaction score
0
PHP:
INSERT INTO `creatureloot` VALUES ('1000001', '22917', '31028', '9,12');
INSERT INTO `creatureloot` VALUES ('1000002', '22917', '31004', '8,67');
INSERT INTO `creatureloot` VALUES ('1000003', '22917', '31052', '11,24');
INSERT INTO `creatureloot` VALUES ('1000004', '22917', '31057', '11,24');
INSERT INTO `creatureloot` VALUES ('1000005', '22917', '30976', '7,18');
INSERT INTO `creatureloot` VALUES ('1000006', '22917', '31066', '18,18');
INSERT INTO `creatureloot` VALUES ('1000007', '22917', '31042', '13,22');
INSERT INTO `creatureloot` VALUES ('1000008', '22917', '31041', '9,67');
INSERT INTO `creatureloot` VALUES ('1000009', '22917', '30991', '4,02');
INSERT INTO `creatureloot` VALUES ('1000010', '22917', '30990', '6,77');
INSERT INTO `creatureloot` VALUES ('1000011', '22917', '30992', '12,99');
INSERT INTO `creatureloot` VALUES ('1000012', '22917', '31017', '12,13');
INSERT INTO `creatureloot` VALUES ('1000013', '22917', '31018', '5,77');
PHP:
delete from `creature_names` where `entry` = "22917";
delete from `creature_proto` where `entry` = "22917";
INSERT INTO `creature_names` VALUES ('22917', 'Illidan Stormrage', 'The Betrayer', '0', '7', '0', '0', '0', '0', '21135', '2', '1', '0', '1');
INSERT INTO `creature_proto` VALUES ('22917', '60', '17', '300000', '6774', '2', '0', '2000', '1500', '2000', '0', '0', '0', '0', '30934', '218171138', '3', '30934', '218171138', '3', '0', '0', '0', '360000', '8000', '25', '25', '25', '25', '25', '25', '1.25', '1', '', '1');

THIS will fix some T6 loot anjd some more stuff on Illidan.
You need to import booth of them
 
Because he put the wrong illidan.. that ID i believe is for the giant Illidan not the one that waits at the Black Temple.
I am almost 100% sure it should be 22083 not 22917

22083 is the smaller one at the Black Temple. So if it doesnt work just go through the code he gave you and change everywhere it says 22917 to 22083. It should work
 
Having the same problem here :( whe ntrying to spawn 22917 which used to be illidan it turns out to be ... invalid ID :(
 
Back