[Request] Pokemon World Advanced

For fulfilled maps that most likely don't work on the latest patch (1.24 or later).

Moderator: Cheaters

kaobei
Junior Member
Posts: 35
Joined: June 7th, 2007, 1:46 pm

[Request] Pokemon World Advanced

Post by kaobei »

Hi can anyone help add cheats and enable single player save for this map
I would like cheats like
-lumber x
-gold x
-lvl x
-lugia <----- spawns lugia near hero
-ho-oh <----- spawns ho-oh near hero
-mew <----- spawns mew near hero
-agi x
-str x
-int x
Link: http://epicwar.com/maps/17237/
namespoofer
V.I.P.
Posts: 332
Joined: March 4th, 2007, 12:39 am
Location: United States
Contact:

Post by namespoofer »

Mmk I'll see what I can do..

Err.. Your gunna need to explain more about the spawning of mew/lugia/etc..

Are they units or items??
Do you just.. fight them??
Image
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
kaobei
Junior Member
Posts: 35
Joined: June 7th, 2007, 1:46 pm

Post by kaobei »

erm they are unit
whohaw15
Newcomer
Posts: 17
Joined: April 23rd, 2007, 3:24 am
Location: Arrakis

Post by whohaw15 »

ho-ho and lugia u get with two different items. as far as mew goes im not sure how u r supposed to get.
namespoofer
V.I.P.
Posts: 332
Joined: March 4th, 2007, 12:39 am
Location: United States
Contact:

Re: [Request] Pokemon World Advanced

Post by namespoofer »

I can't find any unit codes for almost any pokemon cept for a few.. and you aren't being nearly detailed enough to help me..
Anyways.. If any1 else wants to do this, knock yourself out >.>
Image
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
kaobei
Junior Member
Posts: 35
Joined: June 7th, 2007, 1:46 pm

Re: [Request] Pokemon World Advanced

Post by kaobei »

erm can you make cheats like
-silver feather <--- a item to spawn lugia
-rainbow feather <---- a item to spawn ho-oh
namespoofer
V.I.P.
Posts: 332
Joined: March 4th, 2007, 12:39 am
Location: United States
Contact:

Re: [Request] Pokemon World Advanced

Post by namespoofer »

kaobei wrote:erm can you make cheats like
-silver feather <--- a item to spawn lugia
-rainbow feather <---- a item to spawn ho-oh


Are they freaking items now?? Tell me excatly what happens when you 'encounter' 1 or something... Or how to get them period -.-
Image
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
kaobei
Junior Member
Posts: 35
Joined: June 7th, 2007, 1:46 pm

Re: [Request] Pokemon World Advanced

Post by kaobei »

i heard that you need those item to spawn lugia and ho-oh
namespoofer
V.I.P.
Posts: 332
Joined: March 4th, 2007, 12:39 am
Location: United States
Contact:

Re: [Request] Pokemon World Advanced

Post by namespoofer »

Ok, cheat pack isn't compatiable with this map... like vamp ice.. So.. I've just added a 1-in-all command..
-spoofer = Drops all+more items you wanted at heros feet, sets hero to max lvl, gives max gold/wood..
This has been tested and works fine..

But be4 I upload, I do not know how to disable single player.. slyvanas seemed tricky about this.. Here is where it determines how many players there are, I'm just not sure what to change!

Code: Select all

function Ou takes nothing returns boolean
return(GetPlayerController(GetFilterPlayer())!=MAP_CONTROL_COMPUTER)
endfunction
function OU takes nothing returns boolean
return(GetPlayerSlotState(GetFilterPlayer())==PLAYER_SLOT_STATE_PLAYING)
endfunction
function Ov takes nothing returns boolean
return GetBooleanAnd(Ou(),OU())
endfunction
function OV takes nothing returns nothing
set bk=CountPlayersInForceBJ(fg(Condition(function Ov)))


I'm thinking I just change: set bk=12 for max players??
Image
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
User avatar
Dekar
Forum Drunk
Posts: 2908
Joined: January 17th, 2007, 4:22 pm
Location: Darmstadt, Germany
Contact:

Re: [Request] Pokemon World Advanced

Post by Dekar »

just invert the != and == then it becomes single player only :P
just figure out what's expected and return true/untrue
(it's boolean... only 2 choices :D)
Don't pm me with Warcraft questions, this is a forum so just make a post!

In the world of thinking we are all immigrants. -Robert Nozick
Post Reply