Jump to content

Lord

Members
  • Posts

    133
  • Joined

  • Last visited

Everything posted by Lord

  1. Having the same issue since today ..
  2. Website look to have some troubles too, sometimes pages don't load or are very slow, as the bot .. Hope its not a DDOS !
  3. Uhu, i'am always botting several account at the same time :'( ( but i did tried with only 1 process open, same .. ) I noticed that recently, when i open multiple wow, all other start lagging as hell .. Am i the only one ? (hope its not ISboxer who fucked up my config . )
  4. Same issue, will update my logs soon :)
  5. Hey ! Since few days, my bot keep spamming afk randomly, sometimes 5 times in a row .. ( & instant away afk mode) Tried on several profiles and fightclass, still doing it .. Any clues ? Thanks in advance :D
  6. The banhammer will hit, just after the release of the expension, as usual. But after that, blizzard will as usual close eyes on 2/3 of people botting. (i'am botting with between 2 to 20 bot since legion, 0 ban unless the banwave)
  7. I'll be playing, and probably botting on it as soon as it will be possible ! Having the possibility to bot on it could be great, because of the time invest it needs
  8. Fixed by reinstalling x)
  9. Since last update, here is what i have :(
  10. So apparently its coming from wow application .. when i start a 2nd session, this one start to freeze and all my actions look delayed of 0.5 sec .. ( sometimes my character start doing my actions 3 / 5 sec after .. ). Its not a lag, its not coming from the computer performance .. Virus ?
  11. I'am never checking that :( wp
  12. Hello ! Since today, i have huge freeze when i launch 2 or + bots on my computer .. The computer himself can handle more than 8 accounts usually, and now when i start a second session ( Vanilla ), my all computer go freezing .. My firewall did catch Wrobot after update last day, may it come from here ? Reinstalling wrobot could resolve this ? Or maybe its not at all wrobot .. ( i checked my performance, all around 30% CPU 30% memory 1% HDD ... The freeze appear randomly when i have a wow window open, make my mouse unable to move for 1 sec when it happens .. and in overall, the game looke slow, with i'd say 30 40 FPS maximum .. Any people experimented the same thing ? EDIT : look to happen only on Vanilla server ( Elysium ) & only on one character .. x)
  13. Do you try to install them from Wrobot software ? If yes, you should install them from the website (here). You'll have to place the file you get in the folder ( Grinder for grinder, quester for quester ... easy ! ) Hope it can help :)
  14. Lord

    Peur du ban...

    Blizzard n'a pas le droit de scanner le PC des gens, c'est une légende .. Après peut etre qu'ils se le permettent, mais j'en doute FORTEMENT. Ils ne prendraient pas le risque pour si peu ( Oui parce que arreter un bot Blizzard s'en tamponnent, tant que tu leur rapporte de l'argent au final .. )
  15. Resolved by reseting wow settings . x)
  16. Again me sadly :D I've got an issue sometimes when my bot try to resurrect from ghost, it staying a bit too far, trying to resurrect, & wait like that during hours ..
  17. Hey ! Been a week i'am playing my mage with CTM, but suddenly he start shuttering like hell when i use CTM .. tried LUA to move, kinda all wow settings, nothing to do .. I've seen the other post, but didnt the issue resolve ( i was using CTM this week without any issue ) EDIT : Working flawless on one of my account ..
  18. Hey ! I'am sure almost everybody experimented this little issue : The bot is going full retard trying to buff you while selecting a NPC ( repair / quest etc ). What to way to avoid it ? Look like "cast spell on self" don't even do the job ( tried on vanilla server ) How do you guys manage that ? Manually ? Stay safe ;)
  19. I'am using you'r knowledge for another thing if i can .. The fightclass look to autoselect a character of the party when not in fight. I can't fine any line asking to do it .. and i'am pretty sure its coming from the FIghtclass because its always doing that, even in Wrotation, not in combat, & with settings "start when fight start" This fightclass will get me mad & go back to private. xD
  20. The code don't support space, am i right ? :D So i did modify them to (Lightoftuure()) return; & _Lightoftuure.launch(); & here is the error i'am having Thanks ! ( the error say in english : the result of the expression is always false, because a value of the type XXX is never equal to blablabla) & the ligne it shows are line from the creator of the fightclass, not mine :(
  21. Spell(ID) not Spell("ID") You need to read the type the constructor of the class wants. And spaces are not allowed in variable names _lightOfTuure = new Spell("Light of T'uure"); OR _lightOfTuure = new Spell(208065); Btw please don't mix the variable style ;) if you start with _justStartWithASmallLetter; I tried both, but i always got a compilation error .. Even if i just add the _lightOfTuure = new Spell("Light of T'uure"); or _lightOfTuure = new Spell(208065); in the spell list, without any configuration (The compilation error is pointing a line wich i didnt even modify to add the spell .. x) & ofc the fightclass work when i get off the line i just added ) Painful ...( but that make it more interesting :D )
  22. I post the all fightclass, so you can have an idea of the mess i'am doing in it x) (its based on a fightclass from a member wich i'am trying to updated) Lord Priest Heal V0.cs
  23. Thanks for your answer :) I tried to edit my fightclass, but still having a compilation error Is the error coming from the spell list, or should i look further in the spell conditions ? :( // Spells: private Spell _bodyandmind; private Spell _heal; private Spell _flasheal; private Spell _serenity; private Spell _resurrection; private Spell _massresurrection; private Spell _prayerofhealing; private Spell _purify; private Spell _prayerofmending; private Spell _renew; private Spell _sanctify; private Spell _DivineHymn; private Spell _Halo; private Spell _GuardianSpirit; private Spell _HolyFire; private Spell _Smite; private Spell _Chastise; private Spell _CircleofHealing; private Spell _LightofTuure; public PriestHoly() { _bodyandmind = new Spell("Body and Mind"); _serenity = new Spell("Holy Word: Serenity"); _heal = new Spell("Heal"); _flasheal = new Spell("Flash Heal"); _resurrection = new Spell("Resurrection"); _massresurrection = new Spell("Mass Resurrection"); _prayerofhealing = new Spell("Prayer of Healing"); _purify = new Spell("Purify"); _prayerofmending = new Spell("Prayer of Mending"); _sanctify = new Spell("Holy Word: Sanctify"); _renew = new Spell("Renew"); _DivineHymn = new Spell("Divine Hymn"); _Halo = new Spell("Halo"); _GuardianSpirit = new Spell("Guardian Spirit"); _CircleofHealing = new Spell("Circle of Healing"); _Light of Tuure = new Spell("208065"); _HolyFire = new Spell("Holy Fire"); _Smite = new Spell("Smite"); _Chastise = new Spell("Holy Word: Chastise");
×
×
  • Create New...