Thread
:
finding doors
View Single Post
#
8
05-17-2010, 12:13 PM
Shin Noir
Legendary Member
Join Date: Apr 2002
Location: Seattle, WA
Posts: 506
If you check out
http://www.eqemulator.org/forums/showthread.php?t=29697
you'll notice my $d_id = ($doorid % 256);
This code can be used e.g.
Code:
sub EVENT_CLICKDOOR { $door = ($doorid % 256); $client->Message(13, "This is door number $door."); }
__________________
~Shin Noir
DungeonEQ.com
Shin Noir
View Public Profile
Send a private message to Shin Noir
Find all posts by Shin Noir