Need Ps_GameDefs

05/25/2012 05:04 PrinciCh#1
Hi. Can someone give me Ne Ps_GameDefs ep 6 or create for me, somehow the war not go, thank you.:handsdown:

Hi. Kann Mir Jemand Ne Ps_GameDefs ep 6 geben oder für mich erstellen, irgendwie krieg nicht hin, danke
05/25/2012 05:08 George St-Pierre#2
Are you sure that there are currently EP6 database?it seems to me that there is still this.


Sind Sie sicher, dass es derzeit EP6 Datenbank? Es scheint mir, dass es noch dieses.
05/25/2012 14:23 treica#3
EP6 PS_GameDefs are the mobs, items, skills is very easy to make it up to ep6 content
  • ShStudio - generate from item.sdata the item.sql
  • python27 - extract mobs.sdata in csv then import in database using this command

Code:
BULK
INSERT [PS_GameDefs].[dbo].[Mobs]
FROM 'c:\mobs.csv'
WITH
(
FIELDTERMINATOR = ';',
ROWTERMINATOR = '\n'
)
GO
remember your mobs.csv must be in C:/mobs.csv
05/27/2012 03:20 PrinciCh#4
Hi, das mit dem Item.sql weis wie es geht aber hab probleme mit dem mobs.sql wie kan ich monster script für sql erstelle, da ich mit sstdudio die mobs drops erstellen will geht irgend wei nicht ohne dise MonsterEx.SDATA aber das weis nicht wie man es macht kan mir wer bitte das genauer erklären dankeschön :)

Hi, this setting with the Item.sql how to do it but have problems with the mobs.sql as I kan monster sql script to create, because I want to create the mobs drops sstdudio goes any further without dise MonsterEx.SDATA but looking not how it's me who kan please explain the exact thank you :)