Jump to content

AudreyH

Elite user
  • Posts

    128
  • Joined

  • Last visited

Everything posted by AudreyH

  1. AudreyH

    Pet Battle

    euh, tu es sur que c'est moi? J'ai pas pu encore regarder ca ....
  2. AudreyH

    Pet Battle

    Je te promet rien aujourd'hui mais je vais regarder ca
  3. AudreyH

    Pet Battle

    Salut, un bout de réponse ici On peut ajouter du code lua qui permettrai de faire ça,
  4. Version 1.0.0

    27 downloads

    Hi, a plugin to solve the seahorse mount problem in vashir You must have done http://www.wowhead.com/quest=25371/the-abyssal-ride quest to get the mount. If you have Subdued Seahorse from Poseidus, you can replace the spell id with 98718 , i will do an update to this later it's a adapation from Thxs to Marsbar :) it's not region dependant, so deactivate it when ur not in vashir
  5. Sometimes the problem path occurs, here is the solution https://msdn.microsoft.com/en-us/library/ayds71se.aspx you have to reload VS after modification
  6. Salut, ça serait possible d'avoir le code de "UseBestAbility", dans beaucoup de combats le choix n'est pas bon , et c'est surtout cette fonction qu'il faudrait remanier Merci d'avance
  7. Hi, The following functions have been affected: GetPlayerMapPosition UnitCameraFacing UnitDistanceSquared UnitFacing UnitPosition (note: when in the restricted state, the mapID return is still valid) how does this affect us in WRobot programming?
  8. No offense :) it's not my code, i took the example form Cinda because it's very simple to understand, and modify it to run on legion I have my own rotation, but i'm not 100% happy with it, even i do high heal with it (I'm on MM) It's the tank part, i should take mine but between raid, expedition and reroll ... i'm a bit busy in game ;)
  9. Pour l'arene oui, cela reste une rotation comme une autre, par contre ca necessite d'optimiser ca aux ptits oignons, pour entre autre prendre en compte les talents d'honneurs IMod: good point, but it was not my intention to correct the code, just show how to add spells and make it run WoWPlayer healTarget = members.First(); Tu peux modifier le code comme écrit ci-dessus
  10. 179k on Ursoc LFR BestofFaith and Beacon doesnt work because of the gettank function, don't have time this WE to find out [Cindarella]-Holy Pala Beta Legion by AudreyH.cs
  11. Using it for my HPal, with my adapation a mix what i've done in 2016 and you're framework. For example, we don't have to search every loop the tank name, it can be done once per InCombat For Healing we have to optimize time between GCD to be ready to cast at the end of it
  12. Oui c'est le premier sur lequel j'ai bossé avec Droidz :) Mais je trouve que celui de Cinda est bien pensé, pas très optimisé en temps mais il donne la façon de faire et est très suffisant Il y a même un framework qui date de début d'année qui est sympa Je modifie juste celui de Cinda pour qu'il fasse autre chose que du FoL :)
  13. En attendant tu peux partir de ça, il faut enlever les sorts obsolètes et les changer les paramètres dans le setings du fight class (dans l'interface WRobot) ( vais vérifier que ça fonctionne encore en lfr)
  14. Salut, je vais partager une version simple du palaheal d'ici ce soir en C#
  15. Also cant perform 2 or more LoadProfile in questordereditor, is it intended or a bug?
  16. and a Wrobot problem, i cant execute twice my script, i have to start wrobot again E] 14:45:30 - Compilator Error : c:\Users\xxxt\AppData\Local\Temp\xiyfmihj.0.cs(21,12) : error CS0433: Le type 'WorldQuestInfo' existe dans 'c:\Users\pat\AppData\Local\Temp\fqt1lqtd.dll' et dans 'c:\Users\xxxt\AppData\Local\Temp\wcaddpqe.dll'
  17. For interact quest no problem, many mobs to kill no problem, only with a mini boss in a many lines quest there is a problem and found a bug in the C# for (int i = 1; i < numZones; ++i) its for (int i = 1; i <= numZones; ++i)
  18. No problem to convert single quest with only a mob to kill, but multiple objective world quest doesnt run, it loop on the first objective For multiple objective we have to go on the right place with the c# code, but after its a quest as others quest, and i think wrobot never complete the first objec when its done Here an example, i tried many many options but perhaps not the good one lol ( i make comparison with quest profile that run fine ) Any help plz? A Tainted Vintage.xml
  19. https://svn.riouxsvn.com/world-quests/ World Quest database :), try to convert
  20. Because the proc is Infusion of Light: ID=54149, Stack=1, TimeLeft=12747 ms, Owner=0000000007CAC6590815B80000000000, Flag=Duration, Negative, CasterLevel=110, Mask=117440591
  21. Hi, "infusion of light" return always true ObjectManager.Me.Havebuff(53576); and in developper tools in Player debuff/buff Infusion of Light: ID=53576, Stack=0, TimeLeft=0 ms, Owner=0000000007CAC6590815B80000000000, Flag=None, CasterLevel=110, Mask=16777216 But it's a buff triggered by Holy Shock and so it cant be always true Do i have to test Timeleft ?
×
×
  • Create New...