Actually we are trying to find how to fix it.Quote:
Check your charapplyskills table (many query exist for rune 30day actived when the character is created)
So u had edit itemallfix.dll or ps-game ? @Trayne01
The dll is disassembled.
There is a lot of data that we don't understand ...
Without source code, it's not very understandable.
In all of the code (49515 lines ..), we only found 3 util function :
Initialize the db connexion
- SWC10019688_Provider_SQLOLEDB_1_Integrated_S:
unicode 'Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=master;Data Source=(Local)',0000h
dd L10019DE0
Read the points
- SWC10019840_select_point_from_ps_userdata_db:
unicode 'select point from ps_userdata.dbo.users_master where useruid=%d',0000h
Update the points
- SWC100198D0_update_ps_userdata_dbo_users_mas:
unicode 'update ps_userdata.dbo.users_master set point=%d where useruid=%d',0000h
All the rest of the code is about some strange function, or mathematical function, like sin, tan .. vector .. etc..