View Single Post
  #4  
Old 01-17-2013, 04:50 PM
c0ncrete's Avatar
c0ncrete
Dragon
 
Join Date: Dec 2009
Posts: 719
Default

no player.pl in timorous.

Code:
select id, doorid, name, dest_zone, dest_x, dest_y, dest_z from doors where zone = 'timorous' and dest_zone != 'NONE';
+------+--------+----------------+-----------+--------+--------+--------+
| id   | doorid | name           | dest_zone | dest_x | dest_y | dest_z |
+------+--------+----------------+-----------+--------+--------+--------+
| 7717 |     37 | KURBRAZIER100  | cabwest   |    767 |   -783 |      8 |
| 7718 |     38 | FREPORTBRAZIER | freporte  |   -950 |    -14 |    -52 |
| 7719 |     39 | SACBOWLFIRE    | halas     |      0 |      0 |      3 |
| 7720 |     40 | FAYBRAZIER     | felwithea |     94 |    -25 |      3 |
| 7721 |     41 | KELBRAZ        | gfaydark  |     10 |    -20 |      0 |
| 7722 |     42 | NERBRAZIER     | neriakb   |   -500 |      3 |    -10 |
| 7723 |     43 | ERBRAZIER      | erudnext  |      0 |      0 |     20 |
| 7724 |     44 | OGBRAZIER      | oggok     |    -99 |   -345 |      4 |
| 7725 |     45 | CAMPFIRE       | gukta     |      0 |   -100 |      3 |
| 7726 |     46 | TIKI           | rivervale |      0 |      0 |      4 |
| 7727 |     47 | AKALIGHT1      | akanon    |    -35 |     47 |      4 |
| 7728 |     48 | KALBRAZ        | kaladima  |     -2 |    -18 |      3 |
+------+--------+----------------+-----------+--------+--------+--------+
12 rows in set (0.17 sec)
__________________
I muck about @ The Forge.
say(rand 99>49?'try '.('0x'.join '',map{unpack 'H*',chr rand 256}1..2):'incoherent nonsense')while our $Noport=1;
Reply With Quote