Jump to content

maukor

WRobot user
  • Posts

    293
  • Joined

  • Last visited

Posts posted by maukor

  1. 36 minutes ago, Droidz said:

    sorry I can't change that. Maybe name your relogger profile with name like "2x7" (for column 2 row 7), like that if you get problem you can found easily relogger profile and click on button "shown bot".

    You mean "Show wow" not "Show bot" Cause i dont see button named Show bot?

     

  2. i have correct position for my bots, but i need to find Wrobot window anyway : ) well thanks for answer. There is no option to make a bot window extra small , so i can overlay it on wow window? Default smallest bot window size is even bigger than wow size, so kinda meaningless to positioning it somewhere. And you cant make a new button in Relogger to show Bot window?

  3. Tried Alt+C or Alt+X, but nothing happens to my bots, @Droidz I run 50 accounts on my main pc, and have problems with when you need to stop/start someone, you should literally Scroll through the all names on windows taskbar, until you find your char, it takes so much time, since you cant even show bot window in relogger, is there any way to stop/start the bot? or probably i do it wrong, Active shortcuts are ON. Would be nice if there is a button to show bot window when you press something.

  4. Hello, is there any way to check in conditions, if your movement speed is lower than 200%? (travel form out of combat default) Cause if player hit by a mob, hes movement speed becomes around 160% or lower, dont remember exact speed,

    Something to put into fightclass for reshift:

     

     if (ObjectManager.Me.HaveBuff(5419) &&  "Here condition for if speed is lower than 200%" && !Fight.InFight)
            {
               
                 Travel.Launch();

            }    

  5. [E] 17:00:54.044 - Compilator Error :
    c:\WRobotTBC\Data\temp\du5kpjxc.0.cs(30,34) : error CS1513: ожидалась }
    c:\WRobotTBC\Data\temp\du5kpjxc.0.cs(73,1) : error CS1022: Ожидалось определение типа или пространства имен, либо признак конца файла

    Where to check whats wrong, cause i dont have any files in my temp folder named du5kpjxc etc : ) I'm kinda far from programming,

  6. @Droidz Hi, trying to setup fully afk leveling, but always have problems with vendoring, sometimes my bots refuse to buy food/water, i use HMP, but still, Is there any way to literally tell him to Go and buy water if your water is <10, 
    for now i try to use only my own vendor db, but it's always act like a retard, 
    i use :  <QuestsSorted Action="RunCode" NameClass="wManager.Wow.Helpers.NpcDB.AcceptOnlyProfileNpc = true;" />
    How to load my own vendors from profile after i erase them?
    <QuestsSorted Action="RunCode" NameClass="wManager.Wow.Helpers.NpcDB.ListNpc.RemoveAll(npc =&gt; true);&#xD;&#xA;" /

    Without any plugins,
    I have my own vendor/repair added in db,
    I see them in Db if i open that tab
    I use useOnly profile npc
    I have my own string with <QuestsSorted Action="RunCode" NameClass="wManager.wManagerSetting.CurrentSetting.FoodName = &quot;Roasted Quail&quot;;&#xD;&#xA;" />
    Food Amount is 60

    Bot is grinding and refusing to buy food, why? Will give you log file if you need. But vendoring is always a mess with wrobot

     

  7. 11 hours ago, Artek said:

    Trying to make complex fightclass for my druid without coding.

    Mangle can have 3 different costs of energy which depends on  Improved Mangle Talent, every time i lvl it up i need to change condition manually, would love to avoid it.

    Other way to work could be something like "use this skill only when it costs x energy" but there is no such way in coditions list.
    Is is possible to use specific skill only when specific talent is selected/not selected?(without using c#)
    Checked whole list of spell condition and couldn't find anything

    Whats the point of it, energy chars wont be slow in leveling if they wait extra 3 energy, most of your damage is from auto-attacks, and your Bite convert extra energy to dmg, Leveled more than 100 druids with no problems. Actually i'm not even checking if i have enough energy, my druid spam it ; ) Not sure if it's good or bad or safe etc

  8. Hey @Droidz Since vendoring is Not perfect on wrobot, sometimes i have problems with bots grinding with full bags, The problem is even if bot relog and he get correct vendor in database, he trying to go ToTown, but he loop between 2 unlooted mobs forever, before mob corpse disappears, but most likely new mob will respawn and bot kill him, making another corpse unlooted, Any fixes for disable loot when you go toTown etc? Probably default blacklist unit timer can solve it, my server has high respawn rate and i'm on 12 sec

×
×
  • Create New...