• Our software update is now concluded. You will need to reset your password to log in. In order to do this, you will have to click "Log in" in the top right corner and then "Forgot your password?".
  • Forum moderator applications are now open! Click here for details.
  • 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 Help Thread (DO NOT REQUEST SCRIPTS)

Status
Not open for further replies.

HackMew

Mewtwo Strikes Back
1,314
Posts
17
Years
  • Seen Oct 26, 2011
Thanks for the help, but now I am back to my original problem.
It won't let me compile because "Error 13 'type mismatch' on line 8
Missing #define or parameter.
Line: compare LASTRESULT 0x1" pops up.

As XSE told you, a #define is missing. And on line 8 we have LASTRESULT.
So make sure you extract all files from the zipped archive.
LASTRESULT is defined in the std.rbh file indeed.

Anyway, remember the script type isn't "Yes/No script" and the like. See the first post for further details.


I need a bit of help with a trainerbattle.
The script works fine, so does the battle but when I am in the trainer's sight, the trainer doesn't move towards me so I have to talk to him to battle.
What is wrong?

Trainer's settings in A-map

Spoiler:


Thanks in advance

Well, I guess you just forgot to set the View radius value properly:

2mk86x.jpg


Anyway, next time please provide all info okay?
 

Hiche..

 
979
Posts
15
Years
  • Seen Dec 27, 2014
Can someone show me an example of the trainerbattle 0x6 and 0x7? Thanks in advance.
 

Likewise

Bye.
724
Posts
15
Years
#Dynamic 0x71A270

#org @start
checkflag 0x1002
if 0x1 goto @done
lock
faceplayer
giveitem 0x29 0x1
msgbox @text
boxset 0x6
msgbox @Howmuch?
boxset 0x6
applymovement 0x1 @movey
waitmovement 0x0
msgbox @text2
boxset 0x6
msgbox @text3
boxset 0x6
applymovement 0x1 @movey1
waitmovement 0x0
applymovement 0x1 @movey2
waitmovement 0x0
setflag 0x1002
clearflag 0x1004
setflag 0x1003
release
end

#org @text
= Hi, could I have some milk?\pClerk:Certainly!

#org @Howmuch?
= You got some moomoo milk!\pThanks, how much do I owe you?\lClerc:Don't worry, it's on the\nhouse!\pThank you!

#org @movey
#raw 0x62 0x02 0xFE

#org text2
= Boss:What?!\nAnother freebie?!\lThat's it, you're fired!

#org @text3
= Clerk:What?!\n..........\pFine!

#org @movey2
#raw 0x11 0x11 0x60 0xFE

#org @done
release
end

It keeps saying Type Mismatch on line 8, but I checked the tutorials and that's how give item is supposed to go right?
 

treecko99

The one and only
9
Posts
16
Years
When I use this Script and talk to the person the game just freezes and the message box does not show up.

Game: FireRed
Type: Person Event
Editor: Xse
Script:
Spoiler:
 

Hiche..

 
979
Posts
15
Years
  • Seen Dec 27, 2014
When I use this Script and talk to the person the game just freezes and the message box does not show up.

Game: FireRed
Type: Person Event
Editor: Xse
Script:
Spoiler:

The fixes are in Bold. I hope that helps.
 

Madridista

-#666
40
Posts
15
Years
I just want to say, that there should be a new rule added to the first post.

"If you want to thank somebody, do it via PM instead of spamming this thread"

or something like that.
 

HackMew

Mewtwo Strikes Back
1,314
Posts
17
Years
  • Seen Oct 26, 2011
Can someone show me an example of the trainerbattle 0x6 and 0x7? Thanks in advance.

Did you check some scripts in the original games? If you want you can check the scripting dumps I made a while ago. See my thread in the Toolbox.


I just want to say, that there should be a new rule added to the first post.

"If you want to thank somebody, do it via PM instead of spamming this thread"

or something like that.

Yeah, that's a good idea. I'll add it right now.

EDIT: Rules updated, everyone! Make sure to read them once more, no matter if you did already.
 
Last edited:
136
Posts
15
Years
  • Seen Dec 27, 2010
Game:Pokemon Dawn of Oblivion
Type:FireRed
Editor:XSE
Script:
Spoiler:

Screenshots and/or Videos: None

This script is supposed to be a one time only, sorta of like the Oak script that stops you from going out onto the grass without Pokemon. All it's doing now is freezing up the game, and it does that when it's not even on the correct tile. Help would be appreciated greatly; it's the first time I've done a script as complex as this.
 

HackMew

Mewtwo Strikes Back
1,314
Posts
17
Years
  • Seen Oct 26, 2011
Game:Pokemon Dawn of Oblivion
Type:FireRed
Editor:XSE
Script:
Spoiler:

Screenshots and/or Videos: None

This script is supposed to be a one time only, sorta of like the Oak script that stops you from going out onto the grass without Pokemon. All it's doing now is freezing up the game, and it does that when it's not even on the correct tile. Help would be appreciated greatly; it's the first time I've done a script as complex as this.

Make sure to read better the rules next time because you mixed up thing a little :P

Anyway...
You're missing a release in the first part of the script and you're missing the End of Movements (0xFE) too.
Also, you're missing the callstd/boxset as well.

Spoiler:
 
Last edited:

Pokepal17

More cowbell~
1,519
Posts
15
Years
ROM: Fire Red
Version: 1.0
Script Editor: XSE
Script Type: Person Event
Event pictures: See attachments
Script

Spoiler:


This should be a simple wildbattle with a Suicune. When I talk to the Suicune, the screen turns black (I think that's the fadescreen command happening too early) and then the battle happens. When ever the battle finishes, the screen doesn't fade and the hidesprite command doesn't happen.

A-map settings

Spoiler:


Thanks in advance!
 

Konekodemon

The Master of Pokemon Breeding
2,074
Posts
17
Years
  • Age 39
  • NC
  • Seen Nov 20, 2023
don't know if this is a script problem or not but what gameboy colors do I use if I want red and blue to look like the colors from yellow
 

пзо

zzirRusty
223
Posts
15
Years
  • Age 28
  • Seen Jun 2, 2010
Omg my script..

Spoiler:


[Solved]
 
Last edited:

Hiche..

 
979
Posts
15
Years
  • Seen Dec 27, 2014
ROM: Fire Red
Version: 1.0
Script Editor: XSE
Script Type: Person Event
Event pictures: See attachments
Script

Spoiler:


This should be a simple wildbattle with a Suicune. When I talk to the Suicune, the screen turns black (I think that's the fadescreen command happening too early) and then the battle happens. When ever the battle finishes, the screen doesn't fade and the hidesprite command doesn't happen.

A-map settings

Spoiler:


Thanks in advance!

Try this. Also, why did you write hidesprite 0x201? The person event number is 4. :\ I fixed it.
 

HackMew

Mewtwo Strikes Back
1,314
Posts
17
Years
  • Seen Oct 26, 2011
ROM: Fire Red
Version: 1.0
Script Editor: XSE
Script Type: Event apply movment.
Event pictures: Nothing to take pictures of..


I never thought i would be doing this! This script works fine.. but the running shoes dont
activate. Im not sure why.
--
Spoiler:


There's nothing wrong there, indeed. Did you try it on a clean ROM?
BTW, #raw 0x68 is closeonkeypress. Don't forget to use spoilers, okay?
 

Likewise

Bye.
724
Posts
15
Years
#dynamic 0x71A29C

#org @start
lock
faceplayer
checkflag 0x1005
if 0x1 goto @milk
msgbox @get
boxset 0x6
msgbox @milky
boxset 0x6
release
end

#org @get
= Mom:Hurry and get the milk honey!

#org @done
release
end

#org @milk
= Mom:Oh you're here!\pMom:While you were out we found\nsome milk in the fridge, but now\lthat you've bought it....Keep it!\pMom:You can go outside to play now.

#org @done2
release
end
A kinda noobish question....
When the flag is set, it just ends, it doesn't go to the message @milk thing (don't ask its a very weird script......)
 

Vrai

can you feel my heart?
2,896
Posts
15
Years
  • Age 29
  • Seen Oct 24, 2022
A kinda noobish question....
When the flag is set, it just ends, it doesn't go to the message @milk thing (don't ask its a very weird script......)

Spoiler:

I think I fixed it in the spoiler. Also, if this is a trigger event, you may want to put in what I added in italics and in green, unless you want that message (milk2) repeating over and over again. I can't assume that this is a person or trigger event 'cause you didn't use the correct form.. Please do, in the future.
 
Status
Not open for further replies.
Back
Top