Page 1 of 1

Christmas Decorations....

Posted: Wed Apr 16, 2014 7:16 pm
by tagban
Starting out simple. I was testing the waters with Bastok Markets.. so here it goes:

Code: Select all

UPDATE npc_list SET status = '0' WHERE zoneid = '235' AND npcid IN  ('353','354','355','356','357','358','359','360','361','362','363','364','365','366','341','342','343','344','345','346','347','348','349','350','351','352');
I run this as a query. To hide them again, status needs to be '2'

Re: Christmas Decorations....

Posted: Wed Apr 16, 2014 7:36 pm
by tagban
Actually I found that status 0 makes them selectable, so I'll try to find out what status makes them not selectable.. :)