Jump to content

krampf

Members
  • Posts

    12
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by krampf

  1. Nope, I am still holding off on patching myself. AHBOT is too much of an asset. Thank you again, Cyberium for trying to get this into the core.
  2. Yep, no crashes without AHBot. Disregard last post.
  3. Hopefully I am in the right area. Never had my server crash like this before. I am thinking this is related to when character info is saved to the database (When I type "save" at the console, it crashes). Using Ubuntu 10.04.1 LTS Mangos: rev. 10403 SD2 1800 AHBot (Xeross') DB: UDB 0.12.0 (392) Server.log 2010-08-23 21:54:54 WORLD: World initialized 2010-08-23 21:54:54 SERVER STARTUP TIME: 0 minutes 18 seconds 2010-08-23 21:54:54 2010-08-23 21:55:34 ERROR:SESSION: received not allowed opcode CMSG_LFD_PLAYER_LOCK_INFO_REQUEST (0x036E) I see that the auctionhouse code was changed a bit as well. Will compile without AHBot and review AHBot code in the meantime. Hopefully will fix crashing...
  4. I too get the same error (using patch provided by Earthwalker): In file included from ../../../src/game/AuctionHouseBot.cpp:1: ../../../src/game/AuctionHouseBot.h:945: error: ‘ObjectGuid’ does not name a type ../../../src/game/AuctionHouseBot.h:958: error: ‘ObjectGuid’ does not name a type ../../../src/game/AuctionHouseBot.cpp: In member function ‘void AuctionHouseBot::addNewAuctions(AHBConfig*)’: ../../../src/game/AuctionHouseBot.cpp:413: error: ‘GetAHBplayerGUID’ was not declared in this scope ../../../src/game/AuctionHouseBot.cpp: In member function ‘void AuctionHouseBot::addNewAuctionBuyerBotBid(AHBConfig*, WorldSession*)’: ../../../src/game/AuctionHouseBot.cpp:578: warning: format ‘%f’ expects type ‘double’, but argument 3 has type ‘long double’ ../../../src/game/AuctionHouseBot.cpp:632: warning: format ‘%f’ expects type ‘double’, but argument 3 has type ‘long double’ ../../../src/game/AuctionHouseBot.cpp:639: warning: format ‘%f’ expects type ‘double’, but argument 3 has type ‘long double’ ../../../src/game/AuctionHouseBot.cpp:658: warning: format ‘%f’ expects type ‘double’, but argument 3 has type ‘long double’ ../../../src/game/AuctionHouseBot.cpp:679: error: ‘GetAHBplayerGUID’ was not declared in this scope ../../../src/game/AuctionHouseBot.cpp:691: error: ‘GetAHBplayerGUID’ was not declared in this scope ../../../src/game/AuctionHouseBot.cpp:700: error: ‘GetAHBplayerGUID’ was not declared in this scope ../../../src/game/AuctionHouseBot.cpp:712: error: ‘GetAHBplayerGUID’ was not declared in this scope ../../../src/game/AuctionHouseBot.cpp: In member function ‘void AuctionHouseBot::Initialize()’: ../../../src/game/AuctionHouseBot.cpp:780: error: ‘m_FakeGuid’ was not declared in this scope ../../../src/game/AuctionHouseBot.cpp:783: warning: format not a string literal and no format arguments ../../../src/game/AuctionHouseBot.cpp:810: warning: format not a string literal and no format arguments ../../../src/game/AuctionHouseBot.cpp: In member function ‘void AuctionHouseBot::Commands(uint32, uint32, uint32, char*)’: ../../../src/game/AuctionHouseBot.cpp:1074: error: ‘GetAHBplayerGUID’ was not declared in this scope make[3]: *** [AuctionHouseBot.o] Error 1 git apply src/bindings/ScriptDev2/patches/MaNGOS-9519-ScriptDev2.patch git apply ../AHBot_10363.patch autoreconf --install --force mkdir objdir cd objdir ../configure --prefix=/opt/mangos --sysconfdir=/opt/mangos/etc --enable-cli --datadir=/opt/mangos/data --with-python --enable-ra make I will pull from you Cyberium. Will let you know if it compiles.
  5. Line 3417 of the patch needs to match line 57 of /src/game/Level3.cpp Now just need to get the Horde and Alliance houses to work. Neutral works perfectly.
  6. Thank you DaViper. Just need to change Level3.cpp as you said. bool ChatHandler::HandleReloadAllCommand(const char*) to bool ChatHandler::HandleReloadAllCommand(char* /*args*/) compiling now.....
  7. Okay I must have missed something or doing this completely wrong, but line 4 is /dev/null: Script for compiling git apply src/bindings/ScriptDev2/patches/MaNGOS-9519-ScriptDev2.patch git apply 453749.cpp autoreconf --install --force mkdir objdir cd objdir ../configure --prefix=/opt/mangos --sysconfdir=/opt/mangos/etc --enable-cli --datadir=/opt/mangos/data --with-python --enable-ra make Patch file (first few lines) diff --git a/README.AHBOT b/README.AHBOT new file mode 100644 index 0000000..1f5215d --- /dev/null +++ b/README.AHBOT @@ -0,0 +1,145 @@ Error fatal: git apply: bad git-diff - expected /dev/null on line 4
  8. First, thanks to FrenchW!!! Last, and after banging my head against my desk. Neutral auctions work great, just no items in horde or alliance. I have the database set to put 1000 items in each auction. mangos.conf AuctionHouseBot.EnableSeller = 1 AuctionHouseBot.EnableBuyer = 1 AuctionHouseBot.Account = 24 AuctionHouseBot.GUID = 366 AuctionHouseBot.VendorItems = 0 AuctionHouseBot.LootItems = 1 AuctionHouseBot.OtherItems = 1 AuctionHouseBot.No_Bind = 1 AuctionHouseBot.Bind_When_Picked_Up = 1 AuctionHouseBot.Bind_When_Equipped = 1 AuctionHouseBot.Bind_When_Use = 1 AuctionHouseBot.Bind_Quest_Item = 1 AuctionHouseBot.ItemsPerCycle = 200 AuctionHouseBot.UseBuyPriceForSeller = 0 AuctionHouseBot.UseBuyPriceForBuyer = 0 characters database replace into `auctionhousebot`(`auctionhouse`,`name`,`minitems`,`maxitems`,`mintime`,`maxtime`,`percentgreytradegoods`,`percentwhitetradegoods`,`percentgreentradegoods`,`percentbluetradegoods`,`percentpurpletradegoods`,`percentorangetradegoods`,`percentyellowtradegoods`,`percentgreyitems`,`percentwhiteitems`,`percentgreenitems`,`percentblueitems`,`percentpurpleitems`,`percentorangeitems`,`percentyellowitems`,`minpricegrey`,`maxpricegrey`,`minpricewhite`,`maxpricewhite`,`minpricegreen`,`maxpricegreen`,`minpriceblue`,`maxpriceblue`,`minpricepurple`,`maxpricepurple`,`minpriceorange`,`maxpriceorange`,`minpriceyellow`,`maxpriceyellow`,`minbidpricegrey`,`maxbidpricegrey`,`minbidpricewhite`,`maxbidpricewhite`,`minbidpricegreen`,`maxbidpricegreen`,`minbidpriceblue`,`maxbidpriceblue`,`minbidpricepurple`,`maxbidpricepurple`,`minbidpriceorange`,`maxbidpriceorange`,`minbidpriceyellow`,`maxbidpriceyellow`,`maxstackgrey`,`maxstackwhite`,`maxstackgreen`,`maxstackblue`,`maxstackpurple`,`maxstackorange`,`maxstackyellow`,`buyerpricegrey`,`buyerpricewhite`,`buyerpricegreen`,`buyerpriceblue`,`buyerpricepurple`,`buyerpriceorange`,`buyerpriceyellow`,`buyerbiddinginterval`,`buyerbidsperinterval`) values (2,'Alliance',0,1000,8,24,0,27,12,10,1,0,0,0,10,30,8,2,0,0,100,150,150,250,800,1400,1250,1750,2250,4550,3250,5550,5250,6550,70,100,70,100,80,100,75,100,80,100,80,100,80,100,0,0,3,2,1,1,1,1,1,5,12,15,20,22,1,1), (6,'Horde',0,1000,8,24,0,27,12,10,1,0,0,0,10,30,8,2,0,0,100,150,150,250,800,1400,1250,1750,2250,4550,3250,5550,5250,6550,70,100,70,100,80,100,75,100,80,100,80,100,80,100,0,0,3,2,1,1,1,1,1,5,12,15,20,22,1,1), (7,'Neutral',0,1000,8,24,0,27,12,10,1,0,0,0,10,30,8,2,0,0,100,150,150,250,800,1400,1250,1750,2250,4550,3250,5550,5250,6550,70,100,70,100,80,100,75,100,80,100,80,100,80,100,0,0,3,2,1,1,1,1,1,5,12,15,20,22,1,1); Server.log 2010-08-06 20:29:45 Initialize AuctionHouseBot... 2010-08-06 20:29:46 AuctionHouseBot: 2010-08-06 20:29:46 loaded 5 grey trade goods 2010-08-06 20:29:46 loaded 423 white trade goods 2010-08-06 20:29:46 loaded 61 green trade goods 2010-08-06 20:29:46 loaded 32 blue trade goods 2010-08-06 20:29:46 loaded 7 purple trade goods 2010-08-06 20:29:46 loaded 2 orange trade goods 2010-08-06 20:29:46 loaded 0 yellow trade goods 2010-08-06 20:29:46 loaded 1284 grey items 2010-08-06 20:29:46 loaded 2216 white items 2010-08-06 20:29:46 loaded 8187 green items 2010-08-06 20:29:46 loaded 4761 blue items 2010-08-06 20:29:46 loaded 5131 purple items 2010-08-06 20:29:46 loaded 15 orange items 2010-08-06 20:29:46 loaded 3 yellow items 2010-08-06 20:29:46 AuctionHouseBot [AHBot-004-HotFix-08] is now loaded 2010-08-06 20:29:46 AuctionHouseBot updated by Naicisum (original by ChrisK and Paradox) 2010-08-06 20:29:46 AuctionHouseBot now includes AHBuyer by Kerbe and Paradox Any help would be greatly appreciated.
  9. I installed the "Microsoft Visual C++ 2010 Redistributable Package (x64)" but didn't resolve the problem. Am I missing something else? ***************************** "The Microsoft Visual C++ 2010 Redistributable Package installs runtime components of Visual C++ Libraries required to run applications developed with Visual C++ on a computer that does not have Visual C++ 2010 installed." http://www.microsoft.com/downloads/details.aspx?displaylang=en&FamilyID=bd512d9e-43c8-4655-81bf-9350143d5867
  10. Try: git pull git://github.com/Gigelf/mangos.git auctionhouse I have been using Gigelf's and works great I am running: Mangos: rev. 7903, SD2 1106, Acid 0.1.0 Using DB: UDB 0.11.5 (380) for MaNGOS 7894 with SD2 SQL for rev. 1106
  11. Same error under SuSE with Core7570 and SD2 953 [**************************************************] 100% >> Loaded 977 gameobject in pools [**************************************************] 100% >> Loaded 0 pools in pools Loading Game Event Data... Segmentation fault
×
×
  • 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