[Deprotect] Area of Ice Escape

This is where fulfilled requests go. You can make a new thread here if you edit a map and want to share it, such as if you cheat a new map without anybody actually requesting it.

Moderator: Cheaters

downloader4
Newcomer
Posts: 8
Joined: May 10th, 2008, 8:24 pm

[Deprotect] Area of Ice Escape

Post by downloader4 »

Map Name: Area of Ice Escape

(Map is attached)

Compatibility: 1.24b

Request: Deprotect, I just want to see the triggers with wc3 editor.
You do not have the required permissions to view the files attached to this post.
User avatar
Senethior459
Forum Staff
Posts: 2619
Joined: June 2nd, 2007, 6:53 pm
Title: I Just Lost the Game

Re: [Deprotect] Area of Ice Escape

Post by Senethior459 »

If we deprotect it, the triggers will still be in Jass. The GUI triggers are deleted to protect maps, and those are unrecoverable.
My Warcraft III Tool Collection
If you want to chat/game with me:
Blizzard: Senethior459#1962
Discord: Kyle#7409
Steam: Spacekidkyle
downloader4
Newcomer
Posts: 8
Joined: May 10th, 2008, 8:24 pm

Re: [Deprotect] Area of Ice Escape

Post by downloader4 »

Then can you tell me what the command is for the name change? I believe it's an activator and then you use - (name)
User avatar
Shamanno1
Forum Staff
Posts: 912
Joined: October 21st, 2007, 6:17 am
Title: 11
Location: WorLd Of WaRcrAfT

Re: [Deprotect] Area of Ice Escape

Post by Shamanno1 »

call TriggerRegisterPlayerChatEvent( gg_trg_Name, Player(0), "-이름", false )
call TriggerRegisterPlayerChatEvent( gg_trg_Name, Player(1), "-이름", false )
call TriggerRegisterPlayerChatEvent( gg_trg_Name, Player(2), "-이름", false )
call TriggerRegisterPlayerChatEvent( gg_trg_Name, Player(3), "-이름", false )
call TriggerRegisterPlayerChatEvent( gg_trg_Name, Player(4), "-이름", false )
call TriggerRegisterPlayerChatEvent( gg_trg_Name, Player(5), "-이름", false )
call TriggerRegisterPlayerChatEvent( gg_trg_Name, Player(6), "-이름", false )
call TriggerRegisterPlayerChatEvent( gg_trg_Name, Player(7), "-이름", false )
call TriggerRegisterPlayerChatEvent( gg_trg_Name, Player(8), "-이름", false )
call TriggerRegisterPlayerChatEvent( gg_trg_Name, Player(9), "-이름", false )
call TriggerRegisterPlayerChatEvent( gg_trg_Name, Player(10), "-이름", false )
call TriggerRegisterPlayerChatEvent( gg_trg_Name, Player(11), "-이름", false )

You have to type -이름 [nameyouwanthere] but i have no idea what language is that oO
~Everything changes~
I have met people who have no dreams, who have simply accepted their fate to work, exist, and die. They are the most miserable people I have ever known.
downloader4
Newcomer
Posts: 8
Joined: May 10th, 2008, 8:24 pm

Re: [Deprotect] Area of Ice Escape

Post by downloader4 »

Shamanno1 wrote:call TriggerRegisterPlayerChatEvent( gg_trg_Name, Player(0), "-이름", false )
call TriggerRegisterPlayerChatEvent( gg_trg_Name, Player(1), "-이름", false )
call TriggerRegisterPlayerChatEvent( gg_trg_Name, Player(2), "-이름", false )
call TriggerRegisterPlayerChatEvent( gg_trg_Name, Player(3), "-이름", false )
call TriggerRegisterPlayerChatEvent( gg_trg_Name, Player(4), "-이름", false )
call TriggerRegisterPlayerChatEvent( gg_trg_Name, Player(5), "-이름", false )
call TriggerRegisterPlayerChatEvent( gg_trg_Name, Player(6), "-이름", false )
call TriggerRegisterPlayerChatEvent( gg_trg_Name, Player(7), "-이름", false )
call TriggerRegisterPlayerChatEvent( gg_trg_Name, Player(8), "-이름", false )
call TriggerRegisterPlayerChatEvent( gg_trg_Name, Player(9), "-이름", false )
call TriggerRegisterPlayerChatEvent( gg_trg_Name, Player(10), "-이름", false )
call TriggerRegisterPlayerChatEvent( gg_trg_Name, Player(11), "-이름", false )

You have to type -이름 [nameyouwanthere] but i have no idea what language is that oO

I. love. you.
Thanks so much.
User avatar
Bushido
Not an Admin, and Not Unique
Posts: 1880
Joined: March 1st, 2009, 12:30 pm
Title: Der Boss :D
Location: Germany

Re: [Deprotect] Area of Ice Escape

Post by Bushido »

So is that done or not? o.O
Download Senethior's tool package here!
[spoiler=Funny shit]
Kryptonyte wrote:Pew-pew, together, 2pac and I can take over the world. Muhahahahahaha.

Kryptonyte wrote:@2Pac, You're a G. Keep your pimp hand strong.

Kryptonyte wrote:anyways i gtg, PEACE, MR. ZOMG O SO PRO U RAWKZ0RZ SUM BoXZ()RZ


Code: Select all

(23:22:14) FatherSpace: BWAHAHA
(23:22:21) FatherSpace: I am 1337, you must fear my coolness.
(23:22:51) FatherSpace: I got bored, so I made a Python script so now whenever I open Terminal, I get a random haiku from here: http://www.smalltime.com/Haiku
(23:24:12) FatherSpace: afk... Killing myself. :(

Code: Select all

(03:52:56) ChatBot: (673237) logs into the Chat.
 (03:53:08) (673237): plzplzplz, im sorry about before.
 (03:53:26) FatherSpace: I'm sorry you were born.
(03:53:31) ChatBot: (673237) has been logged out (Kicked).

Code: Select all

(21:39:14) GeorgeMots: Jen are you there?
(21:39:44) 2Pac: ...lol?
(21:39:49) 2Pac: (21:22:22) ChatBot: UndeadxAssassin has been logged out (Timeout).
(21:39:52) GeorgeMots: w00t
(21:39:54) GeorgeMots: rofl
(21:39:58) GeorgeMots: *facepalm*
(21:39:59) 2Pac: you definetly fail
[/spoiler]
Get to know Bushido alias 2Pac alias King-Bushido!
downloader4
Newcomer
Posts: 8
Joined: May 10th, 2008, 8:24 pm

Re: [Deprotect] Area of Ice Escape

Post by downloader4 »

Yup it's done.