subere
11-12-2004, 10:13 AM
Im wondering if anyone else is having problems with this or the similar commands... Im very new to perl but know other languages.
I'm Running:
11-9-04 precomiled release 60dr2,
active perl 5.8.4.810,
mysql 4.0.22 ,
PEQ_Kunark
Inside of /quest/default.pl
im trying to get the players current location
$client->getX();
$client->gety();
$client->getz(); so i can use that as an anchor to randomly spawn mobs around it ..currently im gettting a perl runtime error: cant call method "getX" on an undefined something or another , not at my computer at the moment...
Any help with this issue would be greatly appreciated.
Subere
I'm Running:
11-9-04 precomiled release 60dr2,
active perl 5.8.4.810,
mysql 4.0.22 ,
PEQ_Kunark
Inside of /quest/default.pl
im trying to get the players current location
$client->getX();
$client->gety();
$client->getz(); so i can use that as an anchor to randomly spawn mobs around it ..currently im gettting a perl runtime error: cant call method "getX" on an undefined something or another , not at my computer at the moment...
Any help with this issue would be greatly appreciated.
Subere