[request!] Human vs Orcs
Moderator: Cheaters
-
- Honorary wc3edit.net Traitor
- Posts: 2507
- Joined: February 1st, 2007, 4:11 pm
- Location: NEVADA
-
- Junior Member
- Posts: 42
- Joined: June 7th, 2007, 7:44 am
-
- V.I.P.
- Posts: 332
- Joined: March 4th, 2007, 12:39 am
- Location: United States
Code: Select all
function Trig_Defeat_Func034C takes nothing returns boolean
if ( not ( udg_CheckComputer >= 1 ) ) then
return true
endif
return true
endfunction
aero's pack inserted..
no syntax errors of any sort..
saved, went to mpq master
deleted old war3map.j
tried to import the haxxed 1, and nothing happens.. what the hell..
Doesn't Dekar make the world easier?
"I Wumbo. YOU Wumbo. He she me.. WUMbo. Wumbo; WumboING; WumBOLogy; the study of WUMBO. It's first grade, Spongebob!"
"I'm sorry I doubted your great wisdom Patrick!"
Catch me on Azeroth (U.S. East) - NameSpoofer
-
- Junior Member
- Posts: 42
- Joined: June 7th, 2007, 7:44 am
-
- Honorary wc3edit.net Traitor
- Posts: 2507
- Joined: February 1st, 2007, 4:11 pm
- Location: NEVADA
-
- V.I.P.
- Posts: 332
- Joined: March 4th, 2007, 12:39 am
- Location: United States
Aight I'll try that.. then restart.. 5 min..
Edit: how the hell do I replace a file..
Edit: how the hell do I replace a file..
Doesn't Dekar make the world easier?
"I Wumbo. YOU Wumbo. He she me.. WUMbo. Wumbo; WumboING; WumBOLogy; the study of WUMBO. It's first grade, Spongebob!"
"I'm sorry I doubted your great wisdom Patrick!"
Catch me on Azeroth (U.S. East) - NameSpoofer
-
- Honorary wc3edit.net Traitor
- Posts: 2507
- Joined: February 1st, 2007, 4:11 pm
- Location: NEVADA
-
- V.I.P.
- Posts: 332
- Joined: March 4th, 2007, 12:39 am
- Location: United States
Ugh so many functions concerning single player >.>
What do I change here? There is also another set for Humans..
I dunt see any true or false on them ..
What do I change here? There is also another set for Humans..
Code: Select all
function Trig_Orc_Defeat_Conditions takes nothing returns boolean
if ( not ( GetUnitTypeId(GetTriggerUnit()) == 'ofrt' ) ) then
return false
endif
return true
endfunction
function Trig_Orc_Defeat_Func001001 takes nothing returns boolean
return ( GetPlayerSlotState(Player(2)) == PLAYER_SLOT_STATE_PLAYING )
endfunction
function Trig_Orc_Defeat_Func002001 takes nothing returns boolean
return ( GetPlayerSlotState(Player(4)) == PLAYER_SLOT_STATE_PLAYING )
endfunction
function Trig_Orc_Defeat_Func003001 takes nothing returns boolean
return ( GetPlayerSlotState(Player(6)) == PLAYER_SLOT_STATE_PLAYING )
endfunction
function Trig_Orc_Defeat_Func004001 takes nothing returns boolean
return ( GetPlayerSlotState(Player(8)) == PLAYER_SLOT_STATE_PLAYING )
endfunction
function Trig_Orc_Defeat_Func005001 takes nothing returns boolean
return ( GetPlayerSlotState(Player(10)) == PLAYER_SLOT_STATE_PLAYING )
endfunction
Doesn't Dekar make the world easier?
"I Wumbo. YOU Wumbo. He she me.. WUMbo. Wumbo; WumboING; WumBOLogy; the study of WUMBO. It's first grade, Spongebob!"
"I'm sorry I doubted your great wisdom Patrick!"
Catch me on Azeroth (U.S. East) - NameSpoofer
-
- Honorary wc3edit.net Traitor
- Posts: 2507
- Joined: February 1st, 2007, 4:11 pm
- Location: NEVADA