Jump to content
  • 0

Increasing View ID for Clients that can't be diffed with WeeDiff


Question

Posted

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:

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.

Increase ViewID to 5000:

byte_[Add]_Increase_Headgear_ViewID_to_5000:XXXXXX:xxx:136
byte_[Add]_Increase_Headgear_ViewID_to_5000:XXXXXX:x:19
byte_[Add]_Increase_Headgear_ViewID_to_5000:XXXXXX:xxx:136
byte_[Add]_Increase_Headgear_ViewID_to_5000:XXXXXX:x:19
byte_[Add]_Increase_Headgear_ViewID_to_5000:XXXXXX:xxx:136
byte_[Add]_Increase_Headgear_ViewID_to_5000:XXXXXX:x:19

So what would be the right number to make it 30,000 value?.. :)

Thanks.. :)

5 answers to this question

Recommended Posts

Posted

I don't know if this will work but I just gave it a try by following your guide posted above...

byte_[Add]_Increase_Headgear_ViewID_to_30000:XXXXXX:xxx:48
byte_[Add]_Increase_Headgear_ViewID_to_30000:XXXXXX:x:117
byte_[Add]_Increase_Headgear_ViewID_to_30000:XXXXXX:xxx:48
byte_[Add]_Increase_Headgear_ViewID_to_30000:XXXXXX:x:117
byte_[Add]_Increase_Headgear_ViewID_to_30000:XXXXXX:xxx:48
byte_[Add]_Increase_Headgear_ViewID_to_30000:XXXXXX:x:117

Posted

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:

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.

Increase ViewID to 5000:

byte_[Add]_Increase_Headgear_ViewID_to_5000:XXXXXX:xxx:136
byte_[Add]_Increase_Headgear_ViewID_to_5000:XXXXXX:x:19
byte_[Add]_Increase_Headgear_ViewID_to_5000:XXXXXX:xxx:136
byte_[Add]_Increase_Headgear_ViewID_to_5000:XXXXXX:x:19
byte_[Add]_Increase_Headgear_ViewID_to_5000:XXXXXX:xxx:136
byte_[Add]_Increase_Headgear_ViewID_to_5000:XXXXXX:x:19

So what would be the right number to make it 30,000 value?.. :)

Thanks.. :)

where can i find that viedif?to edit nad hexing?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...