-
Posts
234 -
Joined
-
Last visited
Reputation Activity
-
nonstop1005 got a reaction from No Heart in WTB Working pet profile
local minHealthPercent = 50; local PetAlly = 1; local PetEnemy = 2; local activePetEnemy = C_PetBattles.GetActivePet(PetEnemy); local typePetEnemy = C_PetBattles.GetPetType(PetEnemy, activePetEnemy); local activePetAlly = C_PetBattles.GetActivePet(PetAlly); local typePetAlly = C_PetBattles.GetPetType(PetAlly, activePetAlly); if C_PetBattles.GetHealth(PetAlly, activePetAlly) * 100 / C_PetBattles.GetMaxHealth(PetAlly, activePetAlly) <= minHealthPercent then for i = 1, NUM_BATTLE_PETS_IN_BATTLE do if C_PetBattles.GetHealth(PetAlly, i) * 100 / C_PetBattles.GetMaxHealth(PetAlly, i) > minHealthPercent and not (i == activePetAlly) then C_PetBattles.ChangePet(i); break; end end end put this in the top box in your pet battle product settings, the rest of what you want is in there -
nonstop1005 reacted to Droidz in Wow 6.0.2 Launches October 14! WRobot is ready
Hello,
World of Warcraft path 6.0.2 launches October 14, I have worked on PTR and Beta server for keep WRobot ready for this path.
If not big changes since Wow PTR, WRobot will support version 6.0.2 day one.
More info about 6.0.2 path: http://www.wowhead.c...og-on-followers
-
nonstop1005 reacted to Droidz in WRobot for Warlords of Draenor PTR
Hello,
You can donwload now WRobot for Wow Warlords of Draenor (PTR Server).
I'll try to keep this WRobot beta update for PTR. This version it useful if you want update your Fightclass or start to works on profiles.
Please report me bugs here.
Important changes:
If you use the lua code "GetSpellInfo" in your fightclass please read this post.
(developer) In WoD, GUID is in 128bit (instead 64bit in MoP), you can need to edit your code if you use GUID in it.
You can download WRobot for Wow 6.0.2 here: http://download.mmor.../wrobotbeta.zip
ps: For the moment only Azeroth and Draenor map is supported (I extracts the wow maps for generate meshes for pathfinder but it is very long, I'll add new maps during next days).
EDIT: All maps are now supported, I have also added dungeons support.
-
nonstop1005 reacted to Droidz in Remember guys every time there is a new expansion!
Hello, Yes quests will probably edited. But when the beta will open, I'll update wrobot for this version, We'll can start to work on new quests before public release of WoD (if all is good, quest profiles for level 90 to 100 it will be ready the day of WoD release). -
nonstop1005 got a reaction from Bear T.O.E. in WTB Working pet profile
if you go to the pet battle product settings, pet battle pvp is at the bottom be sure to check all of the settings scroll down and i dont think you can use outside healing in a pet battle
-
-
nonstop1005 reacted to Droidz in move character during combat
I have created a simple plugin: I have also posted source code (if you want improve plugin). -
nonstop1005 got a reaction from Droidz in quest turn in
and i am in ratchet which also has not changed
-
nonstop1005 got a reaction from Networkz in Possible Plugin
passloot is a wow addon that can be set up for a lot of different conditions
-
nonstop1005 reacted to Networkz in why quester only aliance 1-16?
Currently Alot of Profiles Are still in the Developmental stages, So Me as well as a few other people here are currently making the Questing profiles for this bot, It will take some time. But please be patient. More will come as soon as they can be put out without bugs.
-
nonstop1005 got a reaction from Droidz in move character during combat
let me see what i can do rq for ya
-
nonstop1005 got a reaction from Networkz in Networkz QProfiles Bugs & Questions
good luck with you emergency and thanks again for the help getting me started
-
nonstop1005 reacted to Seumas in Posting Profiles in The uploader ?
No you can edit every time just add new version ;)
-
nonstop1005 got a reaction from BUMBUM in Unborn Val'kyr Profile
first one is done for crystalsong forrest
-
nonstop1005 got a reaction from Droidz in Ore and only golden lotus.
you could also uncheck gather herbs and add the id of the golden lotus to the harvest box
-
nonstop1005 reacted to jwiss in Dark Soil
I noticed on a similar route same thing, it worked to do what others mentioned to go in general settings and auto loot section select chests or not.
-
nonstop1005 got a reaction from Skylow007 in pay one month
go to "my purchase" on the left side of the forum page, your key will be in there, copy and paste
-
nonstop1005 got a reaction from Seumas in pay one month
go to "my purchase" on the left side of the forum page, your key will be in there, copy and paste
-
nonstop1005 got a reaction from Seumas in Unborn Val'kyr Profile
first one is done for crystalsong forrest
-
nonstop1005 got a reaction from KnightRyder in Loot objects
put the item id in the harvest window in you advanced settings
-
nonstop1005 got a reaction from Droidz in frosteweave cloth farming
i will work on 1 in the next day or so
-
nonstop1005 reacted to Seumas in Profile i need
This is a very very stupid idea hence why it hasn't been made. You are interacting with players to much to bot. Just use the party mode if need be.
-
nonstop1005 got a reaction from KnightRyder in Healer Dismount
http://wrobot.eu/forum/7-tutorials-wrobot/
-
nonstop1005 got a reaction from Droidz in Healer Dismount
RunMacroText("/dismount")
i have this at the top of all of my fight classes including the heals
-
nonstop1005 got a reaction from Droidz in WRobot cant get my Wow.exe process
both of your suggestions worked i was in a hurry and didnt let the install finish