Anyone knows how to increase the max creation of 4 chars? Or has a tip for me? :D
Printable View
Anyone knows how to increase the max creation of 4 chars? Or has a tip for me? :D
For July 08 , this has already been released. Look for Edited Client(Jul 21 08)
No. What he posted is:
Which, in parts is:Code:0042C96D |. 83F8 01 CMP EAX,1
0042C9C7 |> 83F8 10 CMP EAX,10
0044D4A6 |> 83F8 01 CMP EAX,1
0044D4CF |> 83F8 10 CMP EAX,10
0044EC43 |> 83F8 01 CMP EAX,1
0044EC6B |> 83F8 20 CMP EAX,20
Only Lambda has been able to enable 6 characters per account.Code:Character limit (creating character) : //(Create short named characters).
0044D4A6 |> 83F8 01 CMP EAX,1
0044D4CF |> 83F8 10 CMP EAX,10
Character limit (whispering player) : //(Whisper short char names)
0042C96D |. 83F8 01 CMP EAX,1
0042C9C7 |> 83F8 10 CMP EAX,10
Character limit (creating private channel) (Example of 1~24) : //(Create short named private channels)
0044EC43 |> 83F8 01 CMP EAX,1
0044EC6B |> 83F8 18 CMP EAX,18
Yes lambda has some information 'bout how things in gunz works which is really usefull I already discovered some of them.