Jump to content

papsflipp

Members
  • Posts

    45
  • Joined

  • Last visited

Reputation Activity

  1. Like
    papsflipp got a reaction from Droidz in Valider les sang de Sargeras   
    Je t'aime Droidz ?
     
  2. Like
    papsflipp reacted to Droidz in Private server 7.3.5 not bot ??   
    Utilisez la version pour serveur officiel (j'ai mise a niveau votre clé)
  3. Like
    papsflipp reacted to Droidz in probleme de minage legion firestorm   
    Vous pouvez également essayer cette version (pour que wrobot depop la monture avant de cliquer):
    using System.Threading; using System.Windows.Forms; using wManager.Wow.Bot.Tasks; using wManager.Wow.Enums; using wManager.Wow.Helpers; using wManager.Wow.ObjectManager; using Timer = robotManager.Helpful.Timer; public class Main : wManager.Plugin.IPlugin { public void Initialize() { wManager.Events.InteractEvents.OnInteractPulse += (target, cancelable) => { try { if (!ObjectManager.Me.IsMounted && !ObjectManager.Me.GetMove) return; var o = ObjectManager.GetObjectByGuid(target); if (o.IsValid && o.Type == WoWObjectType.GameObject) { MountTask.DismountMount(); Thread.Sleep(Usefuls.Latency + 500); var t = new Timer(2000 + Usefuls.Latency); while (!t.IsReady && (ObjectManager.Me.IsMounted || ObjectManager.Me.GetMove)) { Thread.Sleep(50); } } } catch { } }; } public void Dispose() { } public void Settings() { MessageBox.Show("No settings for this plugin."); } }  
  4. Like
    papsflipp reacted to Lokiro in probleme de minage legion firestorm   
    je vais tester les deux voir si un ou lautre marche
     
    edit: le deuxieme script marche a merveille tu gere merci ^^
×
×
  • Create New...