Jump to content

VladimirMangos

Members
  • Posts

    2813
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by VladimirMangos

  1. in continent with big chance anything like works as area pulse effect from boss casted spell.
  2. system not created for like cases
  3. SetInCombatWithZone for contient, lol. I not think that you want set all players in map in combat And this implemented in diff way recently: Need set extra flags for boss in DB creature_template CREATURE_FLAG_EXTRA_AGGRO_ZONE = 0x00000200, // creature sets itself in combat with zone on aggro Ofc, work only in dungeons. But if see some cases where you think IsDungeon not appropriate. Points to it directly i can review this cases.
  4. GIT must be optional after last revs fix. Or it missing still problem in cmake generation? I meaning: GIT not found error can be ignored. And it don't must affect cmake generation continue. I have installed in normal way CMAKE tool 2.8.2 (with enabled option at install add it to path) and VS80/VS90/VS100 and tool fine find VS100 as preffered VS version and work. Ofc, need run .bat form cmd.exe command line and from current mangos dir
  5. GI must be optional after last revs fix. Or it missing still problem in cmake generation? I meaning: GIT not found error can be ignored. And it don't must affect cmake generation continue.
  6. Really strange...
  7. Do you have Visual Studio (any version) installed? Look like cmake can't find Visual Studio C++ compiler (cl.exe)
  8. deleted 'build' dir in sources (it created by cmake run) and re-run CreateProjects.bat (better form cmd.exe window for see results of execution.
  9. Hmm, ok, never see like problem...
  10. currently .additem command not support this but possible good add like functionality later. Only way currently is edit item data in DB, or use ".debug item mod" command. I not rady currently do search req. args and values.
  11. If they have personal permanent binds to instance this is possible and correct. This is not related computer speed or bugs... if you want you can recet buinds for seelcted player: .instance unbind all (with selected player)
  12. Coolfox, forgot about autoconf/configure (its NOT used in mangos build anymore) and read above how now must build mangos.
  13. Mangos One also use cmake from [s0827] revision.
  14. in core/sd2 code its must be fixed instead hide.
  15. At windows recommented use old VS sollution files in win dir. This specially noted in news post. Als om news post described way how use cmake way if you want. But this experimental feature for windows platform mangos build.
  16. build project INSTALL in sollution
  17. about non VS build at windows: main reason that it directly disabled is existing in mangos code expection "Windows" == "VS build". You can remove related check in mangos root dir CMakeLists.txt but you will need fix related code problems for make mangos buildable by non-VS compiler. I also not sure how hard make packages in dep dir build at windows not by VS Ofc, if you will have some good loking fixed for this Windows==VS-buld limitaiton for code parts will be nice see its as patches in under review section.
  18. In [11176]. Thank you. Ok, if drop rev guards, then yes, most sql updates expected possibility re-apply if possible write in this way (if not modified table structure other limitaitons). But postily DELETE used for make sure drop custom conflicting data or old versions. For mangos_string this is specially important because old data (localizations for example) can use different %s entries in string and this can be sources of crashes. And yes, mostly like queries tested in this way, just becase while developed its applied many times without guards and later applied single time for normal DB update case with guards as any users do it. Ofc, sometime possible wrong cases pass as in discussed sql update...
  19. qsa already has been invited to #mangos in past (Year ago?) This is his choice ignore this. I not think that amount posts in forum and irc is strong requirement for team membership. Main question that we must answer when invite someone: is we can trust him allow do pushes to repo by self. So is candidate can by self make right choice what doe with planned repo chnages (do it, not do it, discuss with otjet team members who work in this project area for additional info and ideas). I think cipherCOM can be trusted in this part. Maybe he not very active at forum/etc but i personally have lot discussions with him in time cmake preparing.
  20. i think cmake can be download and build wihtput wait distro update. I do this for FreeBSD just because not have installed and not have root access for install package and not have fast way ask admin install package. So i am just build to user dir and provide path to it.
  21. Read at sd2 forum. This nto related to core.
  22. assert placed in places wher if not crash then will something really wrong happens later. Or you crash anyway... So disable asserts you just increase chance DB corruption and etc.
  23. I test sometime ago and it work fine. Big chance this is wrong data in used DB (possible custom modification in DB, because UDB as i know have correct data).
  24. I can confirm that under windows std. git package not like non-strict-latin or space-including path to git repos.
×
×
  • 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