mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-28 05:07:37 +00:00
Updated Perl API (markdown)
+7
@@ -1373,3 +1373,10 @@ $door->SetX(XPos)
|
|||||||
$door->SetY(YPos)
|
$door->SetY(YPos)
|
||||||
$door->SetZ(ZPos)
|
$door->SetZ(ZPos)
|
||||||
```
|
```
|
||||||
|
|
||||||
|
# Perl Debugging
|
||||||
|
|
||||||
|
* Run the perl file against the perl processor for syntax errors. (e.g. perl <filename.pl>)
|
||||||
|
* Reload the quest in game. #reloadquest or #rq
|
||||||
|
* See any recent API errors. #questerrors
|
||||||
|
* Peek at the zone console and see if any hints appear there. Also look at the zone logfile.
|
||||||
Reference in New Issue
Block a user