wc3edit.net
https://forum.wc3edit.net/

How to decode this to get recipe?
http://forum.wc3edit.net/deprotection-cheating-f64/how-to-decode-this-to-get-recipe-t35873.html
Page 1 of 1

Author:  Pio [ January 8th, 2019, 8:43 am ]
Post subject:  How to decode this to get recipe?

Hello,

I play a map that had hidden recipe. When I open a war3map.j file. I see something like this:


Code:
function THv takes nothing returns boolean
if(not(UnitHasItemOfTypeBJ(GetManipulatingUnit(),0x4930334F)==true))then
return false
endif
if(not(UnitHasItemOfTypeBJ(GetManipulatingUnit(),0x49303932)==true))then
return false
endif
if(not(UnitHasItemOfTypeBJ(GetManipulatingUnit(),0x49303047)==true))then
return false
endif
return true
endfunction     


So, can I decode "0x493xxxx" to get the recipe?

Thank you.

Edit: Add war3map.j

Author:  Xirizo [ January 8th, 2019, 8:48 am ]
Post subject:  Re: How to decode this to get recipe?

give entire script?

Author:  Pio [ January 8th, 2019, 9:40 am ]
Post subject:  Re: How to decode this to get recipe?

Xirizo wrote:
give entire script?


Add it in the first post.

Author:  clanhinata [ January 8th, 2019, 10:41 am ]
Post subject:  Re: How to decode this to get recipe?

http://forum.wc3edit.net/useful-tools-f ... 26236.html
0x49303047 = $49303047 = 1227894855 = "Some Random Stupid Item Id"

Author:  Pio [ January 8th, 2019, 10:59 am ]
Post subject:  Re: How to decode this to get recipe?

clanhinata wrote:
http://forum.wc3edit.net/useful-tools-f69/hex-fixer-v28-t26236.html
0x49303047 = $49303047 = 1227894855 = "Some Random Stupid Item Id"



Thank you for help. Actually when I convert all of it to $493xxx and use fukki hex fixer it don't work.

So I try use the hexadecimal to text and it work. You're best.

Spoiler:
Image

Author:  CrossWing [ January 8th, 2019, 11:33 am ]
Post subject:  Re: How to decode this to get recipe?

no need to convert
[FukKi]Hex Fixer is auto do it

Author:  Pio [ January 8th, 2019, 11:43 am ]
Post subject:  Re: How to decode this to get recipe?

Ehh, I guess Hex fixer of fukki dont work for me.. Don't know what is wrong with my computer. Shhh

Edit: Oh nvm. It's because I was use Hex Fixer V27.

Redownload and it work..

Page 1 of 1 All times are UTC
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/