Christmas Decorations....

Applications/Tools written to make running DarkStar easier for the rest of us.
Post Reply
User avatar
tagban
Posts: 352
Joined: Fri Dec 28, 2012 11:31 am
Location: Pennsylvania, USA

Christmas Decorations....

Post by tagban » Wed Apr 16, 2014 7:16 pm

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'

User avatar
tagban
Posts: 352
Joined: Fri Dec 28, 2012 11:31 am
Location: Pennsylvania, USA

Re: Christmas Decorations....

Post by tagban » Wed Apr 16, 2014 7:36 pm

Actually I found that status 0 makes them selectable, so I'll try to find out what status makes them not selectable.. :)

Post Reply