Jump to content

miminio

WRobot user
  • Posts

    97
  • Joined

  • Last visited

Posts posted by miminio

  1. 9 hours ago, Ordush said:

    I am going to test all these servers now. Might as well. (I will start wil LH and NW. Will leveling them by hand, so i can't do too many servers at the same time, since i have to swap between server every day)
    Edit: I will edit this post as I test. - All these accounts are done in separate VM's, using unique IP's and different emails/usernames.
    Light's Hope: Definitely doesn't insta ban. I did a few levels with automation using my own hunter FC. (Default settings: CTM on) - I will return in a month or so, see if this account was banned - After I've manually leveled up only using wrotation.
    Netherwing: Definite doesn't instsa ban. I did a few levels with automation using my own hunter FC. - I will return in a month or so, see if the account was banned - After I've manually leveled up only using wrotation.

    Same again..We are not sayed that istant bans happend when u start wrobot.we say that we are flag and get bans when the gm's have time to check the flag accounts.so then we get instant ban on all account on all vm's on all ip's.

  2. 3 hours ago, Ordush said:

    So DID you try with wrotation? You are saying that people get banned and that it's the end of it.
    Until someone can confirm this, I doubt that Droidz is gonna do anything about it. ?

    I know that ist going to do anything.im just speaking for what i have see end its not the end of it im botting on other servers. and yes i got banned with only wrotation at lvl 20.

  3. On 7/1/2019 at 5:09 PM, Ordush said:

    Why is it that none of you just make a charater use wrobot on that char load wrotation and stand still?
    If you are banned while that, it's 100% clear that wrobot is detected.
    Further more you will be able to figure out if it's automatic or manual (If it's automatic this will definitely confirm it, because a manual GM wouldn't ban someone for standing still lol)
    Edit: You can even level to maybe level 20 or so just using wrotation. If you are banned then, again it's most likely detected.
    It's the ultimate test: All these "I used this profile made by x that has been used 20.000.000 times by 20.000.000 people and i got banned! WRobot is detected!!!!"
    Aren't worth much. ?

    Flag and banned when whitekindey have time to play.....thats flag means no one sayed nothing for instant banned when use wb.just flag and banned when like...so u can test it play with wrotation u ll banned when the like.and yes is detected im botting there 2 years and i have sold many accounts the last 2 mounths they have found a way.END

  4. 5 hours ago, dontbanxs said:

    Talking about Northdale.

    my chars got banned and I didn't use any questing profiles, I just turned the bot on to not afk or go to the character selection window. it's not a profile that gets detected, it's something about the bot client.  So if you turn the bot on you are automatically flagged 

     

    yes u are right.this happens the last two mounths.before that was easy to go atlist until 45 with one or two bans after gm teleport.Now we are flagged for exm i lost 8 acounts in same time that was offline.even lost two acounts 5 days after i have sold them tou regular player how lvl up for 4 days normal and then banned.and from then i just bot 1 account that it will max get to 20 -25 with out teleport anymore just boom.im using 3 pcs and every account have  VM+VPN(with dedicated ip)with account creation on that ip etc

  5. [N] 16:25:11 - [Path-Finding] FindPath from -5378,835 ; -2488,643 ; -39,98127 ; "None" to -5454,95 ; -2441,949 ; 90,77676 ; "Flying" (Kalimdor)
    [N] 16:25:11 - [Path-Finding] Path Count: 6 (225,1603y, 190ms)
    [E] 16:25:11 - MoveToLocation(Point position): System.Runtime.InteropServices.SEHException (0x80004005): Το εξωτερικό στοιχείο δημιούργησε μια εξαίρεση.
       σε D3DXMatrixInverse(D3DXMATRIX* , Single* , D3DXMATRIX* )
       σε wManager.Wow.Helpers.MovementManager.(Vector3 )
    [N] 16:25:11 - [MovementManager] Report navmesh poly to avoid it
    [N] 16:25:11 - [Path-Finding] FindPath from -5378,835 ; -2488,643 ; -39,71035 ; "None" to -5454,95 ; -2441,949 ; 90,77676 ; "Flying" (Kalimdor)
    [N] 16:25:11 - [Path-Finding] Path Count: 6 (225,2001y, 193ms)
    [E] 16:25:11 - MoveToLocation(Point position): System.Runtime.InteropServices.SEHException (0x80004005): Το εξωτερικό στοιχείο δημιούργησε μια εξαίρεση.
       σε D3DXMatrixInverse(D3DXMATRIX* , Single* , D3DXMATRIX* )
       σε wManager.Wow.Helpers.MovementManager.(Vector3 )

     

    im getting this error in elavator's somehting i miss?

  6. 2 hours ago, Matenia said:

    Check here:



    In Customscript, I put a class called QuesterHelper.
    WIth it, you can then call C# code: QuestHelper.AbandonQuester("questName") in any Quester step.

    thnx m8 that work..and is C# code: QuestHelper.AbandonQuest("questName") . fast question how i can put 2 costum script ? in 2 profiles im using for key looting

    using System;
    using System.Collections.Generic;
    using System.Diagnostics;
    using System.IO;
    using System.Linq;
    using System.Threading;
    using wManager.Events;
    using wManager.Wow.Bot.Tasks;
    using wManager.Wow.Enums;
    using wManager.Wow.Helpers;
    using wManager.Wow.ObjectManager;
    using System.ComponentModel;
    using Microsoft.VisualBasic;
    using robotManager.Helpful;

    public class Key
    {
        public static bool haveKey(int keyId)
        {
            bool haveKey = Lua.LuaDoString<bool>("local itemIdSearch = " + keyId + "; local bag = KEYRING_CONTAINER; for slot = 1,MAX_CONTAINER_ITEMS do local itemLink = GetContainerItemLink(bag,slot); local _, itemCount = GetContainerItemInfo(bag,slot); if itemLink and itemCount then local _,_,itemId = string.find(itemLink, '.*|Hitem:(%d+):.*'); if itemId and tonumber(itemId) == itemIdSearch then return true end end end return false");
            return haveKey;
        }
    }

  7. 3 hours ago, Droidz said:

    Hello,

    Use this code:

    
    local questId = 786;
    
    local i = 1
    while GetQuestLogTitle(i) do
      local questTitle, level, questTag, suggestedGroup, isHeader, isCollapsed, isComplete, isDaily = GetQuestLogTitle(i);
      if ( not isHeader and GetQuestLink(i))  then
          if questId == tonumber(string.match(GetQuestLink(i), 'Hquest:(%d+)')) then
            SelectQuestLogEntry(i);
            SetAbandonQuest();
            AbandonQuest();
            break;
          end
      end
      i = i + 1
    end

     

    i have test it there is no errors but the quest ist delete

  8. how to abandon a quest?

    i have tryed but is not working

    local questId = 786;
    for i=1,GetNumQuestLogEntries() do
     local _, _, _, _, _, _, _, id = GetQuestLogTitle(i);
     if id == questId then
      SelectQuestLogEntry(i);
      SetAbandonQuest();
      AbandonQuest();
     end
    end

    i also try this that i use in vanilla but im getting an error

    var logId = Quest.GetLogIdByQuestId(409);
            if (logId > 0)
            {
                Lua.LuaDoString("SelectQuestLogEntry(" + logId + "); SetAbandonQuest(); AbandonQuest(); ");
            }

    [E] 09:36:04.090 - Compilator Error :
    c:\Users\wow1\AppData\Local\Temp\upb0zp3d\upb0zp3d.0.cs(26,27) : error CS0117: Το 'wManager.Wow.Helpers.Quest' δεν περιέχει ορισμό για το 'GetLogIdByQuestId'

×
×
  • Create New...