[Help to Fix]Make the 7 Th skill

06/23/2012 18:17 masterkazama2#1
Hello everybody , i have make the 7th skills for my server , but i search the solution for unbug my game .
I explain the problem:

Basically the game 2010/2011 have 6 skills for all classes ,
example for warrior :
first classes skills :
Code:
hex code : 01 00 00 00 02 00 00 00 03 00 00 00 04 00 00 00 05 00 00 00 06
second classes skills :
Code:
hex code : 10 00 00 00 11 00 00 00 12 00 00 00 13 00 00 00 14 00 00 00 15
You see 6 skills on the game , you need just convert for example 15 in decimal for obtain the id on skill_proto : 15 = id 21
But when i do it for example:

Code:
hex code : 01 00 00 00 02 00 00 00 03 00 00 00 04 00 00 00 05 00 00 00 06 [COLOR="Red"][B]00 00 00 61[/B][/COLOR]
61 = 97 id of my new skill.
But when i have make it , and when i try to start my game , the server make an error and it's impossible to start it . An error with symbol with the dll : ld-elf.so.1 , I have probably forget to modify an value , but i don't found it.


Can you help me please? ^^

Best regard.

up ! please help

up !
06/24/2012 23:22 masterkazama2#2
up !