Jump to content

firedervil11

Members
  • Posts

    9
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Posts posted by firedervil11

  1. there is no need to configure the mysql.ini.

    you can set in ahbot.conf

    # AuctionHouseBot.ItemsPerCycle.Boost

    # This value is used to fill DB faster than normal when there is more than this value missed items.

    # Normaly this value is used only first start of the server with empty auction table.

    # Default 1000

    #

    # AuctionHouseBot.ItemsPerCycle.Normal

    # This value is used to fill DB normal way with less cpu/db using.

    # Normaly this value is used always when auction table is already initialised.

    # Default 20

    AuctionHouseBot.ItemsPerCycle.Boost = 1000

    AuctionHouseBot.ItemsPerCycle.Normal = 20

    you will also see the info in the console window

  2. Thanks for you answer,

    will check that and post the result.

    The problem occurs again. Everytime when i click on the auctionhouse (ingame) the mangosd crashed.

    same when i try to use commands from the console .eg: .item or .help item; .ahbot or .ahbot item the server crashed.

    Has anyone else maybe the same problems?

    Thanks for help

    .ahbot status

    Subcommand 'items' of command 'ahbot' have less access level (2) that parent (3)

    Table `command` have nonexistent command '', skip.

    07:17:49 07:17:49

    ==========================================================

    | | Alliance | Horde | Neutral | Total | |

    --------------------------------------------------------

    | | Count | 10000 | 5000 | 5000 | 20000 |

    ==========================================================

    maybe that helps a bit more.

    and there comes ever a Segmentation Fualt but nothings does into the logs.

  3. I all,

    i thanks first the Dev´s to the integration of the Ahbot into the Core :)

    But know i would test in the console the help command for the ahbot and got these error.

    .help ahbot Subcommand 'items' of command 'ahbot' have less access level (2) that parent (3)

    Speicherzugriffsfehler

    I don´t how to get fix this?

    Thanks for helping me out there!

  4. under debian 5.0 (lenny) errror while compiling

    ctionHouseHandler.o -MD -MP -MF .deps/AuctionHouseHandler.Tpo -c -o AuctionHouseHandler.o ../../../src/game/AuctionHouseHandler.cpp

    ../../../src/game/AuctionHouseBot.cpp: In member function âuint32 AuctionHouseBot::SetStat(AHBConfig&)â:

    ../../../src/game/AuctionHouseBot.cpp:40: error: a call to a constructor cannot appear in a constant-expression

    ../../../src/game/AuctionHouseBot.cpp:40: error: a function call cannot appear in a constant-expression

    ../../../src/game/AuctionHouseBot.cpp:40: error: â>>â should be â> >â within a nested template argument list

    ../../../src/game/AuctionHouseBot.cpp: At global scope:

    ../../../src/game/AuctionHouseBot.cpp:83: error: âaddedItemâ was not declared in this scope

    ../../../src/game/AuctionHouseBot.cpp:83: error: `&' cannot appear in a constant-expression

    ../../../src/game/AuctionHouseBot.cpp:83: error: â>>â should be â> >â within a nested template argument list

    ../../../src/game/AuctionHouseBot.cpp: In member function âvoid AuctionHouseBot::addNewAuctions(AHBConfig&)â:

    ../../../src/game/AuctionHouseBot.cpp:134: error: a call to a constructor cannot appear in a constant-expression

    ../../../src/game/AuctionHouseBot.cpp:134: error: a function call cannot appear in a constant-expression

    ../../../src/game/AuctionHouseBot.cpp:134: error: â>>â should be â> >â within a nested template argument list

    make[3]: *** [AuctionHouseBot.o] Fehler 1

    make[3]: *** Warte auf noch nicht beendete Prozesse...

    mv -f .deps/ArenaTeamHandler.Tpo .deps/ArenaTeamHandler.Po

    In file included from ../../../src/game/AuctionHouseHandler.cpp:32:

    ../../../src/game/AuctionHouseBot.h:329: error: â>>â should be â> >â within a nested template argument list

    ../../../src/game/AuctionHouseBot.h:350: error: âaddedItemâ was not declared in this scope

    ../../../src/game/AuctionHouseBot.h:350: error: `&' cannot appear in a constant-expression

    ../../../src/game/AuctionHouseBot.h:350: error: â>>â should be â> >â within a nested template argument list

    make[3]: *** [AuctionHouseHandler.o] Fehler 1

  5. i have tested the compile of the Branch on my Debian Lenny

    and get this error.

    I fix it, to test the rest again. so my question anyone else the same problem?

    In file included from ../../../src/game/AuctionHouseBot.cpp:1:

    ../../../src/game/AuctionHouseBot.h:320: error: expected â,â or â...â before â*â token

    ../../../src/game/AuctionHouseBot.h:320: error: ISO C++ forbids declaration of âItemâ with no type

    ../../../src/game/AuctionHouseBot.cpp:70: error: prototype for âvoid AuctionHouseBot::SetPricesOfItem(const Item*, AHBConfig&, uint32&, uint32&, uint32&, e_ahb_quality)â does not match any in class âAuctionHouseBotâ

    ../../../src/game/AuctionHouseBot.h:320: error: candidate is: void AuctionHouseBot::SetPricesOfItem(int)

    ../../../src/game/AuctionHouseBot.cpp: In member function âvoid AuctionHouseBot::addNewAuctions(AHBConfig&)â:

    ../../../src/game/AuctionHouseBot.cpp:145: error: no matching function for call to âAuctionHouseBot::SetPricesOfItem(Item*&, AHBConfig&, uint32&, uint32&, uint32&, e_ahb_quality)â

    ../../../src/game/AuctionHouseBot.h:320: note: candidates are: void AuctionHouseBot::SetPricesOfItem(int)

×
×
  • 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