Have to run this and see how we go. Thanks alot for the hard work you put into this.
Have to run this and see how we go. Thanks alot for the hard work you put into this.
Ist eigentlich ganz gut zu gebrauchen....aber.....
- Arbeit mit ca 12 anderen addon NICHT zusammen
- hat lags wie die sau 3-4 sek wo der char einfach gar nix macht ausser autohit
- während des BG Arena setzt das Profil einfach aus wi er absolut gar nix mehr macht
- mach brauch ca 5-10 relogs und neustarts von WoW und PQR um es ein RBG/Arena richtig nutzen zu können
Sehr überarbeitungswürdig!
keep it civil guys or leave this forums please.. Noone bothers listening to idiots making up false suicide rumours, we certainly don't want those kind of people here.
NOT A DISCUSSION, DO NOT BOTHER COMMENTING OR DISCUSSING THIS! It is simply just how it is.
Last edited by KuRIoS; 11-02-2013 at 01:22 PM.
Deleted a bunch of retarded comments again.
Do NOT start this flamewar again. Consider this a final warning.
Does he have a "wishlist" of things that he want's completed?
Naturally I shouldnt have used such language, but remember that we have to deal with the tonnes of reports from kids like failroad/bgreen, who was the one making the accusations and the one that complained about the language I used. So I must have hit a nerve![]()
hey, can u try this? Just a warning, I've never done lua before
under "local disarmID" part, add this new part:
You can add other buffs if you want. Then, under "shouldDisarm(unit)" part, add this new function:Code:local disarmImmuneID= { 46924, -- Bladestorm 5277 } -- Evasion
Then, edit World of Warriorcraft_WARRIOR_Abilities.xml, on "-- Disarm --" part, add this under the line "and shouldDisarm(cTar[i]) ~= nil":Code:function isDisarmImmune(unit) for i=1,#disarmImmuneID do if UnitBuffID(unit,disarmImmuneID[i]) ~= nil then return true end end end
Code:and isDisarmImmune(cTar[i]) == nil
Guess this project is done? :\
If PartyKilla isnt updating the profile anymore. I can take a deep look into it and fix the current bugs for you guys. Just post everything detailed, and I will do it in the next days.
I hope the Mass spell Reflection can be used for protect my friend only when the enemy do CC on him?
should just delete the LUAs in Maspell part
andCode:for i=1, #reflectDMG do if UnitCastingInfo(unit) == GetSpellInfo(reflectDMG[i]) and UnitIsUnit("player",unit.."target") then local _, _, _, _, startTimer, endTimer = UnitCastingInfo(unit) local timeSinceStart = (GetTime() * 1000 - startTimer) / 1000 local castTime = endTimer - startTimer local currentPercent = timeSinceStart / castTime * 100000 if currentPercent > 45 and getHp("player") >= 60 then return true end end end end
edit Ability XML
anything else? give me some help~thank u~Code:-- Mass Spell Reflect -- if UseMass == true then for i = 1, #cTar do and for y = 1, #FriendlyTars do if UnitExists(cTar[i]) and MaspellReflect(cTar[i]) == true then if UnitIsUnit(cTar[i].."target",FriendlyTars[y]) and UnitCanAttack("player",cTar[i]) then _castSpell(114028) end end end
Last edited by wowmacro; 11-08-2013 at 06:03 AM.
If you want I can compile a list of things again when I get a chance, been working kind of heavily.
@Partykilla
I hope the Mass spell Reflection can be only used for protecting my friends when the enemy do CC on them in arena?what should i do?