Jump to content

VladimirMangos

Members
  • Posts

    2813
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by VladimirMangos

  1. Yes, what meaning: version of translation or translation of version
  2. Only can add to prev. post: this is not first time when Network graph service updated with time lags. I remember that this happence from time to time starting from first days when i look at its. Nothing really important affected by this...
  3. Already fixed in 0bd3c8f3f5fb78e41a4491ac3c5e9b7097461a3b.
  4. And how this related to mangos? Mangos allow like items existance at server at this moment. All other probelms not mangos related.
  5. ?? showed by client by _own_ initiative, all wishes you can send to client creators.
  6. In [7881] i add alternative way to check affected spells with proper at loading errors if DB data not provided + some related cleanup code. Anyway thank you for original patch providing
  7. In generic way correct. But need also make support error ouput for DB creators about absent data as done for other cases (IsLootCraftingSpell). And maybe attempt generilize checks for like spells with this effect but random result.... I look at this currently... Bad side, i not see generic check possibility
  8. In fact yes, but this kill finally custom items. I not think that all will happy with it.
  9. I will fix but note: 1) absent loading check for proper values 2) useless have zone/area different values. From area ids point this same check, just need get both value by single function call... [adeed]In [7863] with described changes.. Thank you
  10. No problem, main result is progress abd better mangos work
  11. Patch in 6d5678f21198734b4edcff6a9b29f1f984bc19f5 (next after [7860]), sorry, forgot add revision unmber )
  12. I not find original post at mangos.ru (a.k.a getmangos.ru). Please provided URL to original post/thread in like cases. I move it to another section...
  13. In [7842]. Thank you.
  14. It not generate threat, i not see by code wher it can...
  15. Indeed, nice in fact need only ine float cast add to first / arg. In [7840]. Thank you
  16. It already work in console. Make sense. Done in [7839] but wil still limitation to currently online player. Also .reset commands allowed in console now.
  17. Indeed. If back to original topic i can post irc logs from past duscussion to make topic complete. For team members not take part in it. Is this need?
  18. No. Maybe Sd2 dependent from mangos core but mangos core itself not have any dependences from SD2. Can exist many script libraries and SD2 isn;t something unique in this terms. And you can start mangos server with any like script library or with default builtin mangos core script DLL. This will only affect small amount creatures/items and GO (and mostl instances ofc) work.
  19. they? This is optimization by speed chnages. for example we need check distance less 5 to target. GerDistance() < 5 is same (if drop details) as sqrt(x*x+y*y+z*z) < 5 IsWithin(..,5) is same as x*x+y*y+z*z < 5*5 Second version lot more faster in result avoid call sqrt function.
  20. Hmm, possible, but until this not proved as core bug better discuss this at more appropriate forum....
×
×
  • 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