[HELP NEED] Weapon Masters

Results 1 to 9 of 9
  1. #1
    Elite Member ltglobal is offline
    Member +Rank
    Oct 2007 Join Date
    LithuaniaLocation
    152Posts

    [HELP NEED] Weapon Masters

    My weapon masters dont work i cant talk with them how to fix it?
    anybody knows?



    Thanx :wavetowel


  2. #2
    Member Randompolygamy is offline
    MemberRank
    Sep 2007 Join Date
    27Posts

    Re: [HELP NEED] Weapon Masters

    you just plain cant talk to them or?? do they give u welcome text or anything?? or what?

  3. #3
    Elite Member ltglobal is offline
    Member +Rank
    Oct 2007 Join Date
    LithuaniaLocation
    152Posts

    Re: [HELP NEED] Weapon Masters

    nothing...i press on the wepon master and nothin hy dont tell my welcome nick or something... nothing happends.. flags sets to 16

  4. #4
    Member edor5555 is offline
    MemberRank
    Nov 2007 Join Date
    39Posts

    Re: [HELP NEED] Weapon Masters

    yea me too got it !! its in ncdb for me <> i tinak for u too

  5. #5
    Member Matt-One is offline
    MemberRank
    Nov 2007 Join Date
    35Posts

    Re: [HELP NEED] Weapon Masters

    Code:
    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

  6. #6
    Member edor5555 is offline
    MemberRank
    Nov 2007 Join Date
    39Posts

    Re: [HELP NEED] Weapon Masters

    who can i use it ? what i need do with this ^^

  7. #7
    Elite Member ltglobal is offline
    Member +Rank
    Oct 2007 Join Date
    LithuaniaLocation
    152Posts

    Re: [HELP NEED] Weapon Masters

    in game press on the wep master then press enter and write .npc flags number
    but i dont tested if these flags work ;)

  8. #8
    Member Matt-One is offline
    MemberRank
    Nov 2007 Join Date
    35Posts

    Re: [HELP NEED] Weapon Masters

    Quote Originally Posted by ltglobal View Post
    in game press on the wep master then press enter and write .npc flags number
    but i dont tested if these flags work ;)
    i have copy these flags from the ascent emu homepage

  9. #9
    Member Solo761 is offline
    MemberRank
    Jun 2007 Join Date
    29Posts

    Re: [HELP NEED] Weapon Masters

    I found this on ascent forum, it worked for me (NCDB 657)
    Code:
    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%');
    Last edited by Solo761; 20-11-07 at 05:24 PM.



Advertisement