Jump to content

VladimirMangos

Members
  • Posts

    2813
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by VladimirMangos

  1. In [7249]. Thank you [added]Grr... write wrong author, sorry
  2. In suggested version you not correctly swap bags in case bank bags, also not do many expected checks. Also patch not supported swap (with item exchange) at drop non-empty equipped bag at empty non equipped bag. Not sure is last case need support but for swap, why not ... I currently change suggested code to resolve this problems or limitations. [added]Patch with some req.changes in [7228] and in mangos-0.12. Thank you Please post patches to under review section instead this if you expect its review and adding to mangos sources.
  3. I not sure that like rename will make table name more clear.... this tabke seelcted by (account,realm) pair infact....
  4. In [7218] Thank you Please post parches in to Under review section.
  5. this is account related BUT for specific realm, not afor account at all realms.
  6. We will continue apply some patches, mostly crash/bug related to mangos-0.12 branch.Ofc, for code that not too different from master branch case.
  7. This is monor client update switch. You need update DBC files. Also strongly recommended update map/vmas (in 3.0.8 added some zones). Tags will be added for simplify find last 3.0.3 supported commit
  8. Thank you for patch providing but it will not work in suggested form, Fixedversion added into http://github.com/mangos/mangos/commit/19dd74679ffeafd870f409b1dfd27737eb49f14d
  9. Patch added into bb64679e0b939d2ffd22a61d2688daacd87e4f84 Thank you
  10. It not identical but similar.So i not think this case authorship replace/etc. I think it created independently. Thank you for your patch ofc. Possible i not see your patch in past by some reason. I not have time for read all threads at forum. And like cases possible. So i add patch what i see. Note: i originally found version at mangos.ru and only later found same patch at getmangos.eu. [added]Now i understand why i not see your patch early. You place it into "Code modification" section and mostly not look in this section by absent time reason. This section mostly for custom changes not ready or not appropriate for adding to offical mangos sources.
  11. I make code have more explictly percent apply and add check for prevent cast time "push forward" In [7183] Thank you
  12. I test at master branch (3.0.3) I test another seetings instead drop line in Finalize, but always have same effect: normal walking (not run) after flight. '/' enable run after this correctly.
  13. Patch base at mangos.ru version added in [7174] and mangos-0.12. Thank you
  14. function used not only for player names, but also for pet names and charter guild names player names always before this function call converted in form "Name" pet and charter not converted. But patch incorrect: name is utf8 string and like code will only work with latin1 symbols [added]In [7166] i add version with proper utf8 support base at your original idea.
  15. It will same as 4, and 4 level meaning: allowed only from mangosd console. For adding new levels you need modify 1) enum AccountTypes { SEC_PLAYER = 0, SEC_MODERATOR = 1, SEC_GAMEMASTER = 2, SEC_ADMINISTRATOR = 3, SEC_CONSOLE = 4 // must be always last in list, accounts must have less security level always also }; 2) update `command` table and some options setting to new values for std. case (for example if admin now 5 then need update from 3 -> 5, etc 3) carefully check code where SEC_* constants used in checks to add support and update checks for new levels.
  16. Patch added in [7160] Thank you Sorry for long delay but this all required many chnages in learn/unlearn system, maybe not always only for added patch support but for related functionality.
  17. this will need rewrite current way of entry point store for BG. And battlemaster point not exactly point where player stay at teleport
  18. Thank you for link Meaning same as if char == singled char then int32 i = (char)(-1) will be -1 (sing bit extended for all high bits of int) (0xFFFFFFFF) but int32 i = (unsigned char)(-1) will be 256 (0x000000FF) And this meaning that your original patch is correct. In [7157] Thank you
  19. so remeber entry position required. Another question: character at disconnect still in world sometime. and player have time for reconnect to and continue fight. Is at BG character can be removed from world and then reconnected, or chaarcter still be in world until reconnection?
  20. Working? For me always reset to slow walk mode after taxi finish. Without this change run with walk animation, with change it walk in "normal" mode.
  21. yes, and can be used if someone want this working (from player point at least)
  22. Maybe. But note that exist 3 auction types. So 3 items. Or 1 item with 3 npc spawn.
  23. Only way spawn auctioner everywhere Auction work in different way from bank.
×
×
  • 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