How do i make npc as a vendor, and give quests? menu

User Tag List

Results 1 to 13 of 13
  1. #1
    Salaramon's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    How do i make npc as a vendor, and give quests?

    I have npc and quest ready in my database. What is the npc missing? Or what is missing?

    Code:
    INSERT INTO `creature_proto` (`entry`, `minlevel`, `maxlevel`, `faction`, `minhealth`, `maxhealth`, `mana`, `scale`, `npcflags`, `attacktime`, `attacktype`, `mindamage`, `maxdamage`, `can_ranged`, `rangedattacktime`, `rangedmindamage`, `rangedmaxdamage`, `respawntime`, `armor`, `resistance1`, `resistance2`, `resistance3`, `resistance4`, `resistance5`, `resistance6`, `combat_reach`, `bounding_radius`, `auras`, `boss`, `money`, `invisibility_type`, `death_state`, `walk_speed`, `run_speed`, `fly_speed`, `extra_a9_flags`, `spell1`, `spell2`, `spell3`, `spell4`, `spell_flags`, `modImmunities`, `isTrainingDummy`, `guardtype`, `summonguard`) 
    VALUES (102001, 100, 100, 7, 1200000000, 1200000000, 0, 1, 129, 800, 0, 60000, 100000, 0, 0, 0, 0, 4294967295, 200000, 0, 0, 0, 0, 0, 0, 0, 0, '0', 1, 2000000000, 0, 0, 8, 16, 16, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1);

    How do i make npc as a vendor, and give quests?
  2. #2
    Toffster's Avatar Member
    Reputation
    17
    Join Date
    Jun 2008
    Posts
    207
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You made this on wow-v? If so you need to make sure you ticked quest and vendor.
    "There is no such thing as a plea of innocence in my court. A plea of innocence is guilty of wasting my time. Guilty."

  3. #3
    Salaramon's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Y, i did make it on v-wow ^^. "ticket quest" ? where?
    (I'm using arcemu.)

  4. #4
    Emanuel095's Avatar Active Member
    Reputation
    24
    Join Date
    Jul 2009
    Posts
    78
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    You need to change the flags of the npc. Just go in-game and do, .npc flags 6 and that should work

  5. #5
    Salaramon's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I kno how to change it in database ^^.
    Going to test now.

    ---------- Post added at 11:38 AM ---------- Previous post was at 11:32 AM ----------

    I set the flag, restarted server. Spoke with the guy and he was just a quest giver not a vendor. I need the npc to be both ^^.

  6. #6
    Bloodprince's Avatar Sergeant
    Reputation
    1
    Join Date
    Jun 2010
    Posts
    39
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Did you remember to make the quest etc on wow-v etc and quest item it gives and so on ??

  7. #7
    I Hypnotoad I's Avatar Contributor
    Reputation
    147
    Join Date
    Aug 2007
    Posts
    873
    Thanks G/R
    0/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    ArcEmu?

    I hope you remembered to 'Link' the NPC to the quest via a field in the 'Quests' DBC.
    Otherwise he won't have a nice ol' quest for you.


    Dragon[Sky] can get into our signatures, AND our pants.



  8. #8
    Salaramon's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I think i know what i need, i need a flag that is for gossip quest and vendor. I used .npc info on a npc with quests, some training and, vendor. And then it came up with a flag for that.
    So i think i need a flag just for, gossip, vendor and quest. Anyone know the flag number, or an npc that only is vendor and quest giver?

  9. #9
    Matis02's Avatar Contributor CoreCoins Purchaser
    Reputation
    154
    Join Date
    Mar 2007
    Posts
    378
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Remember These please. Just add them together to make multiple flag requests.
    e.g. Quest giver and trainer: 1+2+16=19 (the 1 is for gossip if you want that)

    Code:
    1        = Gossip
    2        = Quest Giver 
    4        = Unknown 
    8        = Unknown 
    16        = Trainer 
    32        = Class Trainer 
    64        = Profession Trainer 
    128        = Vendor 
    256        = Ammo Vendor 
    512        = Food Vendor 
    1024        = Poison Vendor 
    2048        = Reagent Vendor 
    4096        = Repairer 
    8192        = Flight Master 
    16384        = Spirit Healer 
    32768        = Spirit Guide 
    65536        = Innkeeper 
    131072        = Banker 
    262144        = Arena Charter 
    524288        = Tabard Vendor 
    1048576        = Battle Master 
    2097152        = Auctioneer
    4194304        = Stable Master 
    8388608        = Guild Bank
    Last edited by Matis02; 06-13-2010 at 11:37 PM.


  10. #10
    shadowknight513's Avatar Knight
    Reputation
    11
    Join Date
    Apr 2008
    Posts
    197
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Walshie View Post
    Remember These please. Just add them together to make multiple flag requests.
    e.g. Quest giver and trainer: 1+2+16=19 (the 1 is for gossip if you want that)

    Code:
    1        = Gossip
    2        = Quest Giver 
    4        = Unknown 
    8        = Unknown 
    16        = Trainer 
    32        = Class Trainer 
    64        = Profession Trainer 
    128        = Vendor 
    256        = Ammo Vendor 
    512        = Food Vendor 
    1024        = Poison Vendor 
    2048        = Reagent Vendor 
    4096        = Repairer 
    8192        = Flight Master 
    16384        = Spirit Healer 
    32768        = Spirit Guide 
    65536        = Innkeeper 
    131072        = Banker 
    262144        = Arena Charter 
    524288        = Tabard Vendor 
    1048576        = Battle Master 
    2097152        = Auctioneer
    4194304        = Stable Master 
    8388608        = Guild Bank
    When making an NPC with more than one flag, it is best to ALWAYS flag them with "1" (Gossip) to prevent errors. WoW-V says so themselves when making an NPC.

  11. #11
    Matis02's Avatar Contributor CoreCoins Purchaser
    Reputation
    154
    Join Date
    Mar 2007
    Posts
    378
    Thanks G/R
    2/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Correct......


  12. #12
    Aellya's Avatar Sergeant
    Reputation
    21
    Join Date
    Mar 2010
    Posts
    56
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Actually arcemu has been throwing errors on gossip flags a lot latey. If npc's cannot be interacted with, removing that flag generally helps.
    Gossip means the window with text NPCs can offer, like on a Inn keeper where you choose if you want to browse his goods or set your heartstone.

    In this case, the correct flag for vendor+quest giver is 1(gossip)+2(Questgiver)+128(Vendor) so = 131.
    Should the infamous gossip bug strike, you can also set it as 130 and it should work again, however, then people must do the quest before they can open the vendor interface, as the NPC no longer can give you the option to choose.

    So:
    Update creature_proto set npcflags=131 where entry=THEIDOFYOURNPC;
    Last edited by Aellya; 06-14-2010 at 02:06 AM.

  13. #13
    Salaramon's Avatar Member
    Reputation
    1
    Join Date
    Mar 2009
    Posts
    14
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Thx for help Walshie and Aellya, rep+ to both . Rep+ to you Walshie later when i can rep you for second time^^

Similar Threads

  1. How do you make NPC'S stealthwalk using waypoints and/or NPC emote id?
    By Jameswow123 in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 07-29-2010, 04:55 PM
  2. Replies: 7
    Last Post: 10-26-2008, 10:35 AM
  3. [Help]How do i make NPC's talk?
    By gregzoid2 in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 07-05-2008, 01:40 PM
  4. [MaNGOS] How do I make NPCs stay after server restart?
    By TheNacho in forum World of Warcraft Emulator Servers
    Replies: 3
    Last Post: 05-06-2008, 07:48 AM
  5. How do I make npcs?
    By noobert in forum World of Warcraft Emulator Servers
    Replies: 8
    Last Post: 09-04-2007, 02:38 PM
All times are GMT -5. The time now is 12:27 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search