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

[GUIDE] How To Get RAWCodes
https://forum.wc3edit.net/tutorials-cheatpacks-f80/how-to-get-rawcodes-t15335-20.html
Page 3 of 8

Author:  UndeadxAssassin [ June 12th, 2010, 3:23 am ]
Post subject:  Re: [Guide] How to get RAWCodes

Actually, it really doesn't make a difference if it's hacked or not. I'll edit my post with your RAWCodes after I test them to make sure. I'm assuming your cheated map works, by the way. Give me a few minutes to finish my game first :D.

EDIT: Woops, sorta forgot to upload it yesterday. But, yeah. I just extracted them the way you see in the guide and it works fine. I'll upload it in case you're too lazy to do it, but yeah. It wasn't hard.

Author:  granny01 [ June 13th, 2010, 1:50 am ]
Post subject:  Re: [Guide] How to get RAWCodes

Thank you undead

i tried again to do it step by step and it worked

i have no idea what i did wrong the 1st time but now at least i can get the stuff i would like without going
-spawn xxxx and hopine i get what i want.

edit: and the 4 times it has been dled was actualy me i misclicked the link then went cancel i did it again to test if i was right

Author:  xYeta [ July 21st, 2010, 12:25 pm ]
Post subject:  Re: [Guide] How to get RAWCodes

Uhm... what about sticky this?

Author:  naturesfury [ July 26th, 2010, 12:13 pm ]
Post subject:  Re: [Guide] How to get RAWCodes

hmmm undead
i extracted the abilities.txt fine but...
how do u get the skill to max lvl (9)...
i can only get it to lvl 1 with -add
(btw im playing angel arena)

Author:  Bushido [ July 26th, 2010, 1:57 pm ]
Post subject:  Re: [Guide] How to get RAWCodes

-add rawcode # (0-9 I believe).
So, -add I093 (just an example) 9 (level 9)

Author:  UndeadxAssassin [ July 26th, 2010, 2:36 pm ]
Post subject:  Re: [Guide] How to get RAWCodes

Huh. I thought I mentioned that in here.

Oh, I did. It's under "Interpreting the Data"

Author:  naturesfury [ July 26th, 2010, 4:08 pm ]
Post subject:  Re: [Guide] How to get RAWCodes

hmmm sorry didnt see that
but...this is the -add code in JJCP
Code:
elseif SubString(s2s,0,4)=="-add"then
call UnitAddAbility(u2u,Str2RAW(SubString(s2s,5,9)))
call SetUnitAbilityLevel(u2u,Str2RAW(SubString(s2s,5,9)),S2I(SubString(s2s,10,11)))

if i did -add I093 15,
it would add I093 and lvl it to only 1 right?
cuase....
0,1,2,3 = -add
4 = <space>
5,6,7,8 = ability code
9 = <space>
10 = lvl of ability

if i changed it to
Code:
elseif SubString(s2s,0,4)=="-add"then
call UnitAddAbility(u2u,Str2RAW(SubString(s2s,5,9)))
call SetUnitAbilityLevel(u2u,Str2RAW(SubString(s2s,5,9)),S2I(SubString(s2s,10,12)))

it would make it possible for 2 letter abilities right? (like the attribute, also from angel arena)

Author:  Senethior459 [ July 26th, 2010, 4:21 pm ]
Post subject:  Re: [Guide] How to get RAWCodes

Unless I'm forgetting how the character limits work, it should be checking characters 10 and 11 for the level of the added ability, not just 10.

Author:  naturesfury [ July 26th, 2010, 4:46 pm ]
Post subject:  Re: [Guide] How to get RAWCodes

ur probably thinking of SubStringBJ...
if the added ability lvl checks 10 and 11,
the first one would check 0,1,2,3,4 (-add<space>)
and the 2nd would look for 5,6,7,8,9 (I028<space>)
so...prob not

Author:  UndeadxAssassin [ July 26th, 2010, 7:03 pm ]
Post subject:  Re: [Guide] How to get RAWCodes

Well, if the fourth and ninth check for the space, then the 11th will check whatever is there. I believe Seneth is right.

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