- Joined
- Oct 26, 2007
- Messages
- 150
- Reaction score
- 0
My weapon masters dont work i cant talk with them how to fix it?
anybody knows?
Thanx :wavetowel
anybody knows?
Thanx :wavetowel
This should be the new Flags
2.3.0 stuff
1 = guide
2 = questgiver
16 = trainer (class)
128 = vendor
4096 = repairer
8192 = taxi
16384 = trainer (profession)32768 = spirit healer
65536 = binder
131072 = banker
262144 = charter vendor
524288 = tabard vendor
1048576 = battle master
2097152 = auction house
4194304 = stabler
8388608 = guild bank
The old flags:
npcflags
npcflags=00 / 0 Nothing
npcflags=01 / 1 Gossip
npcflags=02 / 2 Quest
npcflags=03 / 3 Gossip + Quest
npcflags=04 / 4 Vendor
npcflags=05 / 5 Gossip + Vendor
npcflags=06 / 6 Quest + Vendor
npcflags=07 / 7 Gossip + Quest + Vendor
npcflags=08 / 8 Taxi
npcflags=09 / 9 Gossip + Taxi
npcflags=0A / 10 Quest + Taxi
npcflags=0B / 11 Gossip + Quest + Taxi
npcflags=0C / 12 Vendor + Taxi
npcflags=0D / 13 Gossip + Vendor + Taxi
npcflags=0E / 14 Quest + Vendor + Taxi
npcflags=0F / 15 Gossip + Quest + Vendor + Taxi
npcflags=010 / 16 Trainer
npcflags=011 / 17 Gossip + Trainer
npcflags=012 / 18 Quest + Trainer
npcflags=013 / 19 Gossip + Quest + Trainer
npcflags=014 / 20 Vendor + Trainer
npcflags=015 / 21 Gossip + Vendor + Trainer
npcflags=016 / 22 Quest + Vendor + Trainer
npcflags=017 / 23 Gossip + Quest + Vendor + Trainer
npcflags=018 / 24 Taxi + Trainer
npcflags=019 / 25 Gossip + Taxi + Trainer
npcflags=01A / 26 Quest + Taxi + Trainer
npcflags=01B / 27 Gossip + Quest + Taxi + Trainer
npcflags=01C / 28 Vendor + Taxi + Trainer
npcflags=01D / 29 Gossip + Vendor + Taxi + Trainer
npcflags=01E / 30 Quest + Vendor + Taxi + Trainer
npcflags=01F / 31 Gossip + Quest + Vendor + Taxi + Trainer
npcflags=020 / 32 Healer
npcflags=021 / 33 Gossip + Healer
++ add
npcflags=080 / 128 Innkeeper
npcflags=0100 / 256 Banker / BagSlotVendor
npcflags=0200 / 512 GuildMaster (use 0600)
npcflags=0400 / 1024 TabardDesigner
npcflags=0600 / 1536 Petition
npcflags=0800 / 2048 BattleMaster
npcflags=01000 / 4096 Auctioneer
npcflags=02000 / 8192 StableMaster (use 05)
npcflags=04000 / 16384 Repairer
in game press on the wep master then press enter and write .npc flags number
but i dont tested if these flags work![]()
UPDATE `creature_proto` SET `npcflags`='16' WHERE `entry`='11867';
UPDATE `creature_spawns` SET `flags`='16' WHERE `entry`='11867';
#Set UNIT_NPC_FLAG_TRAINER flag for ALL weapon masters
UPDATE `creature_proto` SET `npcflags` = '16' WHERE `entry` in (select `entry` from `creature_names` where `subname` like '%weapon master%');