View Single Post
  #4  
Old 03-26-2009, 11:42 PM
cbk1994 cbk1994 is offline
the fake one
cbk1994's Avatar
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
cbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond reputecbk1994 has a reputation beyond repute
Send a message via AIM to cbk1994
Quote:
Originally Posted by salesman View Post
Gmap's
If the trigger is clientside, it's likely using level coordinates. Not certain about that, though.

Fairly certain this won't work, but you could try finding out what 'name' on clientside equals, and if it's the same as serverside, try

PHP Code:
triggerserver("npc"name"hi"); 
Otherwise, you might try settings an attr on serverside of the NPC name then doing

PHP Code:
triggerserver("npc"this.attr[3], "hi"); 
I'm not certain whether putnpc2's can receive triggers via triggerserver, but they are really just DB NPCs, so I don't see why they couldn't.
__________________
Reply With Quote