This contains all the items Illidan has dropped for the four guilds that have actually killed him, and the loot tables.
However, the rate is really high on all of them. They are, right now, at 50%. Simply, change the number at the end of the creatureloot query in order to change the percentage drop.
For example, this is what it looks like in the download:
Code:
To change the drop to 5% for item # 32483, do this:Code:INSERT INTO `creatureloot` VALUES ('5555566', '22083', '32483', '50');
Code:
Installation Instructions:Code:INSERT INTO `creatureloot` VALUES ('5555566', '22083', '32483', '5');
Simply Execute via Command Prompt, Navicat, or another program, into your MySQL `antrix` database.
Download: Filebeam - Free Fast File Hosting
Credits:
List of Items that have dropped: http://boards.worldofraids.com/index...d=34610#p34610
Ripped Items using XML2SQL by Yamachi
New Release
Changelog:
1) Corrected hes weapon models
Code: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', '45146', '218171138', '3', '45146', '218171138', '3', '0', '0', '0', '360000', '8000', '25', '25', '25', '25', '25', '25', '1.25', '1', '', '1');
Changelog:
Quote:
1) He's now attack able [Early Fix]
2) Correct Model.
3) No longer uses Shadowform.
4) Using he's weapons.
Bugs:
Quote:
1) Weapon(s) are only visible when he hits you/attacks you.
Fixed by Eponyx - Please leave credits, Thank you.
[/center]