View Single Post
  #5  
Old 06-13-2013, 05:51 PM
jshows1
Sarnak
 
Join Date: Jun 2009
Location: Baton Rouge,LA
Posts: 79
Default

Ok thanks. I wanted to see if I can get the translocator in South Ro active. I moved the Translocator_Tradil.pl file from Oasis to Southro folder. But for some reason it's not working. I figured if I can get this working, I could modify it as needed to port to different zones.

I wanted to start with something simple like a copy and paste lol but it doesn't seem to work. When I hail Translocator Tradil, he doesn't respond. Here's the info. Is something missing in it?

Code:
sub EVENT_SAY { 
if ($text=~/Hail/i){quest::say("Hello there. There seems 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 Timorous] in the meantime, I can transport you to my companion there."); }
if ($text=~/travel to timorous/i){
quest::movepc(96,-3260.10,-4544.56,19.47); }
}
Reply With Quote