translocator setup
can some one post how to set up a transloactors or a link to a good page i tryed to search but found only 2 pages and dont help ...
thanks |
this is an exmaple of npc porting you to Karana for 2pp
sub EVENT_ITEM { if($platinum == 2) { quest::say ("Very well, Antonika it is. Stand still, and safe travels..."); quest::selfcast(2708); } } |
Class is in session so pay attention (My lexicon has all the info you need for quest making)
Code:
#Script to TP someone somewhere With OUT a spell ^-^ |
wonderful this is awesome info ! thank you very much !!
this thread shall be henceforth for translocs or any instant transportation feel free to post ideas.. edit: i wanted to know because the acess to halls in sol ro tower is broken and i want a quick fix (well fix it once and correctly ) so to further my question how would one one make a transloc out of a barrel lets say ..( just click it and poof ) or how to make a zone wall that ports you in zone ... (sol ro tower should be set up for this already ) im still learning if any can point me in the direction of some good (current)guides on world creation editing and such all i have found was really out dated thanks |
Quote:
*edit* zone walls are xyz coords as well, can find that info under zone_points in database i think - i havent messed with this much |
yea after looking around some more i belive you are correct that function is doors .. now to find out how that whole deal works ...
of course i have use for translocs in my setup but i dont think i want them in this zone . |
I added a clickable door one time to one of my custom zones... If I still have the db I'll see if I can find some sql for ya.
|
^-^ I think you can use a 'door' which is an object you click on that can TP you to another zone. A good example is the rock in the lagoon near paineel, though that requires a key. I never set them up though.
Another idea would be to make an NPC, remove its name and make it unclickable. Then put a proximity script that makes it say something like "You hear the words 'deaths door', you feel that something may happen if you speak these words" and then set up a Say script that will Teleport the user when the user says "deaths door". I made a script like this on my Test Server, I also made one that was really cool. Anyone who's played Zelda 4 might remember this. After collecting the three crystals, when ever you approached the castle it would start raining. when you'd leave it would stop. So I made a script and hooked it onto the castle guards and bang, I had my effect. It was a Enter/Exit script ^-^. |
ok just to clarify the rock at the lagoon swings open if you have a key that leads to the safe entrance to the hole .. the not safe way was to jump in the hole its self
but that aside i made up this sql and query browser hates it any ideas here Quote:
|
I like how you made reference to OoT there Kayot.
Smart, does the query browsers give you any indication at the bottom of it as to where the error might be. I am far to new tp Mysql, but I think it will say exactly at what point the error occoured. Another option, though I tried to move away from this program, is to use Navicat's Table view and create a new row and then add all the information in manually. I think the query browser can do this, but I am not sure how at the moment. I know that if you double click on the table your wanting to edit, a SELECT query will come up in the top and then you can click execute to view the table's data. Dont know where to go from here though. |
Edit: Also I'm sorry, but I don't have my door info anymore.
when you use insert like that you have to specify the fields you want to fill and the order I believe. check out the sql documentation at w3schools.com then check out insert. To be honest though I'd say do it manually through navicat. |
All times are GMT -4. The time now is 08:30 PM. |
Powered by vBulletin®, Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.