-
Posts
2446 -
Joined
-
Last visited
Never -
Donations
0.00 GBP
Content Type
Bug Tracker
Wiki
Release Notes
Forums
Downloads
Blogs
Events
Everything posted by Auntie Mangos
-
What bug does the patch fix? What features does the patch add? This fixes an error when using .account onlinelist the error will popup that the column "realm" doesn't exist in the realmd.account table For which repository revision was the patch created? 9913 Is there a thread in the bug report section or at lighthouse? http://getmangos.eu/community/showthread.php?13901-Error-warning-when-using-.account-onlinelist Who has been writing this patch? Splash diff --git a/src/mangosd/CliRunnable.cpp b/src/mangosd/CliRunnable.cpp index 1f11037..549d578 100644 --- a/src/mangosd/CliRunnable.cpp +++ b/src/mangosd/CliRunnable.cpp @@ -483,7 +483,7 @@ bool ChatHandler::HandleAccountOnlineListCommand(const char* args) ///- Get the list of accounts ID logged to the realm // 0 1 2 3 4 - QueryResult *result = loginDatabase.PQuery("SELECT id, username, last_ip, gmlevel, expansion FROM account WHERE realm = %u", realmID); + QueryResult *result = loginDatabase.PQuery("SELECT id, username, last_ip, gmlevel, expansion FROM account WHERE active_realm_id = %u", realmID); return ShowAccountListHelper(result,&limit); }
-
http://getmangos.eu/community/showthread.php?3570-Little-Question-About-The-Connection-Client-Mangos&highlight=SRP6 http://getmangos.eu/community/showthread.php?5124-Authentication-protocol&highlight=SRP6 http://www.mangosclient.org/ http://getmangos.eu/community/showthread.php?10122-Protocol&highlight=protocol there was another one if i remember correctly but oh well
-
Just to clarify there is already a patch for this: http://getmangos.eu/community/viewtopic.php?id=10058
-
Well, i tried this some thousand(s) revs back, and tried it again (after reading all this) on a more recent rev: Setting the value to 60 seems to make auctions right (in Database), but they never show up in the client when visiting the auctionhouse. Same goes with a value of 30. (value 30: 24h auction: showing 720h expire time on mw-enhanced, wich sounds perfectly allright) Rev9765, sd2 1677, udb 390, acid 3.0.4, win xp 32 bit, release. (i know i gotta update, but imho won't change anything on this matter) No ahbot, no ah-addons whatsoever. It would be wonderfull to get this working on a very low-population server, that isn't using ahbot. Is this a client limitation? And if so, any way around it? Any advice is much appreciated. This sounds like much the same: http://getmangos.eu/community/showthread.php?14103-My-auctionhouse-isn-t-working-right-(No-mods-or-Bots)
-
XTZGZoReX test is need or not? I see that you revert you commit.
-
What bug does the patch fix? What features does the patch add? As we know blizz was replaced TARGET_IN_FRONT_OF_CASTER to target 104 for some spells. I make the same. It fixes "cone zone" for spells 120,31661,46968,47897,61391 and ranks For which repository revision was the patch created? 8765+ Is there a thread in the bug report section or at lighthouse? If yes, please add a link to the thread. http://getmangos.eu/community/viewtopic.php?id=10718 Who has been writing this patch? Please include either forum user names or email addresses. Me DOWNLOAD
-
Yes, that would be the bug I was referring to. I recently made a change to fix the far teleport problem, which now results in the bots being invisible in an instance. The CMSG_AREATRIGGER packet is used for near and far teleports which gets intercepted in PlayerbotMgr.cpp and then resent from the bot. This is similar to how I had a work around set up, except I had a delay in the UpdateAI code with a new botstate. This immediate resend of the packet makes the bot teleport immediately. Since there is no load time for the bot, the bot appears in the instance first. Basically, the master is not getting the packet updates that tell the client that bots are there. The master will always be the slow computer in reference to the forum thread. May be a good way to test it and fix it. I'll work on getting a branch created for the delay work around I did. Now, I'm feeling exceptionally guilty for not contributing as much recently. I'm still here though, just busier with RL.
-
Prove it. We never have banned any user for voicing his or her opinion. We only ban people who do not conform to our code of conduct. I do have almost three years of forum ban protocols to prove that, including the posts which have been the reason for the ban. As it stands, there are three reasons why we ban forum users: signatures and posts advertising the users public server. We have pretty clearly stated that we do not support public server owners here, since we do not want to get involved with this. violations of the code of conduct. You know, our rules have always been nothing more than us asking for sane behaviour, or - if you want to call it that - to behave in a manner that your grandmother would not feel ashamed if she knew what you just wrote. spam. Yes, I do ban ~ 10 to 15 spammers daily. Try the forum search, we haven't got a single spammer among our users, because I deleted them every day. This is the facts. Now, if you should for the next time feel the need to accuse us of the bad behaviour you can experience daily on the Trinity forums, try harder and bring the proof.
-
What bug does the patch fix? What features does the patch add? you can now have two auras of the same resistances, but only the highest value counts For which repository revision was the patch created? newest mangos 0.12 Is there a thread in the bug report section or at lighthouse? http://getmangos.eu/community/showthread.php?13143-Scrolls-Of-Different-Ranks-Stack-Together Who has been writing this patch? Please include either forum user names or email addresses. Me Final Version: http://github.com/insider42/mangos/commit/c09b9d101e70d05533544fdec5f7469474a338c7
-
This post - not useful for mangos inprovement! Please read this : http://getmangos.eu/community/showthread.php?7568-[Guide]-How-To-Post-A-Proper-Bug-Report
-
got one better here http://getmangos.eu/community/viewtopic.php?id=10609
-
thank you for working on this - also summoned GO by spell can be looted infinitly report archive http://getmangos.eu/community/viewtopic.php?id=9534&highlight=infinite
-
Test this and report your findings: http://getmangos.eu/community/topic/13557/mmaps-redux/
-
The patch works ok!
-
* What bug does the patch fix? What features does the patch add? This removes the 600 percent threat mod for some spells in DK's talent "Improved Frost Presence". If a character had skilled this talent, threat mod was also applied in Blood and Unholy Presence. Improved Frost Presence * For which repository revision was the patch created? 10951 * Is there a thread in the bug report section or at lighthouse? If yes, please add a link to the thread. We talked about that in my threat multiplier topic. Read from here: http://getmangos.eu/community/post/130260/#p130260 * Who has been writing this patch? Please include either forum user names or email addresses. Me. Thanks to Lynx3d and Vladimir for hints and explainations. Commit: https://github.com/x3n/mangos/commit/27a57f9840973e65d71fe15aa6d6104dfde4dbac
-
That is a Bash shell script. It appears what you need is an MS-DOS Batch file instead...unless you happen to have a Windows version of Bash installed on your system. Msysgit uses a modified Bash for what it does, but I'm not sure if it will work for this. I've tried using scripts in it with no success. A little over two years ago, someone released an executable utility called MaNGOS DB Updater. There have also been DOS batch files released before that were intended to clean and update your database. Try looking in the 3rd Party Projects section of these forums. You could also see if one of our resident SQL experts can cobble together a .bat file for you. Here's a Mediafire hosting link for the DB Updater... MaNGOS DB Updater.zip. It's a very small download of about 230kb and comes with source code for you to tinker with if you like. I forget the original author's name. It should work as-is, since the database format is largely the same now as it was then.
-
We need someone who wants to take care of the mangos-one core updates. Unfortunately Stfx isn't currently available for this anymore and the core really needs to be updated with the latest changes so it will work with the latest SD2 and TBC-DB. Thanks
-
as i remember i've already encountered this problem before at vmap_rewrite brach test for 3.3.3 client (when vmap 3 has been in development state) and solution for this problem looks like was the same as your patch, looks like they forgot to add it to the repo. http://getmangos.eu/community/viewtopic.php?id=13587&p=4 i didn't check this bug before post it, i just answer to your problem
-
sry wrong part or forum. i am posted my problem at: http://getmangos.eu/community/viewtopic.php?id=14599 Thanks for help !!!
-
http://getmangos.eu/community/showthread.php?9033-%5B8044%5D-Fishing-in-Dalaran&p=80206&viewfull=1#post80206 and updated to rev 9558 patch from this thread http://paste2.org/p/709210 I hope it will help you
-
What bug does the patch fix? What features does the patch add? fixes proc for 67356 For which repository revision was the patch created? 9619 Is there a thread in the bug report section or at lighthouse? If yes, please add a link to the thread. http://getmangos.eu/community/showthread.php?12818-[bUG]-Idol-of-Flaring-Growth Who has been writing this patch? Please include either forum user names or email addresses. me delete from `spell_proc_event` where `entry`=67356; insert into `spell_proc_event` values (67356, 0x00, 7, 0x00000010, 0x00000000, 0x00000000, 0x00000000, 0x00000000, 0.000000, 0.000000, 0);
-
Exactly the same problem.. Install TBB libs ... Here is a howto: http://getmangos.eu/community/showthread.php?12771-How-to-use-custom-ACE-and-TBB-libs-without-screwing-the-one-already-installed-on-your
Contact Us
To contact us
click here
You can also email us at [email protected]
Privacy Policy | Terms & Conditions

You can also email us at [email protected]
Privacy Policy | Terms & Conditions
Copyright © getMaNGOS. All rights Reserved.
This website is in no way associated with or endorsed by Blizzard Entertainment®
This website is in no way associated with or endorsed by Blizzard Entertainment®