Thread: Sphere Scripts
View Single Post
 
Reply
Posted 2002-06-08, 08:59 AM in reply to Randuin's post "Sphere Scripts"
Arcade hehe

[ITEMDEF i_token]
id=01051
NAME=Token
CATEGORY=Items
SUBSECTION=Game
DESCRIPTION=Token

ON=@CREATE
COLOR=008c0

[ITEMDEF i_level2_token]
id=01869
NAME=Level 2 Token
CATEGORY=Items
SUBSECTION=Game
DESCRIPTION=Level 2 Token

ON=@CREATE
attr=00004
COLOR=007fa

[ITEMDEF i_level3_token]
id=01869
NAME=Level 3 Token
CATEGORY=Items
SUBSECTION=Game
DESCRIPTION=Level 3 Token

ON=@CREATE
attr=00004
COLOR=0092a

[ITEMDEF i_level1_tag]
id=01869
NAME=Level 1 Tag
CATEGORY=Items
SUBSECTION=Game
DESCRIPTION=Level 1 Tag

ON=@CREATE
attr=00004
COLOR=006dc

[ITEMDEF i_level2_tag]
id=01869
NAME=Level 2 Tag
CATEGORY=Items
SUBSECTION=Game
DESCRIPTION=Level 2 Tag

ON=@CREATE
attr=00004
COLOR=007fa

[ITEMDEF i_level3_tag]
id=01869
NAME=Level 3 Tag
CATEGORY=Items
SUBSECTION=Game
DESCRIPTION=Level 3 Tag

ON=@CREATE
attr=00004
COLOR=0092a

[ITEMDEF i_level2_win_stone]
id=0ed6
NAME=Level 2 Win Stone
CATEGORY=Items
SUBSECTION=Stones
DESCRIPTION=Level 2 Win Stone

ON=@CREATE
COLOR=0092f

ON=@DCLICK
src.itemmenu m_level2_win
RETURN 1

[Menu m_level2_win]
Choose the game you have beat to get your prize.
on=0 Fighters
on=0 Mage Wars

[ITEMDEF i_mix_stone]
id=0ed6
NAME=Mix Stone
CATEGORY=Items
SUBSECTION=Stones
DESCRIPTION=Mix Stone

ON=@CREATE
COLOR=00627

ON=@DCLICK
src.itemmenu m_mix
RETURN 1

[Menu m_mix]
Choose what you would like to mix!
on=0 Level 1 Tag & 2 Tokens - Level 2 Token
IF <src.restest 1 I_level1_tag>
SRC.NEWITEM I_level2_token
SRC.ACT.BOUNCE
if (<src.restest 2 I_token> == 0)
src.consume=1 i_level2_token
src.newitem i_level1_tag
SRC.ACT.BOUNCE
src.Message Dont cheat!!
else
src.consume=2 i_token
on=0 Level 2 Tag & 4 Tokens - Level 3 Token
IF <src.restest 1 I_level2_tag>
SRC.NEWITEM I_level3_token
SRC.ACT.BOUNCE
if (<src.restest 4 I_token> == 0)
src.consume=1 i_level3_token
src.consume=4 I_token
src.newitem=i_level2_tag
src.act.bounce
src.Message Dont cheat!!
else
src.consume=4 i_token

[ITEMDEF i_turnin_stone]
id=0ed6
NAME=Turn In Stone
CATEGORY=Items
SUBSECTION=Stones
DESCRIPTION=Turn In Stone

ON=@CREATE
COLOR=0092b
TYPE=0

ON=@DCLICK
src.itemmenu m_turnin
RETURN 1

[Menu m_turnin]
Click the level you wish to get!
on=0 Level 1 (1 token required)
IF <SRC.RESTEST 1 I_token>
SRC.CONSUME=1 I_token
SRC.NEWITEM I_level1_tag
SRC.ACT.BOUNCE
SRC.TAG.l1=1
ELSE
SRC.MESSAGE You do not have a token on you !
on=0 Level 2 (Level 2 Token required!)
if <src.restest 1 I_level2_token>
SRC.CONSUME=1 I_level2_token
SRC.NEWITEM I_level2_tag
SRC.ACT.BOUNCE
SRC.TAG.l2=1
ELSE
SRC.MESSAGE You do not have a Level 2 Token on you !
on=0 Level 3 (Level 3 Token required!)
if <src.restest 1 i_level3_token>
SRC.CONSUME=3 I_level3_token
SRC.NEWITEM I_level3_tag
SRC.ACT.BOUNCE
SRC.TAG.l3=1
ELSE
SRC.MESSAGE You do not have a Level 3 Token on you !
on=0 Help
itemmenu m_turnin_help

[Menu m_turnin_help]
If you would like to get a level you must have a token , Level 2 Token , Level 3 Token , ect. You get the Level 2 , ect from the mix stone. Find your first token at the game. Youll get it for free!
on=0 Thank you

[ITEMDEF I_game_stone]
ID=0ed6
NAME=Game Stone
CATEGORY=Items
SUBSECTION=Stones
DESCRIPTION=Game Stone

ON=@CREATE
COLOR=00694
TYPE=

ON=@DCLICK
if <src.tag.gottoken>
src.itemmenu m_game
else
src.message You got a free Token , Go get a Level and come back to the game!
src.tag.gottoken=1
RETURN 1

[Menu m_game]
Click on the Level of games you wish to play!
on=0 Level 1
if <src.restest 1 i_level1_tag>
src.itemmenu m_level1
else
src.message You do not have the Level 1 Tag!
on=0 Level 2
if <src.restest 1 i_level2_tag>
src.itemmenu m_level2
else
src.message You do not have the Level 2 Tag!
on=0 Level 3
if <src.restest 1 i_level3_tag>
src.itemmenu m_level3
else
src.message You do not have the Level 3 Tag!

[Menu m_level3]
Choose the Game you would like to play!
on=0 Maze
itemmenu m_maze

[Menu m_maze]
You are in a maze. You will have to find your way out. You are facing west. The exit is north.
on=0 Forward
itemmenu m_m_f1
on=0 Right
itemmenu m_m_r1
on=0 Left
itemmenu m_m_l1

[Menu m_m_f1]
You go forward.
on=0 Turn Right
itemmenu m_m_f2
on=0 Forward
itemmenu m_m_f3

[Menu m_m_f3]
You go forward into a hole.
on=0 Quit

[Menu m_m_f2]
You turn right.
on=0 Turn Left
itemmenu m_m_f4
on=0 Forward
itemmenu m_m_f5

[Menu m_m_f5]
You go forward into a hole of spikes.
on=0 Quit

[Menu m_m_f4]
You turn left.
on=0 Left
itemmenu m_m_20
on=0 Forward
itemmenu m_m_f5

[Menu m_m_f5]
You go forward to a dead end.
on=0 Turn back
itemmenu m_m_f4
on=0 Quit

[Menu m_m_r1]
You turn right and get to a dead end!
on=0 Turn back
itemmenu m_maze
on=0 Quit

[Menu m_m_l1]
You turn left.
on=0 Forward
itemmenu m_m_l2
on=0 Right
itemmenu m_m_l3

[Menu m_m_l2]
You go Forward. You fall in a trap!
on=0 Quit

[Menu m_m_l3]
You turn right.
on=0 Left
itemmenu m_m_l4
on=0 Forward
itemmenu m_m_l5

[Menu m_m_l4]
You turn right. It a dead end!
on=0 Turn back
itemmenu m_m_l3
on=0 Quit

[Menu m_m_l5]
You go forward.
on=0 Left
itemmenu m_m_l6
on=0 Forward
itemmenu m_m_l7
on=0 Right
itemmenu m_m_l8

[Menu m_m_l6]
You turn left and fall in a hole.
on=0 Quit

[Menu m_m_l7]
You go forward and run into a dead end!
on=0 Go back
itemmenu m_m_l5
on=0 Quit

[Menu m_m_l8]
You turn right.
on=0 Forward
itemmenu m_m_l9
on=0 Left
itemmenu m_m_20

[Menu m_m_19]
You go forward. This way goes back to the begining.
on=0 Turn back
itemmenu m_m_18
on=0 Quit

[Menu m_m_20]
You turn left.
on=0 Left
itemmenu m_m_21
on=0 Forward
itemmenu m_m_22

[Menu m_m_21]
You turn left and fall in a hole of spikes.
on=0 Quit

[Menu m_m_22]
You go foward.
on=0 Left
itemmenu m_m_23
on=0 Forward
itemmenu m_m_24

[Menu m_m_23]
You turn left and you find the exit.
on=0 End
if <src.tag.maze>
src.message Only alittle gold for second time winners.
src.sysmessage Thank you for playing Maze!!
src.newitem i_gold,{10 50}
src.act.bounce
else
src.newitem i_gold,{400 400}
src.act.bounce
src.message Play agian sometime!
src.tag.maze=1
src.sysmessage Thank you for playing Maze!!

[Menu m_level2]
Choose the Game you would like to play!
on=0 Fighters
itemmenu m_fight_1

[Menu m_fight_1]
You are to fight your way threw these monsters. Different Ways you can go.
on=0 Kill the monsters infront of you
itemmenu m_fight_f
on=0 Kill the monsters to the left of you
itemmenu m_fight_l

[Menu m_fight_f]
You come up to three mean looking monsters. Green ugly things. They look as if they are fire creatures.
on=0 Summon a Fire Elemental to kill them
itemmenu m_fight_ffe
on=0 Fight them with your weapon
itemmenu m_fight_fw
on=0 Use an Ice Spell on them
itemmenu m_fight_fis

[Menu m_fight_ffe]
You summon the elemental. For some reason it wont attack other fire creatures. The monsters blast you with fire and torch you.
on=0 Back to Games
itemmenu m_level2
on=0 Stop Playing

[Menu m_fight_fw]
You pull out your staff and start to hit them. They eat you.
on=0 Back to Games
itemmenu m_level2
on=0 Stop Playing

[Menu m_fight_fis]
You use ice on them and they are killed. As you walk farther on you run into more monsters.
on=0 Use ice on them
itemmenu m_fight_is2
on=0 Use wind on them
itemmenu m_fight_w

[Menu m_fight_w]
You use wind and knock them all over killing them. You go further and run into a big guy.
on=0 Use wind on him
itemmenu m_fight_w2
on=0 Use ice on him
itemmenu m_fight_i
on=0 Use fire on him
itemmenu m_fight_fs

[Menu m_fight_w2]
You use wind on him and he is blasted down to the ground. It didnt seem to effect his health any.
on=0 Use ice
itemmenu m_fight_i
on=0 Use fire
itemmenu m_fight_fs

[Menu m_fight_fs]
You use fire on him. It dont seem to hurt him at all. He kills you.
on=0 Back to Games
itemmenu m_level2
on=0 Stop Playing

[Menu m_fight_i]
You blast ice at him and freeze him. He is frozen solid.
on=0 Bash him to peices with your staff
if <src.tag.fightwinf>
src.message Only alittle gold for second time winners!!
src.newitem i_gold,{10 50}
src.sysmessage Thank you for playing Fighters!!
else
src.message Try beating the other way for another prize!
src.sysmessage Thank you for playing Fighters!!
src.newitem i_token,{2 2}
src.act.bounce
src.newitem i_gold,{300 300}
src.act.bounce
src.tag.fightwinf=1
on=0 Let him thaw out
itemmenu m_fight_to

[Menu m_fight_l]
You see many monsters to the left of you.
on=0 Start off by blasting them all with wind
itemmenu m_fight_l1
on=0 Start off by attacking them with your staff
itemmenu m_fight_l2

[Menu m_fight_l1]
You blast them all with wind and they blow away and are killed. You walk on and see that this isnt very far. You run into more monsters.
on=0 Blast them with ice
itemmenu m_fight_l1c
on=0 Blast them with fire
itemmenu m_fight_l1f

[Menu m_fight_l1c]
You blast them with ice and freeze them. They fall and shatter. You walk along and get to a big monster.
on=0 Hit him with your staff
itemmenu m_fight_lhs
on=0 Blast some Ice Crystals at him
itemmenu m_fight_lic
on=0 Blast some wind at him
itemmenu m_fight_lwind

[Menu m_fight_lic]
You blast Ice Crystals at him and he freezes.
on=0 Hit him with your staff
itemmenu m_fight_lhs2
on=0 Stay as far away as you can and hit him with a lightning bolt
if <src.tag.fightwinl>
src.message Only alittle gold for second time winners!!
src.newitem i_gold,{10 50}
src.sysmessage Thank you for playing Fighters!!
else
src.message Try beating the other way for another prize!
src.sysmessage Thank you for playing Fighters!!
src.newitem i_token,{2 2}
src.act.bounce
src.newitem i_gold,{200 200}
src.act.bounce
src.tag.fightwinl=1

[Menu m_fight_llb]
You blast him with a lightning bolt and kill him.
on=0 Try to go the other way
itemmenu m_fight_f
on=0 Stop here and go back to Games
itemmenu m_level2
on=0 Stop Playing

[Menu m_fight_lhs2]
You go up to him and fire bursts out of the ice and knocks you back. The monster gets out of the ice and eats you.
on=0 Back to Games
itemmenu m_level2
on=0 Stop Playing

[Menu m_fight_lhs]
You hit him with your staff. He looks at you funny then eats you.
on=0 Back to Games
itemmenu m_level2
on=0 Stop Playing

[Menu m_fight_lwind]
You blast wind at him but he is so big he dont move. He eats you.
on=0 Back to Games
itemmenu m_level2
on=0 Stop Playing

[Menu m_fight_l1f]
Fire does not effect them at all. They kill you.
on=0 Back to Games
itemmenu m_level2
on=0 Stop Playing

[Menu m_fight_l2]
You try to kill them with your staff bu they just kill you.
on=0 Back to Games
itemmenu m_level2
on=0 Stop Playing

[Menu m_fight_bs]
You bash him with your staff and he shatters. You look around and walk back to the enterance.
on=0 Try to go the other way
itemmenu m_fight_l
on=0 Stop here and go back to Games
itemmenu m_level2
on=0 Stop Playing

[Menu m_fight_to]
You sit there and let him thaw out. But before he is done. While youve fallen asleep , monsters sneak up on you and eat you.
on=0 Back to Games
itemmenu m_level2
on=0 Stop Playing

[Menu m_fight_is2]
Ice dont seem to hurt these monsters. They kill you.
on=0 Back to Games
itemmenu m_level2
on=0 Stop Playing

[Menu m_level1]
Choose the Game you would like to play!
on=0 RP Wizard
itemmenu m_rpwiz_game
on=0 RP Warrior
itemmenu m_rpwar
on=0 Help
itemmenu m_level1_help

[Menu m_level1_help]
Level 1 is the first level you can get. It has the easyiest games and all. You can play them , win and get a Level 2. This way you can play more games.
on=0 Read More
itemmenu m_level1_help2
on=0 Back to Games
itemmenu m_level1
on=0 Quit

[Menu m_level1_help2]
Because level 1 games are so easy. You get only 1 token and 200 - 400 gold. They will get MUCH , MUCH harder games!!
on=0 Exit

[Menu m_rpwar]
You are a warrior , you have entered a dungeon full of monsters. You must get to the end and get out!
on=0 Begin by killing the first few monsters ahead of you
itemmenu m_rpwar1
on=0 Begin by letting them come to you
itemmenu m_rpwar2

[Menu m_rpwar1]
You go up to a couple of monsters and cut them to peices. You walk along and find more monsters.
on=0 Cut them in half with your sword
itemmenu m_rpwar1a
on=0 Leave them alone
itemmenu m_rpwar1b
on=0 Try to walk by them
itemmenu m_rpwar1c

[Menu m_rpwar1a]
You cut them in half with your sword and keep moving. You come to a huge group of monsters.
on=0 Fight them all!!
itemmenu m_rpwar1aa
on=0 Try to talk with them
itemmenu m_rpwar1ab
on=0 To to the left where you might be able to get threw another tunnel
itemmenu m_rpwar1ac

[Menu m_rpwar1ac]
You see the tunnel to your left , knowing you stand no chance you make a dash for it. You get threw the tunnel and you start to see the light at the end. A monster pops out!
on=0 Swing at him with your sword
itemmenu m_rpwar1aca
on=0 Let him hit first and block with your shield
itemmenu m_rpwar1acb

[Menu m_rpwar1acb]
You let him hit first. You nlock it with your shield. Now is your chance to hit him!
on=0 Take your sword around and hit him
itemmenu m_rpwar_ss
on=0 Smack him in the head with your shield that is already out
itemmenu m_rpwar_hs

[Menu m_rpwar_hs]
You smack him in the head with you shield and he falls to the ground. You take out your sword and cut his head off. You get out of the dungeon and you win!
on=0 Click here to get your prize!
if <src.tag.rpwar>
src.message Only alittle gold for second time winners!!
src.newitem i_gold,{10 50}
src.sysmessage Thank you for playing RP Warrior!!
else
src.newitem i_token
src.act.bounce
src.newitem i_gold,{200 300}
src.act.bounce
src.sysmessage Thank you for playing RP Warrior!!
src.tag.rpwar=1

[Menu m_rpwar_ss]
You take to long and the monster bits your head off!
on=0 Back to Games
itemmenu m_level1
on=0 Stop Playing

[Menu m_rpwar1aca]
You swing at the monster but the monster moves and hits you in the face. Knocking you out. He starts to eat you.
on=0 Back to Games
itemmenu m_level1
on=0 Stop Playing

[Menu m_rpwar1ab]
You talk witht hem but they do not say anything back. You think that sense they didnt say anything you can walk threw. You start to walk and they kill you.
on=0 Back to Games
itemmenu m_level1
on=0 Stop Playing

[Menu m_rpwar1aa]
You slice a couple of the monsters up then they get to muchf ro you and they team up on you and kill you.
on=0 Back to Games
itemmenu m_level1
on=0 Stop Playing

[Menu m_rpwar1b]
You leave them alone. But they dont leave you alone. They attack you with no warning and rip you up , limb by limb!
on=0 Back to Games
itemmenu m_level1
on=0 Stop Playing

[Menu m_rpwar1c]
You walk away from them and they jump on your back and rip your head off!
on=0 Back to Games
itemmenu m_level1
on=0 Stop Playing

[Menu m_rpwar2]
You let them come to you. But while you were waiting a monster comes behind you and kills you. Dont be so lazy next time!!
on=0 Back to Games
itemmenu m_level1
on=0 Stop Playing

[Menu m_rpwiz_game]
You have choosen RP Wizard! You will be a Wizard , you will have to choose where to go and what to do. Destroy the end guy and win! Die and lose!
on=0 Begin
itemmenu m_rpwiz

[Menu m_rpwiz]
You will be on a Journey off to a land noone has ever went and returned from. You are currently at a city. Your only way out the city is to get threw the two monsters blocking the gate!
on=0 Blast some magic at the monsters blocking the gate.
itemmenu m_rpwiz1
on=0 Find another way out
itemmenu m_rpwiz2

[Menu m_rpwiz1]
The monsters fall to the ground and you get threw perfectly fine. As you go down the trail you get to a cave. Two men block it and will not move.
on=0 Kill them
itemmenu m_rpwiz1a
on=0 Talk to them and ask them to let you threw
itemmenu m_rpwiz1b
on=0 Turn back
itemmenu m_rpwiz1c

[Menu m_rpwiz2]
You find another way out and get out the city. You find a trail and follow it ends and you keep walking soon you find yourself out in the middle of nowhere , you cant find your way back.
on=0 Back to Games
itemmenu m_level1
on=0 Stop Playing

[Menu m_rpwiz1a]
You blast at them with magic and they just reflect it away and then eat you. You are dead.
on=0 Back to Games
itemmenu m_level1
on=0 Stop Playing

[Menu m_rpwiz1b]
You talk with them and they agree to let you threw. You walk in and start to follow down the cave tunnel. The cave appears to be a FIRE cave. You run into three Fire monsters.
on=0 Kill them all
itemmenu m_rpwiz1ba
on=0 Talk with them and make friends
itemmenu m_rpwiz1bb
on=0 Run out of the cave
itemmenu m_rpwiz1bc

[Menu m_rpwiz1c]
You turn back around and walk away from the cave. There is nowhere to go. You wonder off and get lost!
on=0 Back to Games
itemmenu m_level1
on=0 Stop Playing

[Menu m_rpwiz1ba]
You kill them all and go to the end of the cave. You run into a huge room with skeletons and bodies everywhere. A huge monster comes toward you ready to eat you!
on=0 Blast some Fire Flames at him
itemmenu m_rpwiz_ff
on=0 Blast some Ice Crystals at him
itemmenu m_rpwiz_ic

[Menu m_rpwiz1bb]
You start to talk to them and they rip your throat out!
on=0 Back to Games
itemmenu m_level1
on=0 Stop Playing

[Menu m_rpwiz1bc]
You try to run out the cave but it is blocked. The monsters grab you from behind and rip you to peices!
on=0 Back to Games
itemmenu m_level1
on=0 Stop Playing

[Menu m_rpwiz_ff]
You blast a Fire Flame at him. It seems to soak into his skin and heal him. He breathes fire back at you and burns you to a crisp!
on=0 Back to Games
itemmenu m_level1
on=0 Stop Playing

[Menu m_rpwiz_ic]
You blast some Ice Cystals at him and his legs freeze. He falls to the ground giving you time to attack agian.
on=0 Blast him with Ice Crystals agian , this time in the face
itemmenu m_rpwiz_ic2
on=0 Blast Wind at his legs
itemmenu m_rpwiz_wl

[Menu m_rpwiz_ic2]
You blast Ice at him but he knows the attack and rolls over and them melts the ice off his legs. The monster gets up and steps on you.
on=0 Back to Games
itemmenu m_level1
on=0 Stop Playing

[Menu m_rpwiz_wl]
You blast wind at his legs and his legs crumble to bits. His top body lays there as tons of blood rushes from his top part of his body. He bleeds to death and you win.
on=0 Great job. Click here to get your prize!!
if <src.tag.rpwiz>
src.message Only alittle gold for second time winners!!
src.newitem i_gold,{10 50}
src.sysmessage Thank you for playing RP Wizard
else
src.newitem i_token
src.act.bounce
src.newitem i_gold,{200 300}
src.act.bounce
src.sysmessage Thank you for playing RP Wizard!!
src.tag.rpwiz=1
Old
Profile PM WWW Search
Randuin is neither ape nor machine; has so far settled for the in-between
 
 
Randuin