How to Summon monsters

09/21/2011 21:24 Modamer9#1
Hi to ALL.

I give a ommand for how Summon monsters and all monster you wants.

#add_npc(X,Y,name_ID,Quantity)

to know the nam_ID monster.

go to right click Acradia and choice new query and type this:
Quote:
SELECT TOP 1000 [name_id]
,[model]
,[level]
,[monster_type]
,[attack_range]
,[hp]
,[mp]
,[attack_point]
,[defence]
,[magic_defence]
,[exp]
,[jp]
FROM [Arcadia].[dbo].[MonsterResource]
order by [level] DESC
he give you top of 1000 monster order by Descending .