Ive made myself a boss for my instance but how do i make it drop stuff and put dorp chances in? or maybe when he dies spawns a chest or makes a chest openable and stuff spawns in tehre
Ive made myself a boss for my instance but how do i make it drop stuff and put dorp chances in? or maybe when he dies spawns a chest or makes a chest openable and stuff spawns in tehre
:wave:GO to your Database , i suggest you use HeideSQl , i dont se Navicat so good..
Then go to your Database where you Can find items etc...
Find the Table called " CreatureLoot"
OPen it
index= <put any numbers>
entryID= <CREATUREID(BOSSID)>
ItemID = <ITEMID(to LOOT) >
DropChance= <chance to drop>
minloot= <Min loot>
maxloot= <max loot>
FFALOOT = Default "0" , if you put 1 , the item will drop an <amount> for all members in the group , for example the " Bandages of justice" , they drop for each party member ... so put "1" for "EachPartyMemberLOOT"
Then save, go in-game and type .reload creatureloot(s)
or if that dosent work just restart your server and GRATZ if it works!
Good luck matey!