Jump to content

mfour

Members
  • Posts

    34
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

mfour's Achievements

Advanced Member

Advanced Member (3/3)

0

Reputation

  1. Xeross, could I ask you to update you ahbot branch to the last mangos rev 9691, before the change over to client 3.3.3a? That would really be awesome if you could do that.
  2. Yup checked it, only differences were a few spaces. @ Xeross: I have no clue about C++, but that is the only difference between your files, and his. I change absolutely nothing else. Maybe this could help DOWNLOAD NOW! That indicates the output from WinMerge PS: Was just wondering, maybe it is only one or two of those "bool" statements that need to be included, and not all of them?
  3. Using Xeross's repo (9652) it works for me only when using Kreegoth's two files. I used Winmerge to find what is different between the two sets, and besides spaces, the only text/code that was in Kreegoth's AuctionHouseBot.h file and not in Xeross's, was the following: Kreegoth's Xeross's bool AHBSeller; bool AHBBuyer; bool BuyMethod; bool SellMethod; bool debug_Out; bool debug_Out; bool Vendor_Items; bool Loot_Items; bool Other_Items; bool No_Bind; bool Bind_When_Picked_Up; bool Bind_When_Equipped; bool Bind_When_Use; bool Bind_Quest_Item; That bit is right at the end of the file, which must be the bit making the difference?
  4. I'll try and get something for you this evening, or by tomorrow morning (on GMT+2 time).
  5. That is what I have done, it is rather strange. By all counts it should work, I'll keep tinkering.
  6. I double checked my settings with yours Xeross, but problem remains. I am clueless here. I have tried it with a character from my previous AHBot (client 3.2.2a) with no luck. I also tried it on a completely fresh DB, with a new character, but still no luck, sadly.
  7. Ah I see, no don't have that prob. I can't find the problem, everything looks as it should be, AHBot compiles, and loads fine in consol. Items are shown as loaded, a new bot character was created, logged in, logged out, changed config to accomodate the char GUID and Acc, restarted server, but no items. Thanks for your efforts, much appreciated
  8. I have made the changes in the config from your repo, so that is all good. What do you mean with double config settings?
  9. Ok thanks. I have gone over the settings many times to no avail, but I'll keep looking.
  10. If I may ask, how long before the AHBot items show up in-game after the server has started? In console it shows that AHBot is loaded, with numerous items, but in-game the AH is empty.
  11. Any news on this, on rev 8993 flight form is still bugged.
  12. Core: 8840 + SD2 1504 DB: UDB 385 This crash happens as soon as someone goes into Orgrimmar. If compiling without SD2 the problem goes way. I have posted in SD2 forum as well. Revision: * * 8840 * Date 21:11:2009. Time 7:16 //===================================================== *** Hardware *** Processor: Intel(R) Core(TM)2 CPU 6400 @ 2.13GHz Number Of Processors: 2 Physical Memory: 2093952 KB (Available: 1125276 KB) Commit Charge Limit: 4194303 KB *** Operation System *** Microsoft Windows XP Professional Service Pack 3 (Version 5.1, Build 2600) //===================================================== Exception code: C0000005 ACCESS_VIOLATION Fault address: 05D908AC 01:0011F8AC C:\\MANGOS\\MaNGOSScript.dll Registers: EAX:00000000 EBX:774BD9B8 ECX:00000000 EDX:00000000 ESI:0002BDD0 EDI:00000000 CS:EIP:001B:05D908AC SS:ESP:0023:05F24E38 EBP:05F24E4C DS:0023 ES:0023 FS:003B GS:0000 Flags:00010202 Call stack: Address Frame Function SourceFile 05D908AC 00000000 ?getFirst@?$RefManager@V?$GridRefManager@V?$NGrid@$07VPlayer@@U?$TypeList@VPlayer@@U?$TypeList@VCreature@@U?$TypeList@VCorpse@@VTypeNull@@@@@@@@U?$TypeList@VGameObject@@U?$TypeList@VCreature@@U?$TypeList@VDynamicObject@@U?$TypeList@VCorpse@@VTypeNull@@@@@@@@@@V?$SingleThreaded@VPlayer@@@MaNGOS@@@@@@V?$NGrid@$07VPlayer@@U?$TypeList@VPlayer@@U?$TypeList@VCreature@@U?$TypeList@VCorpse@@VTypeNull@@@@@@@@U?$TypeList@VGameObject@@U?$TypeList@VCreature@@U?$TypeList@VDynamicObject@@U?$TypeList@VCorpse@@VTypeNull@@@@@@@@@@V?$SingleThreaded@VPlayer@@@MaNGOS@@@@@@QAEPAV?$Reference@V?$GridRefManager@V?$NGrid@$07VPlayer@@U?$TypeList@VPlayer@@U?$TypeList@VCreature@@U?$TypeList@VCorpse@@VTypeNull@@@@@@@@U?$TypeList@VGameObject@@U?$TypeList@VCreature@@U?$TypeList@VDynamicObject@@U?$TypeList@VCorpse@@VTypeNull@@@@@@@@@@V?$SingleThreaded@VPlayer@@@MaNGOS@@@@@@V?$NGrid@$07VPlayer@@U?$TypeList@VPlayer@@U?$TypeList@VCreature@@U?$TypeList@VCorpse@@VTypeNull@@@@@@@@U?$TypeList@VGameObject@@U?$TypeList@VCreature@@U?$TypeList@VDynamicObject@@U?$TypeList@VCorpse@@VTypeNull@@@@@@@@@@V?$SingleThreaded@VPlayer@@@MaNGOS@@@@@@XZ+5456404065737072
  13. Have a look in your mangos.conf file, find this line: "MinLevelForHeroicCharacterCreating = 55" That determines what level your DK start with, in this case the "=55" indicates it starts on level 55.
  14. Very interesting guys, thanks a lot. So from those test clearly it is not just a case of "less is more" or "bigger is better". From both your tests (Freghar and Cyrex) it seems that compression = 1 is the way to go, and will give the lowest latency to players, but consume more bandwidth. However, as freghar suggested I think a good compromise is indeed a compression setting of around 4. Brialliant, thanks again guys.
  15. I think it depends on your system specs. The way I understand it is; the higher the compression ratio, the more the packets are squeezed into a smaller packet, which in turn can de transmitted more quickly to the client, creating less lag. However, in order to do this the server PC will need more CPU power to do the compression, and could therefore actually increase your latency if the CPU is allready running at it's limits. Hmm I could be quite wrong, but that is how I understand it.
×
×
  • 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