Hello ^^
i have a remark on using the shstudio with item.sdata :
When studio is generating the sql, and you want to use it in your Mssql and you got error in the enchant column,
just passed the dbo.item in Creation mod > search colum ReqLuc > if its Setting on "Smallint" change it in "Int" and save then restarted the sql to apply the item.
EDIT :
SEE EXPLANATION FROM CASTOR BELOW
Server Restart, game return to pause Because of Values Item are Out of limit because of that column... any idea ?
From old ShStudio
INSERT INTO [PS_GameDefs].[dbo].[Items] values (1001,'Long Sword',1,1,15,2,1,0,0,1,0,0,3,0,3,0,0,25,
-27528,0,0,0,1,9,0,0,3,1700,1105,6,0,0,0,0,0,20,20,0,0,0 ,0,0,0,0,0,100,0,3,1)
From new ShStudio
INSERT INTO [PS_GameDefs].[dbo].[Items] values (1001,'Long Sword',1,1,15,2,1,0,0,1,0,0,3,0,3,0,0,25,
38008,0,0,0,1,9,0,0,3,1700,1105,6,0,0,0,0,0,20,20,0,0,0 ,0,0,0,0,0,100,0,3,1);
Then to passed the column in Int look correct but i think in ps_game too no ?
out of the fact to use on enchant in 25... :D
Data type
Range :
int
-2^31 (-2,147,483,648) to 2^31-1 (2,147,483,647)
4 Bytes
smallint
-2^15 (-32,768) to 2^15-1 (32,767) > so if your enchant is 38 001 you need "INT"
2 Bytes
Regards
EDIT :
@kolin79
as Castor told on first page :
Quote:
|
Upon validation, and if a SQL connection is alive, the NPC (Mob) skill is updated in the PS_GameDefs.dbo.Skills table.
|
At the same title of Monster.sdata to modify drope and atk monster etc you should getting the Link between studio and management studio so your database !
Without that connexion you cant generated the sql files !
@dieguinhojeito
The same story, to generate the sdata file from monster.sdata you need as explain before to Read the monster.sdata from European client or korean one and to read the binaryData, to import the caption, and to export it ! you want in english ? so monster.sdata from us Export the caption, open european or korean Binarydata monster and then import the caption from us :p
for the attack and rest just make the link between Shstudio and Mssql !
If you got allready one Monster exdata done with drope and atk just use the previous version of shstudio to generate the sql use it on your database then passed to that version :p
hope it help ^^ its from my "experience" and regroup information from thread.