askald,166,237,1 script TheDimensionsTournament.110,{set.@npc$,"^F904EA[ Human King ]^000000";{switch( select("I would like more information","Let's go")){case1:
mes .@npc$;
mes "In a remote corner of the world of Midgard, a mysterious rift has opened, connecting our world to another dimension populated by fearsome human warriors. These warriors, coming from a parallel universe called Terra Nova, have skills and powers different from those known in Midgard. ";
next;
mes .@npc$;
mes "Their abilities often surpass those of our world's greatest heroes. An ancient prophecy says that these interdimensional warriors would be drawn to tournaments of strength and honor. So the king of Prontera, eager to test the bravery and skill of the adventurers of Midgard, organized a great tournament called The Tournament of Dimensions.";
next;
mes .@npc$;
mes "Each of these warriors has a unique strength and ability that makes them formidable. However, each victory against one of these fighters guarantees the winning hero a reward of";
next;
mes .@npc$;
mes "Registration for the tournament is open to all adventurers brave enough to challenge these fighters from another world. Rumors have it that the ultimate winner will receive not only a vast fortune in zeny, but also an artifact from Terra Nova, an item of immeasurable power capable of changing the course of Midgard's history.";
close;case2:
mes .@npc$;
mes "I'm counting on you !";
next;
warp "cell_game",150,143;
end;
close;}
close;
end;}}
Hello, I would like to create a script that allows one player at a time to enter a room. Inside, there is an NPC that lets the player choose a monster to summon in exchange for an item. If the monster is defeated, it drops zeny.
Question
Yaziid91
Hello, I would like to create a script that allows one player at a time to enter a room. Inside, there is an NPC that lets the player choose a monster to summon in exchange for an item. If the monster is defeated, it drops zeny.
Thanks
Edited by Yaziid91SOLVED
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.