|
|
 |
 |
 |
 |
|
 |
 |
|
 |
 |
|
 |
|
Quests::Q&A This is the quest support section |

08-24-2019, 08:22 AM
|
Hill Giant
|
|
Join Date: May 2012
Location: Riverhead, New York
Posts: 157
|
|
.pl scripts not working in North Ro
I've been re-using the Translocator .pl scripts in various zones and haven't ran into any issues until I tried to use one in North Ro. I noticed that none of the .pl scripts work in North Ro. Only LUA scripts work in North Ro.
What would cause something like this to only happen in 1 specific zone? I am completely baffled.
|

08-24-2019, 10:33 AM
|
Hill Giant
|
|
Join Date: Aug 2008
Location: melbourne
Posts: 167
|
|
are there lua and perl scripts with the same name?
|

08-24-2019, 10:41 AM
|
Hill Giant
|
|
Join Date: May 2012
Location: Riverhead, New York
Posts: 157
|
|
No. For now I was able to get a LUA script to work in the North Ro folder that does the same thing that the Perl script was doing, but I'm still wondering why Perl scripts don't work in the North Ro quests folder.
|

08-24-2019, 07:28 PM
|
 |
Developer
|
|
Join Date: Apr 2012
Location: North Carolina
Posts: 2,696
|
|
Are you in the correct zone for the folder you're using? (i.e., nro vs northro)
__________________
Uleat of Bertoxxulous
Compilin' Dirty
|

08-24-2019, 07:50 PM
|
Hill Giant
|
|
Join Date: May 2012
Location: Riverhead, New York
Posts: 157
|
|
Yes, I am using nro. I tried putting it into northro too, but that didn't work either.
While we are on the topic, why are there two folders for Nothern Desert of Ro in the first place?
|

08-24-2019, 08:53 PM
|
Fire Beetle
|
|
Join Date: Apr 2018
Location: NC
Posts: 9
|
|
One is classic, and one is the revamped version. Which is why Uleat was asking. If you look on your database they have their own unique zone ID. Nro= Classic, and Northro=revamped
|

08-24-2019, 08:58 PM
|
Hill Giant
|
|
Join Date: Aug 2008
Location: melbourne
Posts: 167
|
|
Tried a simple script to see if that works? Something like..
player.pl
Code:
sub EVENT_SAY {
if($text=~/hail/i){
$client->Message(300, "Yes this works");
}
}
Look out for a player.lua file in nro
|

08-25-2019, 01:03 AM
|
 |
Developer
|
|
Join Date: Apr 2012
Location: North Carolina
Posts: 2,696
|
|
Yeah, I didn't ask that...
If a lua and perl file both exist for any given file name, the lua always takes precedence.
__________________
Uleat of Bertoxxulous
Compilin' Dirty
|

08-25-2019, 12:37 PM
|
Hill Giant
|
|
Join Date: May 2012
Location: Riverhead, New York
Posts: 157
|
|
I don't have duplicate file names between lua or perl scripts in the nro folder. Still can't get any perl scripts to work in the nro folder either. Issue is isolated to this zone. I even deleted the other folder north ro just to see what would happen, didn't help though.
I'll just have to settle for using lua only in the nro folder. Still works, just strange.
|

08-25-2019, 01:18 PM
|
 |
Developer
|
|
Join Date: Apr 2012
Location: North Carolina
Posts: 2,696
|
|
I'm not sure what's going on there...
I tested all of the perl scripts in my local quests folder and they all worked for me.
__________________
Uleat of Bertoxxulous
Compilin' Dirty
|

08-26-2019, 04:12 PM
|
Hill Giant
|
|
Join Date: Aug 2008
Location: melbourne
Posts: 167
|
|
There's nothing in #questerrors ?
|

08-27-2019, 07:39 AM
|
Hill Giant
|
|
Join Date: May 2012
Location: Riverhead, New York
Posts: 157
|
|
Nothing in #questerrors
|

08-27-2019, 11:33 AM
|
Hill Giant
|
|
Join Date: Aug 2008
Location: melbourne
Posts: 167
|
|
Seems pretty strange, but there are no true mysteries when it comes to bugs.
I'd remove every script from the zone, setup a global player.pl with a very simple event_say, that works in other zones. If that script doesn't work, and there are no resulting #questerrors, you'd probably need to use a debugger.
|
Thread Tools |
|
Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -4. The time now is 10:43 AM.
|
|
 |
|
 |
|
|
|
 |
|
 |
|
 |