Jump to content
  • 0

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


Elijah23

Question


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  292
  • Reputation:   17
  • Joined:  12/12/11
  • Last Seen:  

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.. :)

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   10
  • Joined:  01/01/12
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.01
  • Content Count:  587
  • Reputation:   104
  • Joined:  11/19/11
  • Last Seen:  

oh~~ i m too late

Edited by QQfoolsorellina
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  46
  • Topics Per Day:  0.01
  • Content Count:  292
  • Reputation:   17
  • Joined:  12/12/11
  • Last Seen:  

Wow, its working.. :) Thank you so much.. :)

http://rathena.org/tools/diff_patcher.php

Hope the one in this tools be changed into this.. :)

Thanks again.. :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  14
  • Topics Per Day:  0.00
  • Content Count:  42
  • Reputation:   4
  • Joined:  01/23/12
  • Last Seen:  

anybody here can help me diff client 2010-07-30

view id increase to 6000,read lua,and not read data folder

please

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  73
  • Reputation:   1
  • Joined:  07/18/13
  • Last Seen:  

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?

Link to comment
Share on other sites

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.

×
×
  • Create New...