View Single Post
  #72  
Unread 03-14-2005, 12:42 PM
Eloa Eloa is offline
EQ2MAP Webmaster
This person is a EQ2Map developer.
Interface Author - Click to view interfaces
 
Join Date: Dec 2004
Server: Unkown
Posts: 496
Default We're getting overrun

Yes there are actually getting to be so many POI's its getting hard to see. If I'm thinking right, it shouldnt be too hard to make the filtering.

Wouldnt it simply be an oncheck(whatever it is):

Show NPCs>OnCheck EveryPOI that is a NPC.visible=true
Show NPCs>OnUNcheck EveryPOI that is a NPC.visible=false

and so on where itd be like
Show NPCs>Oncheck
Thisguy.visible=false
Otherguy.visible=false
anotherguy.visible=false
andanother.visible=false
....
...
...

This is highly possible if we can just get a format worked out for it. The database and the PHP can write all this stuff on it's own where it would be WAAAAY too much for us to do manually. Let me know if I'm wrong or what you have to say about this.