View Single Post
  #1  
Old 04-07-2002, 05:04 AM
Ariak
Dragon
 
Join Date: Mar 2002
Posts: 633
Default 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?
Reply With Quote