[GUIDE] How To Get RAWCodes
Moderator: Cheaters
-
- Grammar King
- Posts: 2116
- Joined: June 22nd, 2008, 10:11 pm
- Title: Worst human for 4eva
- Location: Mostly USEast
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 .
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.
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.
You do not have the required permissions to view the files attached to this post.
(20:53:52) Bartimaeus: Thank you, Jen.
(20:53:56) Bartimaeus: Truly, you are wise.
Learn how to extract and read RAW Codes here!(23:44:12) Bartimaeus: I was in pubic school until middle school...
Need help? Click here and ask your question!
-
- Newcomer
- Posts: 17
- Joined: December 11th, 2009, 5:23 am
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
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
-
- Senior Member
- Posts: 140
- Joined: June 4th, 2010, 10:47 am
- Location: Now 'n everywhere.
-
- Forum Spammer
- Posts: 610
- Joined: March 30th, 2009, 9:02 pm
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)
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)
-
- Not an Admin, and Not Unique
- Posts: 1880
- Joined: March 1st, 2009, 12:30 pm
- Title: Der Boss :D
- Location: Germany
Re: [Guide] How to get RAWCodes
-add rawcode # (0-9 I believe).
So, -add I093 (just an example) 9 (level 9)
So, -add I093 (just an example) 9 (level 9)
Download Senethior's tool package here!
Get to know Bushido alias 2Pac alias King-Bushido!
Spoiler for Funny shit:
-
- Grammar King
- Posts: 2116
- Joined: June 22nd, 2008, 10:11 pm
- Title: Worst human for 4eva
- Location: Mostly USEast
Re: [Guide] How to get RAWCodes
Huh. I thought I mentioned that in here.
Oh, I did. It's under "Interpreting the Data"
Oh, I did. It's under "Interpreting the Data"
(20:53:52) Bartimaeus: Thank you, Jen.
(20:53:56) Bartimaeus: Truly, you are wise.
Learn how to extract and read RAW Codes here!(23:44:12) Bartimaeus: I was in pubic school until middle school...
Need help? Click here and ask your question!
-
- Forum Spammer
- Posts: 610
- Joined: March 30th, 2009, 9:02 pm
Re: [Guide] How to get RAWCodes
hmmm sorry didnt see that
but...this is the -add code in JJCP
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
it would make it possible for 2 letter abilities right? (like the attribute, also from angel arena)
but...this is the -add code in JJCP
Code: Select all
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)))
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: Select all
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)))
-
- Forum Staff
- Posts: 2618
- Joined: June 2nd, 2007, 6:53 pm
- Title: I Just Lost the Game
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.
My Warcraft III Tool Collection
If you want to chat/game with me:
Blizzard: Senethior459#1962
Discord: Kyle#7409
Steam: Spacekidkyle
If you want to chat/game with me:
Blizzard: Senethior459#1962
Discord: Kyle#7409
Steam: Spacekidkyle
-
- Forum Spammer
- Posts: 610
- Joined: March 30th, 2009, 9:02 pm
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
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
-
- Grammar King
- Posts: 2116
- Joined: June 22nd, 2008, 10:11 pm
- Title: Worst human for 4eva
- Location: Mostly USEast
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.
(20:53:52) Bartimaeus: Thank you, Jen.
(20:53:56) Bartimaeus: Truly, you are wise.
Learn how to extract and read RAW Codes here!(23:44:12) Bartimaeus: I was in pubic school until middle school...
Need help? Click here and ask your question!