Jump to content

zortbg

Members
  • Posts

    8
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

About zortbg

  • Birthday 01/01/1

zortbg's Achievements

Newbie

Newbie (1/3)

0

Reputation

  1. Thank you, yad02 Will test it as soon as possible! I was wondering - with the BotInvite and BotinviteArena commands - can i invite my account bots as well ? I mean - except the other ones that are scripted and running around, can i invite my own that i've created in my account (like in the standart Playerbot) ? Thank you very much in advance for your response!
  2. Edit: Managed to get in DEBUG mode for the AHBot and found out some answers ) @ EARTHWALKER: the variable type for that one is BOOL so it's either true or false (1 or 0) so 6 doesn't have any effect. If someone is interested: Currently i managed to make the AHBot to buy all i put in there with increasing the AuctionHouseBot.Alliance.Price.Ratio = 200 AuctionHouseBot.Horde.Price.Ratio = 2000000 AuctionHouseBot.Neutral.Price.Ratio = 200 and i play for the Alliance - therefore the sell prices for alliance and neutral items won't be affected but the Horde AH will buyout almost all. @ the author - big thangs for all the hard work you've done, i browsed around the code and looks very nice indeed By the way - sometimes even if 5000 chance for Buy / Bid is present - the action is not taken - any ideas why? Example: 1st Run: ( iknow current example is not with 5000 but seen the same results with chances 5000 and 2500) 2011-05-25 13:46:35 >> Horde buying ... 2011-05-25 13:46:35 AHBot > 1 items added to buyable vector for ah 6 2011-05-25 13:46:35 SameItemInfo size = 3203 2011-05-25 13:46:35 CheckedEntry size = 1 2011-05-25 13:46:35 =========================================================================== 2011-05-25 13:46:35 MaxPrice of Entry 12604 is 1200.0g. 2011-05-25 13:46:35 GamePrice buy=15.1g, bid=12.5g. 2011-05-25 13:46:35 Minimal price see in AH Buy=0g, Bid=0g. 2011-05-25 13:46:35 Actual Entry price, Buy=30g, Bid=25g. 2011-05-25 13:46:35 --------------------------------------------------------------------------- 2011-05-25 13:46:35 > LOOSE BUY! Chance = 500, num = 2740. 2011-05-25 13:46:35 --------------------------------------------------------------------------- 2011-05-25 13:46:35 > LOOSE BID! Chance = 2, num = 508. and 2nd run 1 minute later : 2011-05-25 13:48:35 >> Horde buying ... 2011-05-25 13:48:35 AHBot > 1 items added to buyable vector for ah 6 2011-05-25 13:48:35 SameItemInfo size = 3222 2011-05-25 13:48:35 CheckedEntry size = 1 2011-05-25 13:48:35 =========================================================================== 2011-05-25 13:48:35 MaxPrice of Entry 12604 is 1200.0g. 2011-05-25 13:48:35 GamePrice buy=15.1g, bid=12.5g. 2011-05-25 13:48:35 Minimal price see in AH Buy=0g, Bid=0g. 2011-05-25 13:48:35 Actual Entry price, Buy=30g, Bid=25g. 2011-05-25 13:48:35 --------------------------------------------------------------------------- 2011-05-25 13:48:35 > WIN BUY! Chance = 500, num = 487. 2011-05-25 13:48:35 --------------------------------------------------------------------------- 2011-05-25 13:48:35 > LOOSE BID! Chance = 2, num = 2215. 2011-05-25 13:48:35 --------------------------------------------------------------------------- 2011-05-25 13:48:35 >>>>>>>>>>>>>>> Entry 12604 buyed at 30.00g! <<<<<<<<<<<<<<< Current chance setting in the ahbot.conf is 1 for all faction chances of Buyer.
  3. Emulating so many connections and characters online requires CPU, i haven't tried blueboy's PlayerBot, but this one really fancies me I'm stalking at the bots in the big cities and make Honor kills for good Did anyone have positive experience in battlegrounds with the bots? Haven't tested it yet? Thumbs up for the author!!! (Thanks button clicked!!!)
  4. Well, depends on what machine you're running the server on. For me it's also lagging but it's bearable. Running with 40 bots on laptop with 4GB RAM, 2GHz CPU, nVidia graphics 512MB. You can poke around with the graphic settings and maybe with the events.....lower event count - low CPU usage. Also - how much processes are running on your machine? If too many with HIGH priority - it leaves a little for the MANGOS. I hope this helps )
  5. @ toni1883 Can you please profide info about the error you get? you can also use the repository with the DB of yad02 http://subversion.assembla.com/svn/em-datastore/MaNGOS/SQL/ (if you haven't) I did a new image using his repository and after some updates (mainly the maps and vmaps extraction via his exctractor - new version) everything was running fine. Paste some info about the error so that we can help.
  6. Not so long ago in a thread not so far away: "Buyer Update After some brainstorming i have decided to rewrite all code heart of buyer and make it more unpredictible." I edited my last post above, but just in case i'm reposting (sorry if i annoy someone). Please tell me how to make it predictable. I just want the bot to buy everything at any price i put to it.
  7. Thanks to EARTHWALKER for the swift response. I'm testing the option at the moment, another question if i humbly may ask: The AHBot takes some good time to send mail with the successfull Auction. the only parameters i've found probably related are: MailDeliveryDelay=90 in Mangosd.conf and AuctionHouseBot.Buyer.Recheck.Interval = 1 in AHBot.conf. is there a way to make the AHbot send mail and me to receive it faster? lets say ~1 minute after successful auction? I've set up those above as you see (90 seconds and 1 minute) but no joy so far. Thank you all very much in advance! Keep up the good work! Long live MANGOS and all the Developers )) Edit: An additional question: Guys i read the description of these parameters but still didn't get which exactly is better for better chance - lower or higher parameter: AuctionHouseBot.Buyer.Alliance.Chance.Ratio = 1 AuctionHouseBot.Buyer.Horde.Chance.Ratio = 1 AuctionHouseBot.Buyer.Neutral.Chance.Ratio = 1 EARTHWALKER - i modified the value you gave me - the price is not a problem now, just it doesn't buy every item i put in auction. i suppose it has something to do with those "chance" parameters. Any ideas?
  8. Hello, guys, i have a weird question - I have the AH Bot working OK, it's initialising OK, has all items - in brief it's a cutie. Is there any way to make it "buyout" any item i put into auction at any price i put it? Which settings i have to change? I experimented with the AH Buyer setup at the bottom of the ahbot.conf but no joy so far. Thank you very much in advance!
×
×
  • 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