Haku.
(FLAME)...H....A...K..U
- 385
- Posts
- 17
- Years
- Singapore :D
- Seen Jul 22, 2011
Username: Xmouvelianx
What do you want me to call you? M
Job Applying: Scripter
Other Skills: Little bit of World map editing,Mapping,Inserting sprites
Proof of Work:
Its a map/some script i use in my hack and also some tile i made myself...[tv]
This one is for scripting:D
#dynamic 0x[blablblabla]
#org @start
lock
faceplayer
msgbox @1 0x6
release
end
'------------------
#org @1
= Hey \v\h01!
This is givepokemon / giveitem
#dynamic 0x[blablablabla]
#org @start
checkflag 0x828
if 0x1 goto @alreadygive
lock
faceplayer
msgbox @1 0x5
compare LASTRESULT 0x1
if 0x1 goto @yes
msgbox @2 0x6
end
#org @yes
givepokemon 0x[species hex numb.] 0x[level in hex] 0x[item that it will carry] 0x0 0x0 0x0
setflag 0x828
fanfare 0x13E
msgbox @3 0x4
waitfanfare
closeonkeypress
msgbox @4 0x5
compare LASTRESULT 0x1
if 0x1 goto @name
msgbox @5 0x6
end
#org @done
msgbox @6 0x6
release
end
#org @name
call 0x1A74EB
return
'--------------------
#org @1
= Hey,can you help me take care of [pokemon name here]?
#org @2
= Nah..its okay if you don't want to.
#org @3
= [black_fr]You Received A/An [Pokemon name]
#org @4
= [black_fr]Would you like to give a name to [pokemon name]
#org @5
= Thank you!
#org @6
= How is [pokemon] doing?
okay last script im going to give you..
im tired of typing lol...
#dynamic 0x[blablablabla]
#org @start
msgbox @1 0x5
compare LASTRESULT 0x01
if 0x01 goto @yes
release
end
#org @yes
random 0x02
compare LASTRESULT 0x0
if 0x1 goto @steal
compare LASTRESULT 0x1
if 0x1 goto @caught
end
#org @steal
random 0x02
compare lastresult 0x0
if 0x1 goto @pokeball
compare lastresult 0x01
if 0x1 goto @potions
end
#org @caught
msgbox @2 0x6
warp 0x[map bank] 0x[map no.] 0xFF 0x[x position] 0x[Y position]
end
#org @pokeball
random 0x03
compare lastresult 0x0
if 0x1 goto @1pokeball
compare lastresult 0x01
if 0x2 goto @2pokeball
compare lastresult 0x02
if 0x3 goto @3 pokeball
end
#org @1pokeball
giveitem 0x04 0x1 MSG_OBTAIN
closeonkeypress
release
end
#org @2pokeball
giveitem 0x04 0x02 MSG_OBTAIN
closeonkeypress
release
end
#org @3pokeball
giveitem 0x04 0x03 MSG_OBTAIN
closeonkeypress
release
End
#org @potions
random 0x3
compare lastresult 0x0
if 0x1 goto @1potion
compare lastresult 0x01
if 0x2 goto @2potion
compare lastresult 0x02
if 0x3 goto @3potion
end
#org @1potion
giveitem 0xD 0x1 MSG_OBTAIN
closeonkeypress
release
end
#org @2potion
giveitem 0xD 0x2 MSG_OBTAIN
closeonkeypress
release
end
MSN or Yahoo! Messenger Address:[email protected]
What do you want me to call you? M
Job Applying: Scripter
Other Skills: Little bit of World map editing,Mapping,Inserting sprites
Proof of Work:
Spoiler:
![[PokeCommunity.com] Team Eon Legends [PokeCommunity.com] Team Eon Legends](https://i266.photobucket.com/albums/ii245/xmouvelianx/bpk.jpg)
Its a map/some script i use in my hack and also some tile i made myself...[tv]
This one is for scripting:D
Spoiler:
#dynamic 0x[blablblabla]
#org @start
lock
faceplayer
msgbox @1 0x6
release
end
'------------------
#org @1
= Hey \v\h01!
This is givepokemon / giveitem
Spoiler:
#dynamic 0x[blablablabla]
#org @start
checkflag 0x828
if 0x1 goto @alreadygive
lock
faceplayer
msgbox @1 0x5
compare LASTRESULT 0x1
if 0x1 goto @yes
msgbox @2 0x6
end
#org @yes
givepokemon 0x[species hex numb.] 0x[level in hex] 0x[item that it will carry] 0x0 0x0 0x0
setflag 0x828
fanfare 0x13E
msgbox @3 0x4
waitfanfare
closeonkeypress
msgbox @4 0x5
compare LASTRESULT 0x1
if 0x1 goto @name
msgbox @5 0x6
end
#org @done
msgbox @6 0x6
release
end
#org @name
call 0x1A74EB
return
'--------------------
#org @1
= Hey,can you help me take care of [pokemon name here]?
#org @2
= Nah..its okay if you don't want to.
#org @3
= [black_fr]You Received A/An [Pokemon name]
#org @4
= [black_fr]Would you like to give a name to [pokemon name]
#org @5
= Thank you!
Spoiler:
#org @6
= How is [pokemon] doing?
okay last script im going to give you..
im tired of typing lol...
Spoiler:
#dynamic 0x[blablablabla]
#org @start
msgbox @1 0x5
compare LASTRESULT 0x01
if 0x01 goto @yes
release
end
#org @yes
random 0x02
compare LASTRESULT 0x0
if 0x1 goto @steal
compare LASTRESULT 0x1
if 0x1 goto @caught
end
#org @steal
random 0x02
compare lastresult 0x0
if 0x1 goto @pokeball
compare lastresult 0x01
if 0x1 goto @potions
end
#org @caught
msgbox @2 0x6
warp 0x[map bank] 0x[map no.] 0xFF 0x[x position] 0x[Y position]
end
#org @pokeball
random 0x03
compare lastresult 0x0
if 0x1 goto @1pokeball
compare lastresult 0x01
if 0x2 goto @2pokeball
compare lastresult 0x02
if 0x3 goto @3 pokeball
end
#org @1pokeball
giveitem 0x04 0x1 MSG_OBTAIN
closeonkeypress
release
end
#org @2pokeball
giveitem 0x04 0x02 MSG_OBTAIN
closeonkeypress
release
end
#org @3pokeball
giveitem 0x04 0x03 MSG_OBTAIN
closeonkeypress
release
End
#org @potions
random 0x3
compare lastresult 0x0
if 0x1 goto @1potion
compare lastresult 0x01
if 0x2 goto @2potion
compare lastresult 0x02
if 0x3 goto @3potion
end
#org @1potion
giveitem 0xD 0x1 MSG_OBTAIN
closeonkeypress
release
end
#org @2potion
giveitem 0xD 0x2 MSG_OBTAIN
closeonkeypress
release
end
Spoiler:
Spoiler:
#org @3potion
giveitem 0xD 0x3 MSG_OBTAIN
closeonkeypress
release
end
#org @1
= Do you want to steal some items?
#org @2
= Hey you!What are you doing!Get out from here!
giveitem 0xD 0x3 MSG_OBTAIN
closeonkeypress
release
end
#org @1
= Do you want to steal some items?
#org @2
= Hey you!What are you doing!Get out from here!
MSN or Yahoo! Messenger Address:[email protected]
Last edited: