Hello guys, I just found out in eathena old forums that there is a way to increase the view ID of clients like 2010 clients that still can't be diffed with WeeDiff..
So I just want to know on how to increase it to 30,000.. I'm not good with hex..
Here is Shinryo's way:
Yes, there is a way.
For example:
CODE
byte_[Add]_Increase_Headgear_ViewID_to_2000:XXXXXX:xxx:208
byte_[Add]_Increase_Headgear_ViewID_to_2000:XXXXXX:x:7
byte_[Add]_Increase_Headgear_ViewID_to_2000:XXXXXX:xxx:208
byte_[Add]_Increase_Headgear_ViewID_to_2000:XXXXXX:x:7
byte_[Add]_Increase_Headgear_ViewID_to_2000:XXXXXX:xxx:208
byte_[Add]_Increase_Headgear_ViewID_to_2000:XXXXXX:x:7
Those are decimal values. Converted to hex they would be:
208: 0xD0
7: 0x07
Switch and combine them together. You'll get 0x7D0. This is in decimal 2000. You can increase this value if you revert this calculation and change those values.
Question
Elijah23
Hello guys, I just found out in eathena old forums that there is a way to increase the view ID of clients like 2010 clients that still can't be diffed with WeeDiff..
http://www.eathena.w...hp/t263843.html
So I just want to know on how to increase it to 30,000..
I'm not good with hex.. 
Here is Shinryo's way:
Increase ViewID to 5000:
So what would be the right number to make it 30,000 value?..
Thanks..
Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.