Thread: Instancing Woes
View Single Post
  #6  
Old 12-07-2013, 11:14 PM
Township EQ
Hill Giant
 
Join Date: Sep 2013
Posts: 118
Default

The NPC I'm applying this code to is in qeynos2 NOT qeynos. Would that be why this isn't working?

I created an NPC right next to him with the below and he works perfectly.

Code:
sub EVENT_SAY {
    if($text =~/hail/i) {
      plugin::SendToInstance("guild", "$zonesn", 0, 0, 0, 0, guild, 259200);
    }
}
Reply With Quote