Registrarse
  • ¡Comienzan las votaciones del MPA o Mejor Proyecto del Año 2025!
    ¡Vota por tu proyecto favorito y recompensa el trabajo duro de los participantes!

    El plazo concluye el 13 de marzo

(Duda) Script de IVs

Estado
Cerrado para nuevas respuestas.

Bibsfiha

Profesional de WaH
Tengo problemas con este script. Después de cierrar la primera box YES_NO , el juego se congela. ¿Alguien me puede dar un paso a paso ?

El script: http://whackahack.com/foro/t-14509/fr-scripting-script-lectura-modificacion-ivs-utilizando-frhackedengine

Aqui mi script:
Código:
 #org 0x88CA2B4
'-----------------------------------
lock
faceplayer
msgbox 0x88CA398 ' Hey! Did you know po...
callstd MSG_YESNO ' Yes/No message
compare LASTRESULT NO
if == jump 0x88CA37E ' Equal To
msgbox 0x88CA433 ' Which pokemon should...
callstd MSG_NOCLOSE ' Non-closing message
special 0x9F
waitspecial
compare 0x8004 0x6
if >= jump 0x88CA37E ' Larger Than or Equal To
showmoney 0x0 0x0
msgbox 0x88CA452 ' The whole proccess w...
callstd MSG_YESNO ' Yes/No message
compare LASTRESULT NO
if == jump 0x88CA37E ' Equal To
checkmoney 0xC350 0x0 0xD21
storeitem 0x0 0x600
nop1 ' #raw 0x1
choosecontestpokemon
resetweather
startcontest
jumpstd 0x91

#org 0x88CA37E
'-----------------------------------
msgbox 0x88CA4E7 ' Bye!
callstd MSG_NOCLOSE ' Non-closing message
hidemoney 0x0 0x0
release
end


#org 0x88CA398
= Hey! Did you know pokemon genes can \nbe modified? It's dangerous, \pexpensive and pokemon usually don't \nlike it, but I can rise one of your \ppokemon into 

#org 0x88CA433
= Which pokemon should I modify?

#org 0x88CA452
= The whole proccess will cost 10   \nDo we have a deal?

#org 0x88CA4E7
= Bye!
¿:.
 
Última edición:

nozz

Usuario mítico
Respuesta: (PEDIDO) Script de IVs

seguramente estare mal pero creo talves este mal yo, pero igual.

Código:
 #org 0x88CA2B4
'-----------------------------------
lock
faceplayer
msgbox 0x88CA398 ' Hey! Did you know po...
callstd MSG_YESNO ' Yes/No message
compare LASTRESULT NO
if == jump 0x88CA37E ' Equal To
msgbox 0x88CA433 ' Which pokemon should...
callstd MSG_NOCLOSE ' Non-closing message
special 0x9F
waitspecial
compare 0x8004 0x6
if >= jump 0x88CA37E ' Larger Than or Equal To
showmoney 0x0 0x0
msgbox 0x88CA452 ' The whole proccess w...
callstd MSG_YESNO ' Yes/No message
compare LASTRESULT NO
if == jump 0x88CA37E ' Equal To
checkmoney 0xC350 0x0 0xD21
storeitem 0x0 0x600
nop1 ' #raw 0x1
choosecontestpokemon
resetweather
startcontest
jumpstd 0x91
[B]release
end[/B]
 
Estado
Cerrado para nuevas respuestas.
Arriba