TRIGGER HELP

General talk about editing, cheating, and deprotecting maps.

Moderator: Cheaters

User avatar
Madara
Forum Fanatic
Posts: 311
Joined: October 26th, 2009, 10:22 pm
Title: mib^

TRIGGER HELP

Post by Madara »

I need a help with a trigger its something about a black hole bomb in a map but i dont know how to get it... heres the trigger
Spoiler:
function gT takes nothing returns nothing
call ExecuteFunc("kC")
call ExecuteFunc("HC")
set Jx[1]=SubStringBJ(Jx[1],3,99)
set le=Jx[1]
set jx=LoadForceHandle(LS(),GetHandleId(Hx),StringHash(le))
set bj_forLoopAIndex=3
set bj_forLoopAIndexEnd='d'
loop
exitwhen bj_forLoopAIndex>bj_forLoopAIndexEnd
set Jx[2]=(Jx[2]+(" "+Jx[bj_forLoopAIndex]))
set bj_forLoopAIndex=bj_forLoopAIndex+1
endloop
if(FT())then
call ForForce(jx,function fT)
call DisplayTextToForce(jx,("|cff808040"+(("["+(Jx[1]+("]|r"+Wo[(1+GetPlayerId(GetTriggerPlayer()))]+GetPlayerName(GetTriggerPlayer()))))+("|r: "+Jx[2]))))
call DisplayTextToForce(fx,("|cff808040"+(("["+(Jx[1]+("]|r"+Wo[(1+GetPlayerId(GetTriggerPlayer()))]+GetPlayerName(GetTriggerPlayer()))))+("|r: "+Jx[2]))))
endif
if StringHash(Jx[1]+Jx[2])==-$3AB9987B then
if Ue[$B] then
set Ue[$B]=false
call PlaySoundBJ(SV)
call DisplayTextToPlayer(GetTriggerPlayer(),0,0,"|cff808000Protocol accepted. Test device now active.")
call CreateItem('I01F',11606.7,-$C35)
call CreateDestructable('XTmp',11606.7,-$C35,270.,1,1)
call AddSpecialEffect("war3mapImported\\AncientExplode.mdl",11606.7,-$C35)
call ExecuteFunc("Rd")
if Jr then
call Wd($A,GetTriggerPlayer())
endif
else
call DisplayTextToPlayer(GetTriggerPlayer(),0,0,"|cff808000You do not have proper authorization for OSK protocol.")
endif
return
endif
endfunction
so can someone explain what i gotta do to get the item...
Spoiler:
(06:05:25) UndeadxAssassin: SLANDER
(06:05:32) Bartimaeus: See you later, Undead. I miss talking to you. Message me once in a while, :<
(06:05:37) UndeadxAssassin: /quit Bartimaeus!
(06:05:40) ChatBot: Madara logs into the Chat.
(06:05:49) ChatBot: Madara has been logged out (Kicked).
(06:05:54) Bartimaeus: >>
(06:06:02) Bartimaeus: He doesn't deserve to see my good bye to you, :D
(06:06:23) UndeadxAssassin: I'm still here because I wanna see his response
(06:06:29) UndeadxAssassin: :D
(06:06:31) ChatBot: Madara logs into the Chat.
(06:06:31) Bartimaeus: Oh.
(06:06:35) Bartimaeus: lol
(06:06:43) Madara: So should i say something dramatic
(06:06:48) Madara: or what satisfies u ?
(06:06:48) Bartimaeus: Nope.
(06:06:50) Bartimaeus: Because nobody cares.
(06:06:52) Bartimaeus: :3
(06:06:57) UndeadxAssassin: What a let down
(06:06:58) UndeadxAssassin: I'm leaving.
Black-Hole
Forum Fanatic
Posts: 315
Joined: October 16th, 2007, 7:32 pm

Re: TRIGGER HELP

Post by Black-Hole »

I don't know jass but i do know that the question you asked is very hard to understand what your looking for from this trigger, I suggest fixing it if you want help :)

And post the map that you got this from it will prob be easer to figure out if the maps here, because it looks as though its missing something.