|
Extract Monster.SData from client as Hybrid sayd ,Go SQL Manager and make a new query
"SELECT *FROM PS_GameDefs.dbo.Mobs" ,Save the result as a CSV file (ANSI),lets name it Mobs...
do same whit .dbo.MobItems and save it as MobItem ...
Open Monster.SData in shstudio go File--->Import and import Mobs.csv and MobItem.csv.
Now duble click on a mob to edit it ...click Drops>>> edit the drops as u whish
the shstudio will generate a SQL query file thet will contain Mob list and Drop list .
|