Enfos Mt 185b secrets?

This is a discussion on Enfos Mt 185b secrets? within the Warcraft 3 Custom Maps forum part of the Warcraft 3 forum category; Soo does anyone know how to get the secrets? from looking at the triggers (which don't really explain much to ...


+ Reply to Thread
Results 1 to 2 of 2

Thread: Enfos Mt 185b secrets?

  1. #1
    fuinur is offline Newbie
    fuinur is an unknown quantity at this point
    Join Date
    Apr 2008
    Posts
    1
    Downloads
    1
    Uploads
    0
    Rep Power
    2
    Reputation
    0

    Enfos Mt 185b secrets?

    Soo does anyone know how to get the secrets? from looking at the triggers (which don't really explain much to me) i see 3 easter eggs/secrets
    can't figure out how to actually get them in the game

    Code:
    if(D8V())then
    call CreateNUnitsAtLoc(1,'E00Y',GetTriggerPlayer(),GetRectCenter(K[(1+GetPlayerId(GetOwningPlayer(GetTriggerUnit())))]),270.)
    call ConditionalTriggerExecute(EO)
    call DisplayTimedTextToForce(KG(GetTriggerPlayer()),20.,"You're repicking too much, if you like to play as a |cffffcc00Child|r, from now on you'll play as one!")
    else
    call PanCameraToTimedLocForPlayer(GetTriggerPlayer(),GetPlayerStartLocationLoc(Player(0)),.3)
    call CreateNUnitsAtLoc(1,'ushd',GetTriggerPlayer(),GetPlayerStartLocationLoc(GetTriggerPlayer()),bj_UNIT_FACING)
    
    i've did a search for d8v came up with
    Code:
    function D8V takes nothing returns boolean
    return(PV==3)
    
    and a search for PV only turns up
    Code:
    integer PV=0
    
    i've tried repicking like 30 times but it still gave me the same hero as always no idea about that

    also saw this trigger

    Code:
    function GIV takes nothing returns boolean
    return(QV==false)
    endfunction
    
    function GAV takes nothing returns nothing
    if(GIV())then
    set QV=true
    call DisplayTextToForce(bj_FORCE_ALL_PLAYERS,"|cffffcc00Gem Activated|r")
    else
    set QV=false
    call DisplayTextToForce(bj_FORCE_ALL_PLAYERS,"|cffffcc00Gem Deactivated|r")
    endif
    endfunction
    
    Code:
    set IC=CreateTrigger()
    call DisableTrigger(IC)
    call TriggerAddCondition(IC,Condition(function GRV))
    call TriggerAddAction(IC,function GAV)
    
    Code:
    function GRV takes nothing returns boolean
    return(GetSpellAbilityId()=='AIpz')
    
    Code:
    trigger IC=null
    
    And theres also this one

    Code:
    function GBV takes nothing returns nothing
    call DisplayTextToForce(KG(GetTriggerPlayer()),"|cffffcc00Pedro:|r You've found me! Don't waste your time trying to find me again!")
    call TriggerSleepAction(.5)
    set S=GetUnitLoc(GetTriggerUnit())
    call AddSpecialEffectLocBJ(S,"Abilities\\Spells\\NightElf\\Blink\\BlinkCaster.mdl")
    call TriggerExecute(ZX)
    call ShowUnitHide(GetTriggerUnit())
    endfunction
    
    Checked the pedro hero out after i unprotected the map its supposed to be perma invis but i searched the map with maphack on with show invis and didnt see anything

    And heres the whole .j file

    RapidShare: 1-Click Webhosting

  2. #2
    TaliesinBD is offline Wannabe Member
    TaliesinBD is an unknown quantity at this point
    Join Date
    Jan 2010
    Posts
    15
    Downloads
    1
    Uploads
    0
    Rep Power
    1
    Reputation
    0
    can you private message me the map the link in this post is dead? -Thanks

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts