Jump to content

Droidz

Administrators
  • Posts

    12431
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Droidz got a reaction from dirtyjobs in Casting twice   
    Hello, use "timer" option at your healers spells (your server have probably too much latency) (by sample, if your spell is cast in 2 secondes, put in "timer" option "2500" (=2.5 secondes))
  2. Like
    Droidz got a reaction from PierreDeRosette in Ajout d'un point dans la minimap   
    Salut
    // On supprime les anciens points (WRobot ne supprime pas les points automatiquement): wManager.Wow.Forms.UserControlMiniMap.LandmarksMiniMap.Remove("Nom de mes points de repère"); WoWUnit unitBoss = new WoWUnit(0); //... // On ajoute un boss wManager.Wow.Forms.UserControlMiniMap.LandmarksMiniMap.Add(unitBoss.Position, "Nom de mes points de repère", System.Drawing.Color.OrangeRed, 10);  
  3. Like
    Droidz got a reaction from saleh in Website upgrade   
    Hello, sorry I did get some problems during website upgrade but now problem is resolved.
    Regards.
  4. Like
    Droidz reacted to BetterSister in I wouldn't want to play either   
  5. Like
    Droidz got a reaction from iMod in [Wotlk] [Keyboard Hook] Couldn’t register the hot key.   
    Hello,
    You get this message (Couldn...) all the time? Even at the first WRobot start (after compturer (re)start?)
    If yes, this keybinding is used by another software. If this works only the first time, it is because you don't dispose it, add this code before the end of your code: 
    this._hookKeybindings.Dispose();  
  6. Like
    Droidz reacted to Pasterke in base framework C# for fightclasses   
    This is a base Framework in C# to develop a fightclass.
    Everything is named Test, just rename Test to Disc, Warrior etc ....
    I put some comments where needed.
    Imoportant : CastSpellOn can't be used on unfriendly targets because the protected status of the WoW API !
    Hope this is usefull :)
     
     
    frameWork.zip
  7. Like
    Droidz reacted to iMod in [Source] Rotation "Framework"   
    Hello, since i don't have that much time at the moment to play wow i will release my idea of a "All in One" rotation.
    Don't expect too much ;)

    iLoader:
    iRotationCore:
    BossList:
     
    Everything else i hope is selfexplain. It is just an idea and was a side project from me so i hope it is useful for someone.
    Greez iMod
    iRotation.zip
  8. Like
    Droidz got a reaction from Dashia in How to cancel the current cast?   
    Hello, like this: test Cobrashot.xml
    - Add spell "Cobra Shot" and put "False" at spell settings "Wait during casting".
    - Add spell "SpellStopCasting();" and put "True" at spell settings "Not spell, is lua script". Add condition "Me In Cast": "True" and "Is Spell Usabe" : "Kill Shot" , "True".
    - Add spell "Kill Shot"
  9. Like
    Droidz got a reaction from morris79 in Party Buffing   
    Hello, in you spell activate option "For friends (party)".
    When you use "For friends (party)", you need to use spell condition "Target..." (replace condition "Buff" by "Target Buff"), and check manually target distance (put spell range) with conditon "Target Distance". This option works only on product "WRotation" and "Party".
  10. Like
    Droidz got a reaction from BetterSister in Hunter's not using auto shoot   
    I have tested I comfirm than "no dx" option disable "auto shoot". I'll fix it (I comeback here when is done).
  11. Like
    Droidz reacted to Rickster in How to cancel the current cast?   
    Using "is Spell Useable" was not always triggering as it should, the ultimate solution is to use "is Spell Overlayed" in conjunction with "casting Spell Name" in the conditionals.
    ========= Conditionals =========
    is spell overlayed: Kill Shot, True
    casting spell name: Cobra Shot, true
    =============================
    That in addition to the LUA spell entries above:
    SpellStopCasting();
    SpellStopCasting();
    CastSpellByName("Kill Shot");
    It is working great!
    Thanks again,
    Rick
  12. Like
    Droidz got a reaction from colderpotato in TBC   
    Hello, sorry but I don't will release WRobot for TBC.
  13. Like
    Droidz got a reaction from wolerix in Profil pour woltk 3.3.5   
    Le produit "Automaton" restera dans la même zone (vous devez changement de zone manuellement). Avec le produit "Grinder", il est possible que le profil contienne plusieurs zone (WRobot change de zone quand le niveau de la zone actuelle est dépassé).
    Il est possible de vendre/réparer automatiquement avec les deux produits, il vous suffit d'ajouter le vendeur/réparateur a votre profil (ou dans la "NPC DB" onglet "Tools") et de configurer la vente/réparation dans les paramètre avancé (Advanced general settings).
     
  14. Like
    Droidz reacted to BetterSister in Items in mail   
    Alright so everyone put here your records of mails in mailbox after being a night or 2 away from home and leaving shit ton of items on sale at AH
    my:

  15. Like
    Droidz got a reaction from dida1990 in Snippets of LUA codes (for FightClass)   
    Get type of buff/debuff
     
    LuaScript:
    local name = GetSpellInfo(53817); local name, rank, icon, count, debuffAuraType = UnitAura("player", name); - you can replace player by UnitId
    - Replace 53817 by your spell id.
    Research:
    Magic or 
    Disease or
    Poison or
    Curse Var:
    debuffAuraType
     
    ps: to get buff/aura spell id you can use this script: http://wrobot.eu/forums/topic/1689-useful-scripts/?do=findComment%3Fcomment%3D8832
  16. Like
    Droidz reacted to Rickster in How to cancel the current cast?   
    Now we're cookin with gasoline!
    SpellStopCasting();
    SpellStopCasting();
    CastSpellByName("Kill Shot");
    Did the trick!
    Thanks
     
  17. Like
    Droidz got a reaction from eeny in MAX FPS setting.   
    Hello, if you can wait next update, the problem is fixed.
  18. Like
    Droidz got a reaction from HARAMMAN in Lua drink function (request)   
    Ok, wait next update, problem is probably caused by your server (in official wow server, this item use buff http://www.wowhead.com/spell=167152/refreshment , private server seem use http://www.wowhead.com/spell=434/food and http://www.wowhead.com/spell=430/drink )
  19. Like
    Droidz got a reaction from Brian in TargetBuffCastedByMe 3.3.5 Servers (Anyone who uses this please look at)   
    If in next update, you can tell me if "TargetBuffCastedByMe" is fixed.
  20. Like
    Droidz got a reaction from BetterSister in Lua drink function (request)   
    Ok, wait next update, problem is probably caused by your server (in official wow server, this item use buff http://www.wowhead.com/spell=167152/refreshment , private server seem use http://www.wowhead.com/spell=434/food and http://www.wowhead.com/spell=430/drink )
  21. Like
    Droidz got a reaction from saleh in MAX FPS setting.   
    Hello, if you can wait next update, the problem is fixed.
  22. Like
    Droidz got a reaction from AudreyH in TargetBuffCastedByMe 3.3.5 Servers (Anyone who uses this please look at)   
    In xml fightclass, you can use "C Sharp Code" condtion, in value put:
    If you want check if buff casted by your character is in target:
    wManager.Wow.ObjectManager.ObjectManager.Target.GetAllBuff().Any(b => b.IsValid() && b.Owner == wManager.Wow.ObjectManager.ObjectManager.Me.Guid && b.SpellId == 123456) (replace 123456 by your spell id).
  23. Like
    Droidz got a reaction from AudreyH in Bug in CurrentTarget.HaveBuff(84617)   
    Hello, like here: http://wrobot.eu/forums/topic/2866-targetbuffcastedbyme-335-servers-anyone-who-uses-this-please-look-at/#comment-13188 WRobot (and lua) retrun the first buff in the list.
    In C# code you can fix this problem with this code:
    if (wManager.Wow.ObjectManager.ObjectManager.Target.IsValid) { var buffs = wManager.Wow.ObjectManager.ObjectManager.Target.GetAllBuff(); var guidPlayer = wManager.Wow.ObjectManager.ObjectManager.Me.Guid; foreach (var buff in buffs) { if (buff.Owner == guidPlayer && buff.SpellId == 84617) { var buffTimeLeft = buff.TimeLeft; // work here... } } }  
  24. Like
    Droidz got a reaction from Brian in TargetBuffCastedByMe 3.3.5 Servers (Anyone who uses this please look at)   
    In xml fightclass, you can use "C Sharp Code" condtion, in value put:
    If you want check if buff casted by your character is in target:
    wManager.Wow.ObjectManager.ObjectManager.Target.GetAllBuff().Any(b => b.IsValid() && b.Owner == wManager.Wow.ObjectManager.ObjectManager.Me.Guid && b.SpellId == 123456) (replace 123456 by your spell id).
  25. Like
    Droidz got a reaction from Brian in C# Lua to Multiple Variables   
    Hello, like this:
    var r = Lua.LuaDoString<List<string>>( string.Format(@"local name, rank, icon, count, debuffType, duration, expirationTime, unitCaster, canStealOrPurge, shouldConsolidate, spellId, canApplyAura, isBossDebuff, isCastByPlayer = UnitAura('player', 'BUFF_NAME'); return name .. '{0}' .. rank .. '{0}' .. icon;", Lua.ListSeparator)); if (r != null && r.Count == 3) { var name = r[0]; var rank = r[1]; var icon = r[2]; }  
×
×
  • Create New...