• Just a reminder that providing specifics on, sharing links to, or naming websites where ROMs can be accessed is against the rules. If your post has any of this information it will be removed.
  • Ever thought it'd be cool to have your art, writing, or challenge runs featured on PokéCommunity? Click here for info - we'd love to spotlight your work!
  • Our weekly protagonist poll is now up! Vote for your favorite Trading Card Game 2 protagonist in the poll by clicking here.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.

Script Requests/Sharing/Discussion

Status
Not open for further replies.
Could you post a screen of advance map, so I can see if anything is wrong. Just incase you don't know how to, Click on the person and hit printscreen on the keyboard and then click on the trigger and hit the printscreen again.
 
Yay! I tried it again! It works for me! Thanks !
 
44tim44 this is the script you requested, its a bit long. So I'll put it into a spoiler. This script is for Fire Red.
Spoiler:

how can i put this script in advance map?
where in the map?
 
Hi.., it's me again!

Can anyone give me a script that goes like this...

1. A girl won't let you in a Gym until you have claimed the Pokedex from Prof. Birch.

2. When you got it, and when you rturn to the map where she was blocking the Gym, she's already on her original position in Advance Map.

that's all...

Additional info for the girl that'll be used in the script I'm requesting...
EVENT NUMBER = 0
PEOPLE NUMBER = 1


THANKS IN ADVANCE!!!
 
Hi.., it's me again!

Can anyone give me a script that goes like this...

1. A girl won't let you in a Gym until you have claimed the Pokedex from Prof. Birch.

2. When you got it, and when you rturn to the map where she was blocking the Gym, she's already on her original position in Advance Map.

that's all...

Additional info for the girl that'll be used in the script I'm requesting...
EVENT NUMBER = 0
PEOPLE NUMBER = 1


THANKS IN ADVANCE!!!

It's kind of simple, really.
Code:
#org $go
lock
faceplayer
message $1
boxset 6
release
end

#org $1
$1 1 = You cannot enter the gym until you've\nobtained a Pokedex from Prof. Birch.
And then, just put her people id in am as 801
 
@destinedjagold :No need, the people id insert 801 its mean the sprite will disappear when you get the pokedex! ( To get a pokedex, setflag 0x801 )

My question: Why can I make a sprite will appear when a flag is set? If the flag didnt set, it will never appear till the flag is set.
 
@destinedjagold :No need, the people id insert 801 its mean the sprite will disappear when you get the pokedex! ( To get a pokedex, setflag 0x801 )

My question: Why can I make a sprite will appear when a flag is set? If the flag didnt set, it will never appear till the flag is set.

Why don't try it a 'clearflag'. So set the flag in an earlier script so the person will dissapear and then clearflag when you want the sprite to appear.
 
I have a script request

(if you're a boy a girl but a girl a boy) who walked two step down and said
"[PLAYER]!!! You're back from GOLDENROD CITY!! I miss you, you knucklehead...Well anyway come visit us."

"..................................."

"Oh you're looking for PROF. MAPLE..Well she is visiting us right now, she helping my mom fix my POKEDEX and also updating it. Come visit, I guarantee she'll be expecting you"

-Walk up and leave-
 
I write this script and i have a probleme:
why the jingle don't work?

#org $start
lock
faceplayer
message $poke
boxset 5
compare LASTRESULT 1
if b_true goto $yes
message $no
boxset 6
release
end

#org $yes
givepokemon 1 5 0
message $here
boxset 6
jingle
release
end

#org $poke
$poke 1 =Pourrait-tu t'occuper de ce Bulizarre?


#org $no
$no 1 =Dommage...

#org $here
$here 1 =[player] recoit un BULBIZARRE!!!
 
I write this script and i have a probleme:
why the jingle don't work?

#org $start
lock
faceplayer
message $poke
boxset 5
compare LASTRESULT 1
if b_true goto $yes
message $no
boxset 6
release
end

#org $yes
givepokemon 1 5 0
jingle
message $here
boxset 6
release
end

#org $poke
$poke 1 =Pourrait-tu t'occuper de ce Bulizarre?


#org $no
$no 1 =Dommage...

#org $here
$here 1 =\v\h01 recoit un BULBIZARRE!!!

I'd only change a few things. See if this works. My changes in bold.
 
Whats wrong with this script ?

Hi all can anyone tell me what is wronge with my script its very short i just want the player to look in every direction on the same sport but when my character treads on the script the game just freezes the game is sapphire and the script is......

#ORG $StartScript
APPLYMOVE_PLAYER; #binary 0x01 0x02 0x00 0x03 0xFE
end
 
Hi all can anyone tell me what is wronge with my script its very short i just want the player to look in every direction on the same sport but when my character treads on the script the game just freezes the game is sapphire and the script is......

#ORG $StartScript
APPLYMOVE_PLAYER; #binary 0x01 0x02 0x00 0x03 0xFE
end

You have to put a "pause 0x??" command after every applymovement command to make it work. For example, because you have four movements to be carried out in your command, it would be "pause 0x4" If you had six it'd be "pause 0x6."

So, your script would be:
Code:
#ORG $StartScript
APPLYMOVE_PLAYER; #binary 0x01 0x02 0x00 0x03 0xFE
[b]pause 0x4[/b]
end
 
hi , umm im looking for a scriptor who would want to help me with my hack.if anyone would be so kind, then please pm me.
 
Okay thanks for that i will try that soon just one more question when putting the scripts in using advance map ho do i know what to put in the var number n stuff ?
 
I need a script for celebi for ScriptEd

Can anybody help me?
 
Waht kind of script and for what rom ? Do you mean like a givepokemon script or a fite ?
 
Status
Not open for further replies.
Back
Top