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