View Single Post
  #21  
Old 10-13-2015, 09:13 PM
Wisperin
Fire Beetle
 
Join Date: Aug 2012
Posts: 9
Default

Not sure if this is the right place to ask but this seems to be the closest thread after searching around. I'm trying to get the Door Plugin working 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 is no door_plugin.pl only Doors_Manip.pl. so I got that and stuck it in my plugins folder.

Then I see:

"Include the code below in your subroutines:"

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

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

Where exactly do I put that code?

I just wanted to make sure I got the right door_plugin.pl and where I should put the code to make the plugin work.

Any advice would be much appreciated.

Thanks
Reply With Quote