Database mobs list

06/07/2012 12:49 driesy1#1
Ok i got mobs implemented up to pr/vr but i need to edit the hp/exp ive looked everywere everywere in the database for the mobs list

but all i can only find is the l000 listing in the PS_Gamedata

ive looked all the way through the database folder and there is nothin


any help on locating them??

thanx really appreciate the help
06/08/2012 21:19 Hybrid~#2
huh?
Open lph's tool...extract monster.sdata from the data.sah
Open monster.sdata with ShStudio [ShStudio must be patched] i edit the mob names/hp/mp/sp/w.e u want... Save it.. add it back to client with lph's data tool...and u should get a query... Execute that query and..
Voila
06/09/2012 01:35 zokylove#3
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 .
06/09/2012 03:04 driesy1#4
thanks heaps makes more sence then ive been told :D
06/10/2012 12:10 driesy1#5
ye im running OS client thanx

hey now ive got my PS_GameDef file but wat tool can i use to extract the dbo.mobs and dbo.mobitems. ive tryed SHstudio and LPH data tool but none will open it to allow me to extract those to files. it says i need to import both those files into shstudio to b able to edit the mobs exp/hp.

Zokylove i tryed ur way but SQL wont let me save as a CSV file only text or sql or all files