Jump to content

xeross155

Members
  • Posts

    702
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by xeross155

  1. Yep, now we just need to make it work for other people, I suspect something is messing their core up that causes certain parts of the branch to not get applied or something
  2. My branch doesn't even use a query anymore when creating auctions, appears it isn't needed to get info from the database to create an auction.
  3. Kreegoth if you fixed it I'm interested in what you changed so I could perhaps add it to my branch.
  4. What area are you referring to ? If deleting it doesn't make it go away perhaps you deleted the wrong one, one thing you could try is reinstalling a clean database. If we fix it please donate the money to [email protected] Regards, Xeross
  5. @Skirnir: If you're interested in pissing him off go somewhere else, for now we need this damn patch fixed. @Earthwalker: My apologies for forgetting the cd command, my bad. @Kreegoth: Hmm ye I can't seem to reproduce it. @Everyone In Here Please create a ZIP/RAR/7Z/Whatever archive of your mangos git repository, the entire tree so not just the .git directory and please upload it somewhere and give me a link to it, please make sure you don't put any confidential data in it, not that I would use it but just as a general warning. Thanks for your attention, hope we can fix this. Regards, Xeross
  6. Yeh either saving them in a table through the server or saving them by using a soap request and an external script, seems the internal function seems faster.
  7. As it's not really needed to be saved in database perhaps a SOAP command to get them from the server ?
  8. Earthwalker once again the configuration settings in your mysql database are set to allow 0 items in the auction house by the ahbot, modify them to your likings. And with reading that I mean it sais how you should give me config/database info required to analyse. @Skirnir: ?, seems it created the mangos repository in C:/mangos/mangos there, so you'd have to enter that directory.
  9. Of course sticking to the standards that SD2 sets
  10. All I can think of is that you have a config variable that contains a wrong value (Should be UInt32 but is something else)
  11. Perhaps he has some real life issues we don't know about, I'm sure he'll make his return someday.
  12. Ye I'll try to debug it now. Works just fine, perhaps logging in on the ahbot account and entering the game with the ahbot character will fix it, other then that I'm out of ideas. What you could try is using my branch instead of merging (If you haven't done so already) git clone git://github.com/xeross/mangos.git git checkout -b ahbot origin/ahbot And compile that
  13. Yeh zor reworked some of the locking code now to fix a crash someone had, so it does need some more development but it's definitely heading the good way.
  14. @EARTHWALKER: You only gave me the table structure I need to have the content @UnkleNuke: It should work, but it seems everyone except me can't get it to work. @Kreegoth: Hmm I'll try another test run.
  15. Those errors are caused by using the update SQL it was originally part of AHBot when it changed structure but the new auctionhousebot.sql doesn't need it. Could you post the settings of the ahbot in both the config and the database that you have ? Thanks, Xeross
  16. Not atm, it wouldn't be too hard to fix it I think
  17. This is weird I don't know why it isn't working because it seems to work here.
  18. I have my modification working just fine, weird other people can't get it to work
  19. These are the config variables I have on my testserver, and they work, dunno what can be wrong, maybe your merge is messing up ? AuctionHouseBot.Seller.Enabled = 1 AuctionHouseBot.Buyer.Enabled = 1 AuctionHouseBot.Account = 5 AuctionHouseBot.Character = 2 AuctionHouseBot.Items.Vendor = 0 AuctionHouseBot.Items.Loot = 1 AuctionHouseBot.Items.Misc = 0 AuctionHouseBot.Bind.No = 1 AuctionHouseBot.Bind.Pickup = 0 AuctionHouseBot.Bind.Equip = 1 AuctionHouseBot.Bind.Use = 1 AuctionHouseBot.Bind.Quest = 0 AuctionHouseBot.ItemsPerCycle = 200 AuctionHouseBot.BuyPrice.Seller = 0 AuctionHouseBot.BuyPrice.Buyer = 0
  20. Good luck, but may I suggest using GIT please, it's way easier to maintain.
  21. As it seems multiple people are having troubles getting this new version to work I'm currently testing it.
  22. Actually writing it into a text file is faster then writing it into MySQL
  23. IMO you should use the default config system in MaNGOS instead of saving it in your own variabled.
  24. I don't like it either, if we were to implement another language I'd have it be Python.
  25. xeross155

    some pointers

    You use pointers for things like objects primarily to reduce memory usage, and perhaps big strings, etc. it's your choice really.
×
×
  • 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