FoggyDoggy
Im comin' home...
- 1,816
- Posts
- 17
- Years
- Age 32
- Just Outside Treasure Town
- Seen Nov 28, 2024
I don't know to do with that script. I'll just surrender,because this script does weird things like making the egg never hatch when i changed Celebi's steps to hatching to 60.
And yes, how can i change Mew's level in Faraway Island?
I think it is:
Spoiler:setvar 0x8004 0x97
setvar 0x8005 0x1E
but i just want to be sure...
Never give up, how do you think all the greatest scripters got where they are.
Look at LinkandZelda.
After so many years, he's still working on Pokemon Liquid Crystal.
You can do this, I know you can.
I'll go ahead and revise your script...
Revised (Left this window open while I did it.)
If you want to use this script you need to be using XSE Ver 1.1.1.
No Earlier, as it doesn't support the Combining of MSGBOX and boxset commands...
Changes are in BOLD RED
Code:
[b][color=red]//Comments: I made this script Dynamic for you.
//This not only makes the script easier to insert,
//But also makes it much less of a chance of
//Overwriting important data.
//You should be able to insert this script and have it run perfect, I tested it.
#dynamic 0x800000[/color][/b]
#org [b][color=red]@start[/color][/b]
lock
faceplayer
checkflag [b][color=red]0x1000 //I changed this flag for safety[/color][/b]
if 0x1 goto [b][color=red]@after[/color][/b]
msgbox [b][color=red]@egg 0x5 //You are using an older XSE, please update![/color][/b]
compare LASTRESULT 0x0
if 0x1 goto [b][color=red]@no[/color][/b]
countpokemon
compare LASTRESULT 0x6
if 0x1 goto [b][color=red]@manypokes[/color][/b]
msgbox [b][color=red]@giveegg 0x6[/color][/b]
setflag [b][color=red]0x1000[/color][/b]
fanfare 0x172
msgbox [b][color=red]@gotegg 0x4 //Boxset 4 works better for this than MSGBOX2 IMO[/color][/b]
waitfanfare
[b][color=red]closeonkeypress //Needed for the Boxset 4[/color][/b]
giveegg [b][color=red]0xFB //HEX'd[/color][/b]
release
end
'-----------------------[b][color=red]//The Rest are very MINOR changes so I didn't Bold/Red them[/color][/b]
#org @after
msgbox @aftertext 0x6
release
end
'-----------------------
#org @no
msgbox @notext 0x6
release
end
'-----------------------
#org @manypokes
msgbox @manypokestext 0x6
release
end
'---------
' Strings
'---------
#org @egg
= I have here an EGG.\pI'd hoped to hatch it by covering it in\nhot sand by the hot springs.\lBut that doesn't seem to be enough[.]\pI've heard it would be best if it were\nkept together with POKéMON and\lcarried about.\pYou are a TRAINER, yes?\nAnd your POKéMON radiate vitality.\pSo, what say you?\nWill you take this EGG to hatch?
#org @giveegg
= Good! I hope you'll walk plenty with\nthis here EGG!
#org @gotegg
= [player] received the EGG.
#org @aftertext
= Every so often, an EGG will be found at\nthe POKéMON DAY CARE.\pOr at least that's how the rumor goes.
#org @notext
= As you wish, then[.]\pIf you have a change of heart about\nhatching this EGG, I will be here.
#org @manypokestext
= Oh? You've too many POKéMON.\nThere's no room for this EGG[.]