Jump to content

kich0

Members
  • Posts

    144
  • Joined

  • Last visited

  • Donations

    0.00 GBP 

Everything posted by kich0

  1. I doubt that anyone will write it for you...
  2. kich0

    Donation

    one *typo* in your post - MaNGOS is not emulator.
  3. news : patch is working but will never get accepted because of hack implemendation
  4. Kill Command http://github.com/pasdVn/mangos/commit/b98ea32784f2d4ef7e73c5e0acc1efb1a86523f5 Focused Fire proc on Kill Command : http://github.com/pasdVn/mangos/commit/6273b01797a511d35e1b1a61b4c5cf565269700b
  5. you need to have your own working git repository to do merge but before merger you must commit & push all custom changes.
  6. yeah i just done that few mins ago...patches shouldn't be different - if anyone's interested in my vehicle branch http://github.com/kicho/vehicle/commits/master
  7. people... if automatic way fails...there's always a manual one ...
  8. you manually add/remove lines on your MaNGOS source
  9. no need to change anything in code...just change command level in command table in your world database.
  10. might recommend insider42's branch for various fixes
  11. because you patched wrong...works with 8756 ...
  12. I remember players using /e as role or /roll 90 100 which rolls only between 90&100...
  13. why don't you check link hunuza posted you on page one.
  14. SpelllAuras.cpp @@ -6552,6 +6552,10 @@ void Aura::PeriodicTick() pdamage = pCaster->SpellDamageBonus(m_target, GetSpellProto(), pdamage, DOT, GetStackAmount()); + // Death Knight Diseases AP Bonus + if (GetSpellProto()->Id == 55095 || GetSpellProto()->Id == 60950) + pdamage+=pCaster->GetTotalAttackPowerValue(BASE_ATTACK)*0.055; + // Curse of Agony damage-per-tick calculation if (GetSpellProto()->SpellFamilyName==SPELLFAMILY_WARLOCK && (GetSpellProto()->SpellFamilyFlags & UI64LIT(0x0000000000000400)) && GetSpellProto()->SpellIconID==544) {
  15. SD2 and ACID (EventAI) are both scripting projects for MaNGOS
  16. git init git remote add origin git://github.com/mangos/mangos.git git pull origin 320
  17. yeah this is reallly annoying old bug
  18. I might add classic 1.12 branch by Vladimir -> http://github.com/VladimirMangos/mangos-06
  19. your Db revision doesn't match your MaNGOS rev...apply all needed sql updates..
  20. for npcs,quests,items...you need database....try http://www.udbforums.org/ or http://project-silvermoon.net/
  21. make sure u have WotLK...3.0.9 isnt wotlk neccessary...also make sure u enable wotlk on your account (on console type: account setexpansion name 2)
  22. yeah thanks...I didnt tested it cuz I am not able to setup MaNGOS atm on my pc...did rewrite in 2 mins should work now...
×
×
  • 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