Jump to content

ifilgud

Members
  • Posts

    38
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

ifilgud's Achievements

Advanced Member

Advanced Member (3/3)

0

Reputation

  1. Hi! I've tested the patch with revision 11392 and it doesn't apply. In many files it asks for "Reversed (or previously applied) patch detected! Assume -R? [n]" and many other hunks just fails. I saw some changes in "git log" about static vehicle spawns, but I don't know if it is related to this patch (I think it isn't). If you want, I can paste the result of a --dry-run patching.
  2. Hi! I have updated to the code to latest with 'git pull' (last commit: a8d1da629087b07705ce3c6b3ea3199c9fde2b5a) and I'm getting this error: [ 23%] Building CXX object src/game/CMakeFiles/game.dir/Level2.cpp.o In file included from /home/beto/mangos/fuente/src/game/Opcodes.h:32:0, from /home/beto/mangos/fuente/src/game/Unit.h:24, from /home/beto/mangos/fuente/src/game/Creature.h:23, from /home/beto/mangos/fuente/src/game/ObjectMgr.h:26, from /home/beto/mangos/fuente/src/game/Level2.cpp:22: /home/beto/mangos/fuente/src/game/WorldSession.h:51:6: error: use of enum 'LfgType' without previous declaration In file included from /home/beto/mangos/fuente/src/game/Opcodes.h:32:0, from /home/beto/mangos/fuente/src/game/Unit.h:24, from /home/beto/mangos/fuente/src/game/Creature.h:23, from /home/beto/mangos/fuente/src/game/ObjectMgr.h:26, from /home/beto/mangos/fuente/src/game/Level2.cpp:22: /home/beto/mangos/fuente/src/game/WorldSession.h:235:35: error: 'LfgType2' has not been declared LfgType is declared in Player.h but the reference in WorldSession.h is not working. I don't know how to solve the bug so I'm writing the post here without giving a solution, sorry. I did 'git reset --hard' before compiling so it's not caused by custom patches. Thanks in advance!
  3. I have the same questions as Vapula because I compiled with: cmake .. -DDEBUG=1 -DPREFIX=/home/user/mangos/ -DSYSCONFDIR=/home/user/mangos/etc/ -DDATADIR=/home/user/mangos/data/ And the .conf files are not setting data folder, it's set to "." instead of /home/user/mangos/data/ sysconf folder is the right one, but maybe because of the default settting is "prefix/etc"
  4. Another bump Any new info? The talent is still not working (wont let you use Execute if target's health es > 20%).
  5. I've deleted the content of the post because it wasn't right
  6. The reason might be what Ankso commented, maybe every proc disables stealth, negative or positive procs I'm still searching inside the code
  7. Hi! I've been trying to find the exact code that removes Stealth when you are healed but still no results. I'm searching for "RemoveSpellsCausingAura(SPELL_AURA_MOD_STEALTH);" but is there any other way to get you out of stealth? PS: I don't know why the literal SPELL_AURA_MOD_STEALTH is showing an space at the end, but I'm pasting it as one word
  8. ifilgud

    [BUG]Vanish

    Maybe wrong topic?
  9. ifilgud

    [BUG]Vanish

    I made exactly that change in my server as a temporary fix until the MaNGOS team applies the final solution
  10. ifilgud

    [BUG]Vanish

    Can a triggered Spell be casted while in combat without being previously checked by the client? If it cant, the commit can be changed so the IF in Spell.cpp (checkCast function) may also include m_triggeredSpell, solving the problem
  11. ifilgud

    [BUG]Vanish

    I'm searching for the possible reason, and I think it is caused by the commit Flemzard said. Spell effect 18461 casts spell 1784 which can't be cast on combat so the cast fails. Maybe a special case is needed for spell 1784 or maybe that spell should be casted after getting you out of combat.
  12. Oki, so many spells are handled in a generic way using data from dbc and there are no specific cases for them, that's what I needed to know Thanks
×
×
  • 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