Unbound Auctioneer NPC menu

User Tag List

Results 1 to 8 of 8
  1. #1
    almarad's Avatar Private
    Reputation
    1
    Join Date
    May 2010
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Unbound Auctioneer NPC

    I have tried to get a working Auctioneer NPC by following tips I have read on the forum, but I have had no success. Here is what I have so far:

    Creature_names table:
    Code:
    "entry"	"name"	"subname"	"info_str"	"flags1"	"type"	"family"	"rank"	"killcredit1"	"killcredit2"	"male_displayid"	"female_displayid"	"male_displayid2"	"female_displayid2"	"unknown_float1"	"unknown_float2"	"leader"	"questitem1"	"questitem2"	"questitem3"	"questitem4"	"questitem5"	"questitem6"	"waypointid"
    "8"	"AH 2"	""	""	"2097152"	"7"	"0"	"0"	"0"	"0"	"15594"	"0"	"0"	"0"	"3"	"1"	"0"	"0"	"0"	"0"	"0"	"0"	"0"	"0"
    Creature_proto table:
    Code:
    "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"
    "8"	"50"	"50"	"12"	"6645"	"6645"	"0"	"1"	"2097152"	"2000"	"0"	"1"	"1"	"0"	"0"	"1"	"1"	"360000"	"0"	"0"	"0"	"0"	"0"	"0"	"0"	"1.5"	"0.208"	""	"0"	"0"	"0"	"0"	"2.5"	"8"	"14"	"0"	"0"	"0"	"0"	"0"	"0"	"0"	"0"	"0"	"0"
    Creature_spawns table (I mostly put this in to play around with and see if it would fix the problem, which it didn't
    Code:
    "id"	"entry"	"map"	"position_x"	"position_y"	"position_z"	"orientation"	"movetype"	"displayid"	"faction"	"flags"	"bytes0"	"bytes1"	"bytes2"	"emote_state"	"npc_respawn_link"	"channel_spell"	"channel_target_sqlid"	"channel_target_sqlid_creature"	"standstate"	"mountdisplayid"	"slot1item"	"slot2item"	"slot3item"	"CanFly"	"phase"
    "6170928"	"8"	"0"	"-8804.32"	"665.79"	"96.2"	"4.52"	"12"	"15594"	"12"	"2097152"	"0"	"0"	"0"	"0"	"0"	"0"	"0"	"0"	"0"	"0"	"0"	"0"	"0"	"0"	"1"
    and finally, the Auctionhouse table:
    Code:
    "id"	"creature_entry"	"group"
    "51"	"8"	"7"
    Any help would be GREATLY appreciated Running 3.3.3a

    Unbound Auctioneer NPC
  2. #2
    Pedregon's Avatar Contributor
    Reputation
    221
    Join Date
    Aug 2007
    Posts
    705
    Thanks G/R
    0/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Change the NPC flag of the NPC to 4096.

    You can do this by either changing it in the database or doing the GM command .npc flag 4096
    Leecher - 08-30-2007 - Contributor - 07-23-2008
    Donator - 06-19-2009
    My website



  3. #3
    almarad's Avatar Private
    Reputation
    1
    Join Date
    May 2010
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I changed the flag in creature_proto from 2097152 to 4096 and the npc no longer gave unbound error, but icon changed to blacksmith icon and still not opening auctionhouse.

  4. #4
    Pedregon's Avatar Contributor
    Reputation
    221
    Join Date
    Aug 2007
    Posts
    705
    Thanks G/R
    0/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    alright. go an exsisting auctioneer and do .npc info ... look for the npc flag .. and then use that npc flag on the one your trying to make.
    Leecher - 08-30-2007 - Contributor - 07-23-2008
    Donator - 06-19-2009
    My website



  5. #5
    almarad's Avatar Private
    Reputation
    1
    Join Date
    May 2010
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    all auctioneers show 2097152(auctioneer) but none of them are working. All already spawned auctioneers are showing the same error.

  6. #6
    Pedregon's Avatar Contributor
    Reputation
    221
    Join Date
    Aug 2007
    Posts
    705
    Thanks G/R
    0/2
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    then it's probably a core problem. report this to arcemu. :/
    Leecher - 08-30-2007 - Contributor - 07-23-2008
    Donator - 06-19-2009
    My website



  7. #7
    Mnemon's Avatar Member
    Reputation
    4
    Join Date
    Apr 2007
    Posts
    8
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    are you using the Lighthope DB? if so its an issue eatos knows about and is hopefully going to fix shortly (he thought he did with the last revision of his DB, but mine still isn't working) ...

    Forums: [Official Q&A] Lights Hope Database | WoW-V.com

  8. #8
    almarad's Avatar Private
    Reputation
    1
    Join Date
    May 2010
    Posts
    5
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I believe so actually, thanks for letting me know!

Similar Threads

  1. [ArcEmu] Report to devs: Unbound Auction house npc 8661. HELP!1
    By austingoodrich in forum WoW EMU Questions & Requests
    Replies: 0
    Last Post: 07-21-2010, 12:42 PM
  2. Bounding A Auctioneer NPC To AH
    By CimSlunt in forum WoW EMU Questions & Requests
    Replies: 2
    Last Post: 11-04-2009, 11:21 AM
  3. Kill your own factions NPC's
    By Matt in forum World of Warcraft Exploits
    Replies: 9
    Last Post: 08-18-2006, 04:05 PM
  4. Auction House Gravity EXPLOIT (with VIDEO) WORKS!
    By Matt in forum World of Warcraft Exploits
    Replies: 3
    Last Post: 04-12-2006, 06:10 PM
  5. Get on to where the Auction house people are!
    By janzi9 in forum World of Warcraft Exploits
    Replies: 0
    Last Post: 03-06-2006, 11:44 PM
All times are GMT -5. The time now is 01:31 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