wc3edit.net

United Warcraft 3 map hacking!
It is currently March 29th, 2024, 10:03 am

All times are UTC




Post new topic Reply to topic  [ 7 posts ] 
Author Message
PostPosted: December 13th, 2009, 5:22 am 
Offline
Newcomer

Joined: May 10th, 2008, 8:24 pm
Posts: 10
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.


Top
 Profile  
 
PostPosted: December 13th, 2009, 10:50 pm 
Offline
Forum Staff
User avatar

Joined: June 2nd, 2007, 6:53 pm
Posts: 2732
Title: I Just Lost the Game
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


Top
 Profile  
 
PostPosted: December 14th, 2009, 11:38 pm 
Offline
Newcomer

Joined: May 10th, 2008, 8:24 pm
Posts: 10
Then can you tell me what the command is for the name change? I believe it's an activator and then you use - (name)


Top
 Profile  
 
PostPosted: December 14th, 2009, 11:48 pm 
Offline
Forum Staff
User avatar

Joined: October 21st, 2007, 6:17 am
Posts: 932
Location: WorLd Of WaRcrAfT
Title: 11
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.


Top
 Profile  
 
PostPosted: December 15th, 2009, 5:12 pm 
Offline
Newcomer

Joined: May 10th, 2008, 8:24 pm
Posts: 10
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.


Top
 Profile  
 
PostPosted: December 15th, 2009, 5:14 pm 
Offline
Not an Admin, and Not Unique
User avatar

Joined: March 1st, 2009, 12:30 pm
Posts: 2472
Location: Germany
Title: Der Boss :D
So is that done or not? o.O

_________________
Download Senethior's tool package here!
Spoiler for 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:
(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:
(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:
(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

Get to know Bushido alias 2Pac alias King-Bushido!


Top
 Profile  
 
PostPosted: December 15th, 2009, 5:26 pm 
Offline
Newcomer

Joined: May 10th, 2008, 8:24 pm
Posts: 10
Yup it's done.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC


Who is online

Users browsing this forum: Bing [Bot] and 40 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)