View Single Post
  #1  
Old 10-14-2015, 05:28 PM
Wisperin
Fire Beetle
 
Join Date: Aug 2012
Posts: 9
Default Placing Doors Tool question

I'm trying to get the Door Plugin working (because the videos have me drooling) and was following the Realtime Door Manipulation Wiki fine until I got to:

To Activate

" Pull down door_plugin.pl from the plugins SVN http://wiki.eqemulator.org/p?Perl_Plugins_Master_Reference&frm=Main#plugins-repositorynbsphttps-eqemupluginsrepogooglecodecom-svn-trunk-"

There doesn't seem to be a "door_plugin.pl" only "Doors_Manip.pl". so I got that and stuck it in my plugins folder. (Is that the correct place to put it?)

Then:

"Include the code below in your subroutines:"

sub EVENT_CLICKDOOR{
if($status > 200){
pluginoors_Manipulation_EVENT_CLICKDOOR(); # Door Manipulation Plugin
}
}

sub EVENT_SAY{
if($status > 200){
pluginoors_Manipulation_EVENT_SAY(); # Door Manipulation Plugin
}
}

Where exactly (and what file) do I put that code to make the tool work in all zones?

I just want to make sure I got the right door_plugin.pl - and which .pl file and folder I should put the code.

Thanks
Reply With Quote