Jump to content

Whyarp

Members
  • Posts

    58
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Everything posted by Whyarp

  1. Hello, I have AHBot working pretty much flawlessly other than ahbootoptions ahexpire #id Not an issue as once its set up I pretty much ignore it and let it do its own thing.. which it seems its very good at.. by which I mean its ignoring the MySQL DB Settings.. I have grey items and grey goods both set to 0%.. by my calculation 0% of 10,000 items is 0.. for some reason it thinks that its more... Here is my initialisation data.. Also.. do you use a range for the items added? As it appears not like loading glyphs and enchant scrolls (ie Scroll of enchant weapon minor bestslayer) some help would be greatly appreciated thanks Ryan. PS I Love the addon, and couldnt live without it
  2. Just out of curiosity, why would we need to extract new maps, vmaps and dbc files? o_O it takes so long its painful, lol
  3. Thank you for taking the time to explain it Partly my fault for always wanting the latest and greatest lol I was as I said using VC2010, but I have installed an older version.. For the time being I will wait until all the aura problems are solved, but am looking forward to playing with PlayerBot as on a low population server sometimes you need that extra little help I will edit or delete my other post if i can to get rid of all the garbage code I pasted.
  4. Hi sorry it took a while to reply.. Currently I am using Visual C++ 2010 Express to compile, I tried 2008 and that also fails but with 3 files instead of 1.. The versions im attempting to compile are Mangos 10160, Playerbot Latest Revision 7.7.2010 and Auction House Bot Latest Revision. (Cant find the numbers)
  5. Darkruler, Wasnt i didnt understand it, was more... i didnt see it, lol I have been having this problem for days now, before the scriptdev2 problem, i have not been able to succesfully compile playerbot at all.. But just my luck that it will have to wait longer now, but fortunately I still have a working server up and running yay lol Thanks for the replys, no matter how stern they were!
  6. Removed My Whiny Garbage Thanks guys
  7. Right, Heres what i have done > Cloned Mangos to MangosSRC - Success Added AHBot as a remote source, fetched and merged - Success Have then Added PlayerBot as a remote source, fecthed and merged - Success (as an intermediary step I compiled just Mangos and AHBot with out any issues, logged in, Auction house is populated, players can connect all good..) BUT.. when I then try to compile with all 3 I receive this error and a big fat failure 11> Creating library .\\mangosd__Win32_Release\\mangosd.lib and object .\\mangosd__Win32_Release\\mangosd.exp 11>game.lib(Group.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall PlayerbotMgr::~PlayerbotMgr(void)" (??1PlayerbotMgr@@UAE@XZ) referenced in function "public: virtual void * __thiscall PlayerbotMgr::`scalar deleting destructor'(unsigned int)" (??_GPlayerbotMgr@@UAEPAXI@Z) 11>game.lib(Player.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall PlayerbotMgr::~PlayerbotMgr(void)" (??1PlayerbotMgr@@UAE@XZ) 11>game.lib(WorldSession.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall PlayerbotMgr::~PlayerbotMgr(void)" (??1PlayerbotMgr@@UAE@XZ) 11>game.lib(CharacterHandler.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall PlayerbotMgr::~PlayerbotMgr(void)" (??1PlayerbotMgr@@UAE@XZ) 11>game.lib(Group.obj) : error LNK2019: unresolved external symbol "public: void __thiscall PlayerbotMgr::RemoveAllBotsFromGroup(void)" (?RemoveAllBotsFromGroup@PlayerbotMgr@@QAEXXZ) referenced in function "public: unsigned int __thiscall Group::RemoveMember(unsigned __int64 const &,unsigned char const &)" (?RemoveMember@Group@@QAEIAB_KABE@Z) 11>game.lib(Player.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall PlayerbotAI::~PlayerbotAI(void)" (??1PlayerbotAI@@UAE@XZ) referenced in function "public: virtual void * __thiscall PlayerbotAI::`scalar deleting destructor'(unsigned int)" (??_GPlayerbotAI@@UAEPAXI@Z) 11>game.lib(WorldSession.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall PlayerbotAI::~PlayerbotAI(void)" (??1PlayerbotAI@@UAE@XZ) 11>game.lib(ChatHandler.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall PlayerbotAI::~PlayerbotAI(void)" (??1PlayerbotAI@@UAE@XZ) 11>game.lib(QuestHandler.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall PlayerbotAI::~PlayerbotAI(void)" (??1PlayerbotAI@@UAE@XZ) 11>game.lib(Player.obj) : error LNK2019: unresolved external symbol "public: void __thiscall Creature::LoadBotMenu(class Player *)" (?LoadBotMenu@Creature@@QAEXPAVPlayer@@@Z) referenced in function "public: void __thiscall Player::PrepareGossipMenu(class WorldObject *,unsigned int)" (?PrepareGossipMenu@Player@@QAEXPAVWorldObject@@I@Z) 11>game.lib(Player.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall Player::requiredQuests(char const *)" (?requiredQuests@Player@@QAE_NPBD@Z) referenced in function "public: void __thiscall Player::PrepareGossipMenu(class WorldObject *,unsigned int)" (?PrepareGossipMenu@Player@@QAEXPAVWorldObject@@I@Z) 11>game.lib(Player.obj) : error LNK2019: unresolved external symbol "public: void __thiscall PlayerbotMgr::LogoutPlayerBot(unsigned __int64)" (?LogoutPlayerBot@PlayerbotMgr@@QAEX_K@Z) referenced in function "public: void __thiscall Player::OnGossipSelect(class WorldObject *,unsigned int,unsigned int)" (?OnGossipSelect@Player@@QAEXPAVWorldObject@@II@Z) 11>game.lib(Player.obj) : error LNK2019: unresolved external symbol "public: class Player * __thiscall PlayerbotMgr::GetPlayerBot(unsigned __int64)const " (?GetPlayerBot@PlayerbotMgr@@QBEPAVPlayer@@_K@Z) referenced in function "public: void __thiscall Player::OnGossipSelect(class WorldObject *,unsigned int,unsigned int)" (?OnGossipSelect@Player@@QAEXPAVWorldObject@@II@Z) 11>game.lib(Player.obj) : error LNK2019: unresolved external symbol "public: __thiscall PlayerbotMgr::PlayerbotMgr(class Player * const)" (??0PlayerbotMgr@@QAE@QAVPlayer@@@Z) referenced in function "public: void __thiscall Player::OnGossipSelect(class WorldObject *,unsigned int,unsigned int)" (?OnGossipSelect@Player@@QAEXPAVWorldObject@@II@Z) 11>game.lib(Player.obj) : error LNK2019: unresolved external symbol "public: void __thiscall PlayerbotMgr::Stay(void)" (?Stay@PlayerbotMgr@@QAEXXZ) referenced in function "public: bool __thiscall Player::TeleportTo(unsigned int,float,float,float,float,unsigned int)" (?TeleportTo@Player@@QAE_NIMMMMI@Z) 11>game.lib(Player.obj) : error LNK2019: unresolved external symbol "public: void __thiscall PlayerbotMgr::UpdateAI(unsigned int)" (?UpdateAI@PlayerbotMgr@@QAEXI@Z) referenced in function "public: virtual void __thiscall Player::Update(unsigned int)" (?Update@Player@@UAEXI@Z) 11>game.lib(Player.obj) : error LNK2019: unresolved external symbol "public: void __thiscall PlayerbotAI::UpdateAI(unsigned int)" (?UpdateAI@PlayerbotAI@@QAEXI@Z) referenced in function "public: virtual void __thiscall Player::Update(unsigned int)" (?Update@Player@@UAEXI@Z) 11>game.lib(Chat.obj) : error LNK2019: unresolved external symbol "protected: bool __thiscall ChatHandler::HandlePlayerbotCommand(char const *)" (?HandlePlayerbotCommand@ChatHandler@@IAE_NPBD@Z) referenced in function "protected: class ChatCommand * __thiscall ChatHandler::getCommandTable(void)" (?getCommandTable@ChatHandler@@IAEPAVChatCommand@@XZ) 11>game.lib(WorldSession.obj) : error LNK2019: unresolved external symbol "public: void __thiscall PlayerbotMgr::HandleMasterOutgoingPacket(class WorldPacket const &)" (?HandleMasterOutgoingPacket@PlayerbotMgr@@QAEXABVWorldPacket@@@Z) referenced in function "public: void __thiscall WorldSession::SendPacket(class WorldPacket const *)" (?SendPacket@WorldSession@@QAEXPBVWorldPacket@@@Z) 11>game.lib(WorldSession.obj) : error LNK2019: unresolved external symbol "public: void __thiscall PlayerbotAI::HandleBotOutgoingPacket(class WorldPacket const &)" (?HandleBotOutgoingPacket@PlayerbotAI@@QAEXABVWorldPacket@@@Z) referenced in function "public: void __thiscall WorldSession::SendPacket(class WorldPacket const *)" (?SendPacket@WorldSession@@QAEXPBVWorldPacket@@@Z) 11>game.lib(WorldSession.obj) : error LNK2019: unresolved external symbol "public: void __thiscall PlayerbotMgr::LogoutAllBots(void)" (?LogoutAllBots@PlayerbotMgr@@QAEXXZ) referenced in function "public: void __thiscall WorldSession::LogoutPlayer(bool)" (?LogoutPlayer@WorldSession@@QAEX_N@Z) 11>game.lib(WorldSession.obj) : error LNK2019: unresolved external symbol "public: void __thiscall PlayerbotAI::HandleTeleportAck(void)" (?HandleTeleportAck@PlayerbotAI@@QAEXXZ) referenced in function __catch$?Update@WorldSession@@QAE_NI@Z$0 11>game.lib(WorldSession.obj) : error LNK2019: unresolved external symbol "public: void __thiscall PlayerbotMgr::HandleMasterIncomingPacket(class WorldPacket const &)" (?HandleMasterIncomingPacket@PlayerbotMgr@@QAEXABVWorldPacket@@@Z) referenced in function "public: bool __thiscall WorldSession::Update(unsigned int)" (?Update@WorldSession@@QAE_NI@Z) 11>game.lib(CharacterHandler.obj) : error LNK2019: unresolved external symbol "public: void __thiscall PlayerbotMgr::OnBotLogin(class Player * const)" (?OnBotLogin@PlayerbotMgr@@QAEXQAVPlayer@@@Z) referenced in function "public: void __thiscall CharacterHandler::HandlePlayerBotLoginCallback(class QueryResult *,class SqlQueryHolder *)" (?HandlePlayerBotLoginCallback@CharacterHandler@@QAEXPAVQueryResult@@PAVSqlQueryHolder@@@Z) 11>game.lib(ChatHandler.obj) : error LNK2019: unresolved external symbol "public: void __thiscall PlayerbotAI::HandleCommand(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class Player &)" (?HandleCommand@PlayerbotAI@@QAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAVPlayer@@@Z) referenced in function "public: void __thiscall WorldSession::HandleMessagechatOpcode(class WorldPacket &)" (?HandleMessagechatOpcode@WorldSession@@QAEXAAVWorldPacket@@@Z) 11>game.lib(QuestHandler.obj) : error LNK2019: unresolved external symbol "public: void __thiscall PlayerbotAI::AcceptQuest(class Quest const *,class Player *)" (?AcceptQuest@PlayerbotAI@@QAEXPBVQuest@@PAVPlayer@@@Z) referenced in function "public: void __thiscall WorldSession::HandlePushQuestToParty(class WorldPacket &)" (?HandlePushQuestToParty@WorldSession@@QAEXAAVWorldPacket@@@Z) 11>..\\..\\bin\\Win32_Release\\mangosd.exe : fatal error LNK1120: 20 unresolved externals I'm at a loss I don't know what it could be, any advice?..
  8. Open the file with notepad, search servername loaclhost i see yours is currently set to 8080 change it to just 80.. See if that helps any for now, im just nosing through your settings.. I cant see anything else wrong with the file..
  9. Modify your httpd.conf file to say Listen 80 instead of Listen 0.0.0.0:80 and ensure your firewall is configured to allow access to port 80
  10. Im afraid i dont use Git Bash, I was using GitGUI, and had no errors merging the code.. Also I use Visual C++ 2010 express to compile.. Was pretty straight forward for me.. With Git GUI i first cloned mangos as normal.. Then I selected remote add and placed the ahbot git repository.. Should fetch straight away.. Then Merge > Local Merge Doesent always show you Master first time, i have had to close git gui and reopen it.. then merge in to master.. you should then be good to compile..
  11. Im compiling with Microsoft visual C++ 2010 express..
  12. Thought I would start a new thread rather than clog up the Playerbot one.. Here is the compiler error that I get with Playerbot added.. I cloned a fresh copy of mangos I merged a copy of AHBot compiled the above and ran without an issue I then merged with Playerbot and received this in the compiler.. 11> Creating library .\\mangosd__Win32_Release\\mangosd.lib and object .\\mangosd__Win32_Release\\mangosd.exp 11>game.lib(Group.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall PlayerbotMgr::~PlayerbotMgr(void)" (??1PlayerbotMgr@@UAE@XZ) referenced in function "public: virtual void * __thiscall PlayerbotMgr::`scalar deleting destructor'(unsigned int)" (??_GPlayerbotMgr@@UAEPAXI@Z) 11>game.lib(Player.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall PlayerbotMgr::~PlayerbotMgr(void)" (??1PlayerbotMgr@@UAE@XZ) 11>game.lib(WorldSession.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall PlayerbotMgr::~PlayerbotMgr(void)" (??1PlayerbotMgr@@UAE@XZ) 11>game.lib(CharacterHandler.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall PlayerbotMgr::~PlayerbotMgr(void)" (??1PlayerbotMgr@@UAE@XZ) 11>game.lib(Group.obj) : error LNK2019: unresolved external symbol "public: void __thiscall PlayerbotMgr::RemoveAllBotsFromGroup(void)" (?RemoveAllBotsFromGroup@PlayerbotMgr@@QAEXXZ) referenced in function "public: unsigned int __thiscall Group::RemoveMember(unsigned __int64 const &,unsigned char const &)" (?RemoveMember@Group@@QAEIAB_KABE@Z) 11>game.lib(Player.obj) : error LNK2019: unresolved external symbol "public: virtual __thiscall PlayerbotAI::~PlayerbotAI(void)" (??1PlayerbotAI@@UAE@XZ) referenced in function "public: virtual void * __thiscall PlayerbotAI::`scalar deleting destructor'(unsigned int)" (??_GPlayerbotAI@@UAEPAXI@Z) 11>game.lib(WorldSession.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall PlayerbotAI::~PlayerbotAI(void)" (??1PlayerbotAI@@UAE@XZ) 11>game.lib(ChatHandler.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall PlayerbotAI::~PlayerbotAI(void)" (??1PlayerbotAI@@UAE@XZ) 11>game.lib(QuestHandler.obj) : error LNK2001: unresolved external symbol "public: virtual __thiscall PlayerbotAI::~PlayerbotAI(void)" (??1PlayerbotAI@@UAE@XZ) 11>game.lib(Player.obj) : error LNK2019: unresolved external symbol "public: void __thiscall Creature::LoadBotMenu(class Player *)" (?LoadBotMenu@Creature@@QAEXPAVPlayer@@@Z) referenced in function "public: void __thiscall Player::PrepareGossipMenu(class WorldObject *,unsigned int)" (?PrepareGossipMenu@Player@@QAEXPAVWorldObject@@I@Z) 11>game.lib(Player.obj) : error LNK2019: unresolved external symbol "public: bool __thiscall Player::requiredQuests(char const *)" (?requiredQuests@Player@@QAE_NPBD@Z) referenced in function "public: void __thiscall Player::PrepareGossipMenu(class WorldObject *,unsigned int)" (?PrepareGossipMenu@Player@@QAEXPAVWorldObject@@I@Z) 11>game.lib(Player.obj) : error LNK2019: unresolved external symbol "public: void __thiscall PlayerbotMgr::LogoutPlayerBot(unsigned __int64)" (?LogoutPlayerBot@PlayerbotMgr@@QAEX_K@Z) referenced in function "public: void __thiscall Player::OnGossipSelect(class WorldObject *,unsigned int,unsigned int)" (?OnGossipSelect@Player@@QAEXPAVWorldObject@@II@Z) 11>game.lib(Player.obj) : error LNK2019: unresolved external symbol "public: class Player * __thiscall PlayerbotMgr::GetPlayerBot(unsigned __int64)const " (?GetPlayerBot@PlayerbotMgr@@QBEPAVPlayer@@_K@Z) referenced in function "public: void __thiscall Player::OnGossipSelect(class WorldObject *,unsigned int,unsigned int)" (?OnGossipSelect@Player@@QAEXPAVWorldObject@@II@Z) 11>game.lib(Player.obj) : error LNK2019: unresolved external symbol "public: __thiscall PlayerbotMgr::PlayerbotMgr(class Player * const)" (??0PlayerbotMgr@@QAE@QAVPlayer@@@Z) referenced in function "public: void __thiscall Player::OnGossipSelect(class WorldObject *,unsigned int,unsigned int)" (?OnGossipSelect@Player@@QAEXPAVWorldObject@@II@Z) 11>game.lib(Player.obj) : error LNK2019: unresolved external symbol "public: void __thiscall PlayerbotMgr::Stay(void)" (?Stay@PlayerbotMgr@@QAEXXZ) referenced in function "public: bool __thiscall Player::TeleportTo(unsigned int,float,float,float,float,unsigned int)" (?TeleportTo@Player@@QAE_NIMMMMI@Z) 11>game.lib(Player.obj) : error LNK2019: unresolved external symbol "public: void __thiscall PlayerbotMgr::UpdateAI(unsigned int)" (?UpdateAI@PlayerbotMgr@@QAEXI@Z) referenced in function "public: virtual void __thiscall Player::Update(unsigned int)" (?Update@Player@@UAEXI@Z) 11>game.lib(Player.obj) : error LNK2019: unresolved external symbol "public: void __thiscall PlayerbotAI::UpdateAI(unsigned int)" (?UpdateAI@PlayerbotAI@@QAEXI@Z) referenced in function "public: virtual void __thiscall Player::Update(unsigned int)" (?Update@Player@@UAEXI@Z) 11>game.lib(Chat.obj) : error LNK2019: unresolved external symbol "protected: bool __thiscall ChatHandler::HandlePlayerbotCommand(char const *)" (?HandlePlayerbotCommand@ChatHandler@@IAE_NPBD@Z) referenced in function "protected: class ChatCommand * __thiscall ChatHandler::getCommandTable(void)" (?getCommandTable@ChatHandler@@IAEPAVChatCommand@@XZ) 11>game.lib(WorldSession.obj) : error LNK2019: unresolved external symbol "public: void __thiscall PlayerbotMgr::HandleMasterOutgoingPacket(class WorldPacket const &)" (?HandleMasterOutgoingPacket@PlayerbotMgr@@QAEXABVWorldPacket@@@Z) referenced in function "public: void __thiscall WorldSession::SendPacket(class WorldPacket const *)" (?SendPacket@WorldSession@@QAEXPBVWorldPacket@@@Z) 11>game.lib(WorldSession.obj) : error LNK2019: unresolved external symbol "public: void __thiscall PlayerbotAI::HandleBotOutgoingPacket(class WorldPacket const &)" (?HandleBotOutgoingPacket@PlayerbotAI@@QAEXABVWorldPacket@@@Z) referenced in function "public: void __thiscall WorldSession::SendPacket(class WorldPacket const *)" (?SendPacket@WorldSession@@QAEXPBVWorldPacket@@@Z) 11>game.lib(WorldSession.obj) : error LNK2019: unresolved external symbol "public: void __thiscall PlayerbotMgr::LogoutAllBots(void)" (?LogoutAllBots@PlayerbotMgr@@QAEXXZ) referenced in function "public: void __thiscall WorldSession::LogoutPlayer(bool)" (?LogoutPlayer@WorldSession@@QAEX_N@Z) 11>game.lib(WorldSession.obj) : error LNK2019: unresolved external symbol "public: void __thiscall PlayerbotAI::HandleTeleportAck(void)" (?HandleTeleportAck@PlayerbotAI@@QAEXXZ) referenced in function __catch$?Update@WorldSession@@QAE_NI@Z$0 11>game.lib(WorldSession.obj) : error LNK2019: unresolved external symbol "public: void __thiscall PlayerbotMgr::HandleMasterIncomingPacket(class WorldPacket const &)" (?HandleMasterIncomingPacket@PlayerbotMgr@@QAEXABVWorldPacket@@@Z) referenced in function "public: bool __thiscall WorldSession::Update(unsigned int)" (?Update@WorldSession@@QAE_NI@Z) 11>game.lib(CharacterHandler.obj) : error LNK2019: unresolved external symbol "public: void __thiscall PlayerbotMgr::OnBotLogin(class Player * const)" (?OnBotLogin@PlayerbotMgr@@QAEXQAVPlayer@@@Z) referenced in function "public: void __thiscall CharacterHandler::HandlePlayerBotLoginCallback(class QueryResult *,class SqlQueryHolder *)" (?HandlePlayerBotLoginCallback@CharacterHandler@@QAEXPAVQueryResult@@PAVSqlQueryHolder@@@Z) 11>game.lib(ChatHandler.obj) : error LNK2019: unresolved external symbol "public: void __thiscall PlayerbotAI::HandleCommand(class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > const &,class Player &)" (?HandleCommand@PlayerbotAI@@QAEXABV?$basic_string@DU?$char_traits@D@std@@V?$allocator@D@2@@std@@AAVPlayer@@@Z) referenced in function "public: void __thiscall WorldSession::HandleMessagechatOpcode(class WorldPacket &)" (?HandleMessagechatOpcode@WorldSession@@QAEXAAVWorldPacket@@@Z) 11>game.lib(QuestHandler.obj) : error LNK2019: unresolved external symbol "public: void __thiscall PlayerbotAI::AcceptQuest(class Quest const *,class Player *)" (?AcceptQuest@PlayerbotAI@@QAEXPBVQuest@@PAVPlayer@@@Z) referenced in function "public: void __thiscall WorldSession::HandlePushQuestToParty(class WorldPacket &)" (?HandlePushQuestToParty@WorldSession@@QAEXAAVWorldPacket@@@Z) 11>..\\..\\bin\\Win32_Release\\mangosd.exe : fatal error LNK1120: 20 unresolved externals Im afraid im not a big coder and could not make head nor tales of what it was trying to tell me.. any help would be appreciated. Thanks.
  13. Okay, just remember to set the amount of items you want to load in the database under Characters > Auctionhousebot > Maxitems > I have mine for all 3 set to 5000 each. I find I experience little if no lag. But even now if i use some Aucthhousebot commands it crashes the server. So once its up and running I ignore it.. lol Success should look like this:
  14. Have you changed the entrys in the database to tell it how many items you wish to load for each auction house? Aliance, Horde and Neutral? Items, if you have patched correctly are loaded the first time when you start mangosD.. It will tell you how many of each type of item loaded for each particular auction house..
  15. Im just glad im not the only one, but no one has come up with a solution as of yet.. I hope they do soon!!
  16. Thank you, all sorted and Double day event started, lol.. 3 was toooooo large so went for 2, probably could have got away with 1.5 but the players are having fun
  17. Does anyone have any links to decent SQL query tutorials.. Or could someone help by showing me how to change all the entry's for Mangos > Creature_Template > Scale from 1 to 3 in one hit.. Just having a bit of fun.. but couldn't find the right way to do it.. thanks.
  18. .lookup item <item name> .additem <#itemID> (adds to your bag or whoever you ave selected..)
  19. Have you compiled scriptdev2 also? and used UDB as your database with ACID?
  20. try .commands then .help <command> and even .help <command> <subcommand> ie .help modify scale Installing MangoLin you can view under the commands reference tab all available commands and required levels to use them..
  21. Okay, I appolagise if this has been posted elsewhere on the forum, I have used the search and it comes back negative.. The issue is to do with changing the Loot Group.. With round robin you are supposed to take it in turns to loot.. but whats happening instead is that everyone in the party can view and loot it instead.. MaNGOS/0.17.0-DEV (* * Revision 10144 - *) for Win32 (little-endian) Using script library: ScriptDev2 (for MaNGOS 10112+) Revision [1736] 2010-06-27 12:29:30 (Win32) Using World DB: UDB 0.12.0 (391) for MaNGOS 9999 with SD2 SQL for rev. 1702 Using creature EventAI: ACID 3.0.4 - Final Release for Mangos (3.3.2 Client) Anyone else having this issue?
  22. Is ACID a dead project or is it still ongoing? I only ask as the svn has not been updated in a very long time.. or are there alternatives? just curious is all..
  23. Not going to share the soloution? I would be interested to know also
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use