View Single Post
  #2  
Old 09-03-2011, 09:15 AM
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
You can find all the NPCs at one point by doing something like

PHP Code:
for (temp.npc findAreaNPCs(xy0.10.1)) {
  echo(
"joined classes: " temp.npc.joinedclasses);

Then just figure out which NPC you're looking for based on the joined classes or some other variable. Keep in mind it's the actual NPC object, so you can access its variables ("this.").
__________________
Reply With Quote