Newest Problem, Min/Max dmg and Summon :(
INSERT INTO npc_types VALUES (5627,'Dozekar_the_Cursed',65,184,1,16000,2,2,2,20 ,0,0,1084,0,250,1050,'','E',0,0,0,1,1,1,1,1);
I've tried many ways.. I'll include some
INSERT INTO npc_types VALUES (5627,'Dozekar_the_Cursed',65,184,1,16000,2,2,2,20 ,0,0,1084,0,125,525,'','A',0,0,0,1,1,1,1,1);
INSERT INTO npc_types VALUES (5627,'Dozekar_the_Cursed',65,184,1,16000,2,2,2,20 ,0,0,1084,0,125,525,'','E',0,0,0,1,1,1,1,1);
INSERT INTO npc_types VALUES (5627,'Dozekar_the_Cursed',65,184,1,16000,2,2,2,20 ,0,0,1084,0,250,1050,'','A',0,0,0,1,1,1,1,1);
I can't get any summon/flurry/rampage/enrage to work - at all.. I can't get min/max damage to work :(
Am I doing something wrong?
|