Jump to content

tyrael

Members
  • Posts

    127
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by tyrael

  1. u need to get scriptdev2 git first not mangos git... there in script\\northrent\\icecrown... etc u will find it Respect
  2. well...Xfurry said recently that after he finish his job with some stuff planned for scripts, he will reupdate that and why not get it for review
  3. Cupcake good catch
  4. one of the improvements about this project if I can add, will be VladimirMangos:D I am praying to God that he will return! Respect
  5. updated first post
  6. The problem is that the EmoteText from scripts side are not sent to chat if the target is 50 yards far away from the boss... For example: Get the buru patch from sd2 forum and go with your char at the farest egg from buru... u will see that he will start chasing u but no emotetext... Now, go to middle eggs or those who are closer and u will see that buru will say his text emote if u are closer. Respect
  7. even with the disrespect of flaming this thread I must call this up: "VladimirMangos, u must come back... don't let us die... it is u who kept the real pilons of this project over the year and it is your who shall revitalize it once again. It is you who can make mangos lead over trinity and mangosr2 with great features and awesome improvements to this wonderfull project. In this times, when everyone is complaining of mangos steping back with the project, u can rise up and make the impossible, possible... call for aid all the mangos developers, get back to life this project..." We were many but now we are few... somebody need to take the lead Vladimir... I don't see much TheLuda in the service of mangos ... only schomoozed, xfurry, patman and silverice somewhere behind the desk. Vladimir think about all the wonderfull moments we spent together as a community, think of the achives we had over the milestones! Think that u can get us in line... This project need a leader... Respect
  8. update first post with info
  9. try to use DoResetThreat();
  10. ya.. I know..today I installed a pretbc server and midnight boss from kharazan showed me that he doesn know that flag ...
  11. in creature.cpp if (selectFlags & SELECT_FLAG_IN_MELEE_RANGE && !CanReachWithMeleeAttack(pTarget)) return false; ++ if (selectFlags & SELECT_FLAG_NOT_IN_MELEE_RANGE && CanReachWithMeleeAttack(pTarget)) return false; in creature.h SELECT_FLAG_IN_MELEE_RANGE = 0x040, SELECT_FLAG_NOT_IN_MELEE_RANGE = 0x080, thank you
  12. In buru script it is need this spells that must 2 3 things: 1. Dmg boss 2. Dmg near pTagets 3. Remove speed aura from boss // Egg Explosion case 19593: { if (m_removeMode == AURA_REMOVE_BY_EXPIRE) target->DealDamage(target, target->GetHealth(), NULL, DIRECT_DAMAGE, SPELL_SCHOOL_MASK_NORMAL, NULL, false); target->RemoveAurasDueToSpell(1834); target->RemoveAurasDueToSpell(1557); return; // damage = int32(unitTarget->GetMaxHealth() * 6.0f); // Egg will dmg boss for 6% of his health...radius missing // damage = int32(pTarget->GetMaxHealth() - 500); // just my guessing that egg will dmg for 500 } ToDo: * Check if creeping plague is resisted by immunity auras Questions: 1. how can I set the dmg radius for the first part of spell? Thank you!
  13. so what can be done about that? create a custom anti hack patch?
  14. I believe that would be best for this forum to clean from time to time what is not needed anymore
  15. was this implemented? or news?
  16. also u can add - Extend Creature Linking patch to guid
  17. any news bro? this site is on fire... I love it so badly
  18. uu touching..need to test
  19. interesting it can work like a raid finder
  20. touching... can u share with me an example of how it can be used? I just understand from that features..but no examples
  21. I allways hear about the feature "Calendar"but I don't know what it involves that is so complex... I played on offi but I never realized the complexity or feature, beside of showing what event is current...what is next..etc Cheers
  22. well this is 10/10 website Thank you P.S. I can't be a dev but if u need testing just let me know
  23. can u post pls 1-2 ss?
  24. well 2 fast I would add I was hoping cataclysm would last longer...but I goes not
×
×
  • 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