Registrarse

GivePokemon

Estado
Cerrado para nuevas respuestas.

Flabox

Gus, Foongus
Hola necesito que por favor me dieran y me dieran cual es la Script de recibir un Pokemon y necesito que se habilite el Menú Pokemon por favor ayúdenme :D:D
 

gary trainer

Pokemon Trió Legendario
Hola, aqui te dejo un tuto

whackahack.com/foro/t-12807/tutorial-sobre-scripts

espero que te sirva :D
 

Lunos

Enfrentando a La Organización
Miembro insignia
Hola necesito que por favor me dieran y me dieran cual es la Script de recibir un Pokemon y necesito que se habilite el Menú Pokemon por favor ayúdenme :D:D
Código:
#dynamic 0x800000

#org @start
lock
faceplayer
checkflag 0xFlagVacia ([COLOR=Gray]La misma que usaras en el Setflag antes del Release[/COLOR])
if 0x1 goto @obtenido
msgbox @1 0x6
givepokemon 0xPokemon 0xNivel 0xItem 0x0 0x0 0x0
fanfare 0x13E
msgbox @2 0x4
waitfanfare
closeonkeypress
setflag 0x828
msgbox @3
setflag 0xFlagVacia
release
end

#org @obtenido
msgbox @4 0x6
release
end

#org @1
= Texto antes de recibir al Pokemon.

#org @2
= [player] ha obtenido X Pokemon.

#org @3
= Texto tras recibir al Pokemon.

#org @4
= Texto que te dirá el NPC tras recibir al Pokemon, siempre que le hables
Lo he probado y funciona perfectamente.
 
Última edición:
Estado
Cerrado para nuevas respuestas.
Arriba