Thread: Translocators
View Single Post
  #12  
Old 03-05-2005, 08:52 AM
sysadmin
Hill Giant
 
Join Date: Feb 2005
Posts: 163
Default Things that brought eq down

Quote:
It seems to me that it is impossible for a standard user to travel to all lands in the current Kunark DB as there are no stones in the POK zone, no scions in the Nexus zone and the translocator quest files are not supplied with the DB?
A little history of EQ

At the time I started playing eq, there were no teleporters, there was no nexus, pok or spires, and it was exciting just to be able to get there alive. There was only 1 expansion, it was the Kunark expansion, it was great as I remember and there were many of us that enjoyed it that way.

In the later years of EQ they added all this other stuff like spires and then nexus, and so on. I can tell you that what I experienced in that 1 expansion(Kunark) was exciting as it was dangerous to go around without a good team, and even like that there was no way for us to know what to expect since there were no maps or allakhazam to spoil our adventures....but as all good things have to come to an end... and so the next expansions were laid and the rest is history.

P.S. Use the search button... you will find the translocator quest files somewhere in the quests section, here is a translocator missing I just fixed, it ports you to iceclad, but there are no mobs or npcs up on velius if you used the PEQ database on your server.

Quote:
sub EVENT_SAY {
if($text=~/Hail/i){quest::say("Hello there. There seem to be some strange problems with the boats in this area. The Academy of Arcane Sciences has sent a small team of us to investigate them. If you need to [travel to Iceclad] ocean in the meantime, I can teleport you there."); }
if($text=~/travel to Iceclad/i){
quest::say("On your way");
#quest::selfcast("2284");
#sleep 2;
#SPELL:Portal to Iceclad - - Teleport to 5330, 330, -16 in iceclad facing N
quest::movepc(110, 330, 5330, -16);
}
}
#END of FILE Zone:nro ID:34066 -- #Translocator_Ionie

Last edited by sysadmin; 03-08-2005 at 12:14 AM..
Reply With Quote