Teleporter Graphic

Error message

Deprecated function: implode(): Passing glue string after array is deprecated. Swap the parameters in drupal_get_feeds() (line 394 of /var/www/pied-piper.ermarian.net/includes/common.inc).
AuthorTopic: Teleporter Graphic
Apprentice
Member # 17008
Profile #0
Does anyone have an alternate teleporter graphic or know where i can find one?

thanks

Edit: Also can anyone tell me how to make a script for a teleporter that lets you choose between different locations.

[ Saturday, April 19, 2008 02:07: Message edited by: Born of Shadow ]

--------------------
Embrace the Random. It will make you feel warm and fuzzy inside. Bwahahahahahaha RAWR!
Posts: 4 | Registered: Saturday, April 19 2008 07:00
Shaper
Member # 3442
Profile Homepage #1
I have several teleporter graphics that Luz sent me, so if you are going to use them, credit her, and not me. I believe one of these is available elsewhere (the BoE one), but the water and Nether gates aren't. I'll include everything I was sent, minus the editor sheet which I've lost.

Download link for Luz's Portals.

As for a teleporter that has various locations, it's really easy. First, you need to decide limitations - I'm going to say the party can only go to places they know the code for, like A2, instead of say, having to touch pylons like in the A4 system. Just follow this example:

First, set the portal up...

reset_dialog();
add_dialog_str(0,"This is a portal, which will take you anywhere you have the right code for.",0);
add_dialog_str(1,"What do you wish to do?",0);
add_dialog_choice(0,"Do nothing.");
add_dialog_choice(1,"Say a code, and use the portal.");
Now, set what happens if the party doesn't do anything, first, and then the actual teleporting (all of the code will just go together in your script):

if(run_dialog(1) == 1) {
block_entry(1);
end();
} else {
check_text_response_match("CODE");
if(got_text_match())
move_to_new_town(new_town,x,y)
}
That's just a basic version - you can have more than one code, and you can give a message if the player uses the wrong code, and so on.

[ Saturday, April 19, 2008 04:22: Message edited by: Nikki. ]

--------------------
Nikki's Nook - we are the dollars and cents, and the pounds and pence.
Posts: 2864 | Registered: Monday, September 8 2003 07:00
Apprentice
Member # 17008
Profile #2
Thanks :D

--------------------
Embrace the Random. It will make you feel warm and fuzzy inside. Bwahahahahahaha RAWR!
Posts: 4 | Registered: Saturday, April 19 2008 07:00
Lifecrafter
Member # 7538
Profile Homepage #3
Alternatively, I've taken to using runes instead of portals. Comes in handy for something slightly less extravagant (although for that kind of script, I suspect you're looking for an attention-grabber anyway). An easy-ish way to make your own, if you wanted to, would be to use an existing door graphic as a base, then edit in a paint program from there.

Also, welcome to Spiderweb. You'll never escape with your sanity. (Bwahaha…)

--------------------
Do not provoke the turtles.
They do not like being provoked.

-Lenar

ET reminds me of myself before I was taken into a small chatroom by TM, Alec, and various other members. They then proceeded to beat some sense into me...
-Lt. Sullust

My website: Nemesis' Refuge (Last Update: 3/7/08)
Posts: 743 | Registered: Friday, September 29 2006 07:00