EP6 Map.ini

06/13/2012 12:37 BodySalvage#16
Run a couple fast queries and save the results as csv comma delimited.
Code:
USE PS_GameDefs
SELECT *
FROM dbo.Mobs
Code:
USE PS_GameDefs
SELECT *
FROM dbo.MobItems
Right click the results of each and save as to save it. Select csv format i mentioned above then import that for shStudio.
06/13/2012 14:20 driesy1#17
Quote:
Originally Posted by BodySalvage View Post
Run a couple fast queries and save the results as csv comma delimited.
Code:
USE PS_GameDefs
SELECT *
FROM dbo.Mobs
Code:
USE PS_GameDefs
SELECT *
FROM dbo.MobItems
Right click the results of each and save as to save it. Select csv format i mentioned above then import that for shStudio.
i attempted this one time but i couldnt save the files as csv format for some reason and im using sql server management studio
06/13/2012 15:16 JohnHeatz#18
Why do you want to edit the exp and hp from the sdata? That is done directly in the database, I know if you want to edit it for every mob it takes time, but this kind of editions are done on the database, or at least I have always done them directly there
06/13/2012 15:44 STIV123#19
You can set the exp by typing this in game ... Right click on game and Command. ( Server Patch Config )

/exp2xenable 200 ( You can setup 500, 1000, 2000 etc etc ) Your choice.
06/13/2012 17:09 JohnHeatz#20
That works unless he wants to have them give different exp ones from another due to the fact that if they are all giving the same exp this makes no sense
06/14/2012 00:09 driesy1#21
well ive got a good rate goin from lvl 1-55 but once i hit PR/VR the mobs hav 1 hp and giv no exp. plus in the db ive looked all over to find them in there but can onnly find 1000 mobs in the PS_GameDefs> dbo.Mobs which isnt close to the amount im looking for.

So ive been told to edit them through shstudia from the data.sah file but i cant edit the monster file wit out the 2 files extracted as lph says in his tutorial. besides that it wont let me ok the changes if i dont hav them
06/14/2012 01:03 STIV123#22
Quote:
/exp2xenable 200 ( You can setup 500, 1000, 2000 etc etc ) Your choice.
Try that
06/14/2012 01:22 KanameSMK#23
hi,

if u need this here u go

[Only registered and activated users can see links. Click Here To Register...]

[Only registered and activated users can see links. Click Here To Register...]