Thread: Npc Trigger
View Single Post
  #6  
Old 09-09-2011, 01:57 PM
ffcmike ffcmike is offline
Banned
Join Date: Jul 2004
Location: London
Posts: 2,029
ffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond reputeffcmike has a reputation beyond repute
Send a message via AIM to ffcmike Send a message via MSN to ffcmike
Do the NPCs have a setshape or are they using showcharacter?
I believe they require such a shape in order to receive triggers.

If not you probably should include:

PHP Code:
this.setshape(13232); //32 pixels = 2 tiles in width and height 
You also need to make sure that the function is serverside/clientside according to where the area trigger was handled.
Reply With Quote