- Joined
- Nov 28, 2007
- Messages
- 7
- Reaction score
- 0
Hi,
I know how to make my own vendors/creatures but how can I make them Elite/Rare/Rare-Elite/Boss? And how can I change their drops?
Please tell me what I need to edit to change this TEST NPC into an Elite which drops for example a Guild Tabard.
I know how to make my own vendors/creatures but how can I make them Elite/Rare/Rare-Elite/Boss? And how can I change their drops?
Please tell me what I need to edit to change this TEST NPC into an Elite which drops for example a Guild Tabard.
Code:
INSERT INTO creature_proto (entry, level, faction, health, mana, scale, npcflags, attacktime, mindamage, maxdamage, rangedattacktime, rangedmindamage, rangedmaxdamage, mountdisplayid, item1slotdisplay, item1info1, item1info2, item2slotdisplay, item2info1, item2info2, item3slotdisplay, item3info1, item3info2, respawntime, resistance0_armor, resistance1, resistance2, resistance3, resistance4, resistance5, resistance6, combat_reach, bounding_radius, auras, boss)
VALUES (009902,1,15,1900,1100,1,0,4000,30,42,0000,0000,0000,0,0,0,0,0,0,0,0,0,0,300,0,0,0,0,0,0,0,1,0,"MEMO",2);
INSERT INTO creature_names (entry, creature_name, Subname, Flags1, type, Family, Rank, unk4, SpellDataID, displayid, unk2, unk3, Civilian, Leader)
VALUES (009902,"TEST1","TEST1",0,7,0,0,0,NULL,5035,1,1,0,0);