PierreDeRosette 13 Posted April 22, 2015 Share Posted April 22, 2015 Hello Chtite question subsidiaire : Comment gère t on la portée des totems chamans ? Je veut dire par exemple : Totems : Commment verifier qu'ils sont posés Totems incendiaires : Comment verifier que la cible est bien a sa portée Totems soignants : Comment verifier si on est a portée En c# d'abord, mais ce serait aussi interressant en Fightclass Merci beaucoup :) Link to comment https://wrobot.eu/forums/topic/2142-comment-gerer-les-totems-des-chamanst/ Share on other sites More sharing options...
PierreDeRosette 13 Posted April 24, 2015 Author Share Posted April 24, 2015 en FightClass, j'ai vu un profil tourner. Pas top, mais il avait le merite de faire des verifications en lua. Il verifiait si le totem etait posé ou non. Je sais pas tres bien integrer le lua en c sharp. Link to comment https://wrobot.eu/forums/topic/2142-comment-gerer-les-totems-des-chamanst/#findComment-10039 Share on other sites More sharing options...
PierreDeRosette 13 Posted May 6, 2015 Author Share Posted May 6, 2015 C'est si difficile que ca ? Link to comment https://wrobot.eu/forums/topic/2142-comment-gerer-les-totems-des-chamanst/#findComment-10080 Share on other sites More sharing options...
Droidz 2738 Posted May 7, 2015 Share Posted May 7, 2015 J'ai rajouté dans la prochaine mise à jours deux fonctions: var timeLeftMs = wManager.Wow.Helpers.Usefuls.TotemTimeLeft(wManager.Wow.Enums.TotemType.Water); bool totemExist = wManager.Wow.Helpers.Usefuls.TotemExist(wManager.Wow.Enums.TotemType.Earth); Je vais également rajouter des conditions dans l'éditeur de fightclasses. PS J’ai fait beaucoup de changement, et beaucoup de changement sont à venir dans le code avant la prochaine mise à jour, donc elle ne sera pas dispo avant la fin de la semaine prochaine, et probablement en version bêta. Link to comment https://wrobot.eu/forums/topic/2142-comment-gerer-les-totems-des-chamanst/#findComment-10082 Share on other sites More sharing options...
Droidz 2738 Posted May 7, 2015 Share Posted May 7, 2015 ps: rien à voir avec les totems, mais j'ai également ajouté "BuffTimeLeft(..)" et "List<Aura> GetAllBuff()" (et le support de BuffTimeLeft dans l'éditeur de fightclasses) Link to comment https://wrobot.eu/forums/topic/2142-comment-gerer-les-totems-des-chamanst/#findComment-10083 Share on other sites More sharing options...
PierreDeRosette 13 Posted May 9, 2015 Author Share Posted May 9, 2015 Ouééééé ca risque de pulser :D :D :D Merci beaucoup J'ai hate de tester !!! Link to comment https://wrobot.eu/forums/topic/2142-comment-gerer-les-totems-des-chamanst/#findComment-10085 Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now