wc3edit.net

United Warcraft 3 map hacking!
It is currently April 25th, 2024, 5:01 pm

All times are UTC




Post new topic Reply to topic  [ 41 posts ]  Go to page Previous  1, 2, 3, 4, 5  Next
Author Message
PostPosted: October 3rd, 2009, 12:03 pm 
Offline
Newcomer
User avatar

Joined: March 14th, 2009, 7:48 am
Posts: 22
Location: Philippines
i opened your map in mpq and saw the (attributes) file.. isn't that to be removed? or not in this version?


Top
 Profile  
 
PostPosted: October 3rd, 2009, 4:21 pm 
Offline
Member

Joined: August 25th, 2008, 4:24 pm
Posts: 54
how to add a bind esc button..in this cp..?
nd...how can I edit...the codes of...
lvlng..., gold, and binding keys...?


Last edited by ./redd on October 3rd, 2009, 7:48 pm, edited 1 time in total.

Top
 Profile  
 
PostPosted: October 3rd, 2009, 5:33 pm 
Offline
Spice Pirate
User avatar

Joined: January 29th, 2009, 5:35 pm
Posts: 949
Location: Canada
Title: LHC
I set Vexorian's Optimizer to include (attributes). That means it makes it for the map, not kept the one from the un-modified DotA.

_________________
Spoiler:
xkiska wrote:
BARTIMEAUS is more understandable then u
Senethior459 wrote:
Wow, Dream Theatre reminds me of Dragonforce, but with real skill.
Ozzapoo wrote:
We laughed, we cried. Trashed.
Quote:
FatherSpace: You don't find smart chicks hawt?
GeorgeMots: not anymore, im fed up with that kind of girls
FatherSpace: lol
FatherSpace: What happened?
GeorgeMots: most smart girls find out that i date/do/see other girls....
FatherSpace: ...
FatherSpace: So monogamy is your enemy?
Quote:
Bartimaeus: Hmm, well, I hope my sister hasn't been kidnapped.
FatherSpace: What happened, Bart?
Bartimaeus: She walked out of the house saying that she was going over to some friends, and it's been like two hours, and my mom is trying to get a hold of her, which she's been unable to.
Bartimaeus: I can also hear three car alarms going off.
GeorgeMots: how old is she?
Bartimaeus: I haven't a clue. Probably 17.
UndeadxAssassin: wut
AbusivePie: You don't know how old your sister is?
Bartimaeus: Nope.
UndeadxAssassin: Epic fail
GeorgeMots: is she cute??
Quote:
Bartimaeus: So, uh, how about you get into the Christmas spirit and put that avatar on before I do it myself and take away your bloody avatar-changin' rights?
Quote:
UndeadxAssassin: If I thought of a random one...
UndeadxAssassin: Like....
UndeadxAssassin: I'll get back to you on that


Top
 Profile  
 
PostPosted: October 4th, 2009, 2:07 pm 
Offline
Forum Staff
User avatar

Joined: June 2nd, 2007, 6:53 pm
Posts: 2732
Title: I Just Lost the Game
./redd wrote:
how to add a bind esc button..in this cp..?
nd...how can I edit...the codes of...
lvlng..., gold, and binding keys...?

You can't bind anything to Escape, but you can bind different commands to the arrow keys. -bindup -gold 500, for instance, would give you 500 gold every time you hit the up arrow key. -bindleft -lvl 5 would turn the selected hero to level 5 if you hit the left arrow key. If you want to remove all the commands from the keys, you use -clearkeys, and if you want to put a different command on an arrow key, just do the command again. If I had bound -lvl 5 to the left arrow, and I wanted it to be -lumber 500, I would just type -bindleft -lumber 500, and the lumber code would replace the level code.

_________________
My Warcraft III Tool Collection
If you want to chat/game with me:
Blizzard: Senethior459#1962
Discord: Kyle#7409
Steam: Spacekidkyle


Top
 Profile  
 
PostPosted: October 5th, 2009, 6:27 am 
Offline
Newcomer
User avatar

Joined: March 14th, 2009, 7:48 am
Posts: 22
Location: Philippines
FatherSpace wrote:
I set Vexorian's Optimizer to include (attributes). That means it makes it for the map, not kept the one from the un-modified DotA.


i see.. thank you FatherSpace. gotta check it again :)


Top
 Profile  
 
PostPosted: October 5th, 2009, 12:47 pm 
Offline
Member

Joined: August 25th, 2008, 4:24 pm
Posts: 54
I know now..how to bind it..to esc button..but...I want to know..on how...can I...edit the -gold command in something else..command...coz..everytime I edit it..in jasscraft...the command that I edited...didn't work...so..if u can help me..on how can I edit it...into some command..like..I would like to edit the -gold command into..<space><space>..command...


Top
 Profile  
 
PostPosted: October 5th, 2009, 1:04 pm 
Offline
Senior Member

Joined: October 5th, 2009, 7:31 am
Posts: 184
Location: Here!? XD
Title: Taiwan, Singapore
I will give an example.

Example wrote:
if SubString(s2s,0,6)=="-gold "then
call SetPlayerState(p2p,PLAYER_STATE_RESOURCE_GOLD,GetPlayerState(p2p,PLAYER_STATE_RESOURCE_GOLD)+S2I(SubString(s2s,6,13)))


I bet you only changed the words "-gold " to " " right? Than you're wrong, you also need to change the digit 6 to digit 2 .

Because, <space> = a word/a number/a numeric etc. So, <space><space> = 2 words/2 numbers/2 numeric etc. Understand? So it should be 2, not 6. Than i guess it will works.

So, yours should look like this.
Example wrote:
if SubString(s2s,0,2)==" "then
call SetPlayerState(p2p,PLAYER_STATE_RESOURCE_GOLD,GetPlayerState(p2p,PLAYER_STATE_RESOURCE_GOLD)+S2I(SubString(s2s,6,13)))


Did i confused you?


Top
 Profile  
 
PostPosted: October 5th, 2009, 1:52 pm 
Offline
Spice Pirate
User avatar

Joined: January 29th, 2009, 5:35 pm
Posts: 949
Location: Canada
Title: LHC
Keep in mind, the second box there should have two spaces in the string on the first line. The forums delete repeated spaces.

And the second line should be change so the substring is what comes directly after the 2 spaces.

_________________
Spoiler:
xkiska wrote:
BARTIMEAUS is more understandable then u
Senethior459 wrote:
Wow, Dream Theatre reminds me of Dragonforce, but with real skill.
Ozzapoo wrote:
We laughed, we cried. Trashed.
Quote:
FatherSpace: You don't find smart chicks hawt?
GeorgeMots: not anymore, im fed up with that kind of girls
FatherSpace: lol
FatherSpace: What happened?
GeorgeMots: most smart girls find out that i date/do/see other girls....
FatherSpace: ...
FatherSpace: So monogamy is your enemy?
Quote:
Bartimaeus: Hmm, well, I hope my sister hasn't been kidnapped.
FatherSpace: What happened, Bart?
Bartimaeus: She walked out of the house saying that she was going over to some friends, and it's been like two hours, and my mom is trying to get a hold of her, which she's been unable to.
Bartimaeus: I can also hear three car alarms going off.
GeorgeMots: how old is she?
Bartimaeus: I haven't a clue. Probably 17.
UndeadxAssassin: wut
AbusivePie: You don't know how old your sister is?
Bartimaeus: Nope.
UndeadxAssassin: Epic fail
GeorgeMots: is she cute??
Quote:
Bartimaeus: So, uh, how about you get into the Christmas spirit and put that avatar on before I do it myself and take away your bloody avatar-changin' rights?
Quote:
UndeadxAssassin: If I thought of a random one...
UndeadxAssassin: Like....
UndeadxAssassin: I'll get back to you on that


Top
 Profile  
 
PostPosted: October 5th, 2009, 2:35 pm 
Offline
Senior Member

Joined: October 5th, 2009, 7:31 am
Posts: 184
Location: Here!? XD
Title: Taiwan, Singapore
FatherSpace wrote:
Keep in mind, the second box there should have two spaces in the string on the first line. The forums delete repeated spaces.


I think he will knew it.

FatherSpace wrote:
And the second line should be change so the substring is what comes directly after the 2 spaces.

Thanks for the correction! ;-) But can you give me something that can let me more easy understand?(Maybe a picture?)
Or a quote?


Top
 Profile  
 
PostPosted: October 5th, 2009, 3:33 pm 
Offline
Junior Member

Joined: June 13th, 2009, 12:30 pm
Posts: 41
Thanks , it really helped me a lot

_________________
[marquee]New Around here :p il start heavyli posting :p[/marquee]


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 41 posts ]  Go to page Previous  1, 2, 3, 4, 5  Next

All times are UTC


Who is online

Users browsing this forum: Bing [Bot] and 49 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB® Forum Software © phpBB Group

phpBB SEO


Privacy Policy Statement
Impressum (German)