Different game.exe(Skill code it read Different).
My client was binaries before(Sweety) Then i go change it to data types, but the game.exe that i have in my data types reads different code, ill explain it:
In my binaries type game.exe, it reads: Extreme skills(36-39/Skill code), Gunner(30-33/Skill Code)
While on my data type it reads: Extreme(30-33), Gunner(36-39)
So it has conflicts on reading the skills of x3m and gunner due to switch.
So i hex the game.exe of data type and i found this:
PHP Code:
ASSASSIN-class4.ASSASSIN-class3.ASSASSIN-class2.ASSASSIN-class1.SCIENCE-class4..SCIENCE-class3..SCIENCE-class2..SCIENCE-class1..NPC_20..NPC_19..±Ø°.ºÎ-class4...±Ø°.ºÎ-class3...±Ø°.ºÎ-class2...±Ø°.ºÎ-class1...NPC_14..NPC_13..NPC_12..NPC_11..NPC_10..NPC_09..NPC_08..NPC_07..NPC_06..NPC_05..NPC_04..NPC_03..NPC_02..NPC_01..±â¿¹ºÎ-class4...±â¿¹ºÎ-class3...±â¿¹ºÎ-class2...±â¿¹ºÎ-class1...¾ç±ÃºÎ-class4...¾ç±ÃºÎ-class3...¾ç±ÃºÎ-class2...¾ç±ÃºÎ-class1...°ËµµºÎ-class4...°ËµµºÎ-class3...°ËµµºÎ-class2...°ËµµºÎ-class1...°ÝÅõºÎ-class4...°ÝÅõºÎ-class3...°ÝÅõºÎ-class2...°ÝÅõºÎ-class1
I tried to switch:
PHP Code:
SCIENCE-class4..SCIENCE-class3..SCIENCE-class2..SCIENCE-class1
With:
PHP Code:
±Ø°.ºÎ-class4...±Ø°.ºÎ-class3...±Ø°.ºÎ-class2...±Ø°.ºÎ-class1
I open my client and no errors appeared. But still,the x3m read gunner skills and gunner read x3m skills.
Some suggestions or help to make this work? Thanks!. I really need to swith them.
EDIT: And btw, i dont have the source code of this thats why i hexed it.
Edit2: I compare the game.exe of data types and binary types, and they have the same code about the skills.>.<
Re: Different game.exe(Skill code it read Different).
change the code in the skill editor :) try csv editing to make it faster!
Re: Different game.exe(Skill code it read Different).
Just change the skillstrtable of gunner and extreme it will fix it....
Re: Different game.exe(Skill code it read Different).
then how about the old chars, do you have an sql script to automatically update their skills?