Everything posted by Droidz
- Fisherbot
-
fast sell
This button works same if not vendors near your character? It is the code used in your addon: local c = 0 for b=0,4 do for s=1,GetContainerNumSlots(b) do local l = GetContainerItemLink(b, s) if l and select(11, GetItemInfo(l)) then local p = select(11, GetItemInfo(l))*select(2, GetContainerItemInfo(b, s)) if select(3, GetItemInfo(l))==0 and p>0 then UseContainerItem(b, s) PickupMerchantItem() print(GetItemInfo(l)); c = c+p end end end end But this does not works for me if not vendor near.
-
Issue while gathering
Your fightclass works? If you can try with the new wrobot update and tell me if you have again this problem.
-
Problème Milling
Bonjour, Je n'arrive pas à trouver ce qui peut causer ce problème, chez moi tout fonctionne. J'ai donc rajouté la possibilité d'utiliser l'id de l'item dans la liste. Remplace la liste de noms d'items que tu as dans "Liling list..." par: 13463 22789 22785 36901 36903 36906 37921 52984 (pour info tu peux trouver l'id de l'item dans l'url wowhead). ps: La possibilité d'utiliser l'id sera dispo dans la prochaine mise à jour (qui sera dans la journée).
-
Not looting last find in digsite
Hello, Wait next update and tell me if problem is resolved. Thank you.
-
Issue while gathering
Hello, You character is in combat in game? The mob causing damages at your character?
-
Snippets of LUA codes (for FightClass)
Checking time left on buffs (on target) LuaScript: local name = GetSpellInfo(1079); _, _, _, _, _, _, expirationTime = UnitDebuff("target", name); timeRemaining = expirationTime - GetTime(); if (timeRemaining <= 7) then retV = "1"; else retV = "0"; end Research: 1 Var: retV Replace 1079 by your spell id and "timeRemaining <= 7" by your condition (timeRemaining contain time left). ps: to get buff/aura spell id you can use this script:
-
How can I find the time remaining on a buff/debuff?
Hello, Look this code: In you case (for spell http://wod.wowhead.com/spell=1079 (id:1079)), to check in your target if remaining time has less than 7 secondes add this lua condition: LuaScript: local name = GetSpellInfo(1079); _, _, _, _, _, _, expirationTime = UnitDebuff("target", name); timeRemaining = expirationTime - GetTime(); if (timeRemaining <= 7) then retV = "1"; else retV = "0"; end Research: 1 Var: result
-
fast sell
Hello, Sorry but I don't found this option in game. How do you sell items directly from your bag? Thank you.
-
WRobot ready for Wow 6.0.3
Hello, WRobot support now World of Warcraft 6.0.3 (19102). You need only to accept WRobot update. More info about WRobot update: here More info about Wow 6.0.3: here ps: If you play on European server, don't update today WRobot, wait tomorrow, if you have update WRobot today you can download WRobot for wow 6.0.2 here.
-
WRobot ready for Wow 6.0.3
Hello, WRobot support now World of Warcraft 6.0.3 (19102). You need only to accept WRobot update. More info about WRobot update: here More info about Wow 6.0.3: here ps: If you play on European server, don't update today WRobot, wait tomorrow, if you have update WRobot today you can download WRobot for wow 6.0.2 here.
-
soil bot
Hello, Can you share log file of an bugged WRobot session (you can found it in folder "Logs").
-
New website theme
@Seumas: Thank you. @flisin: I have fixed problem thank you.
-
bot not responding??????
Hello, Can you send me log file of bugged WRobot session (you can found it in "Logs" folder).
-
how to make it loot orlin supplies
Hello, add object entry id in: Tab "General settings" Advanced general settings... Tab "Looting and Farming options" Add entry id in textbox "Harvest object (one id by line)" If you want id you can use wowhead or "dev tools" (tab "Tools"). If you need help to found id, give me complete object name.
-
Relogger
Wait next wrobot update (coming in few minutes) and if you can tell me if reloger works. Thank you.
-
Problème Milling
Bonjour, Vous devez mettre le nom dans la langue de votre client wow (donc en français si vous jouez en français). Pour que ça fonctionne, il faut faire attention aux majuscules/minuscules et accents (le mieux est de faire un copier/coller de wowhead). Pouvez-vous copier ici la liste d'objets que je vérifie ? Merci.
-
Relogger
Hello, I'll look this, I come back here after
-
Archaeology bot is just flying to the ground.
(if it is not problem please send me also debug and error logs)
-
Archaeology bot is just flying to the ground.
Hello, do you are near an dig site zone? If yes I cannot detect exactly if character is in zone, for detect if in zone, WRobot try to launch Survey spell 3 time, if he cannot launch spell WRobot go to dig site. Do you have try to wait?
-
Schedule Product Usage
Hello, To add task, you need to double click on white textbox (I'll add button "Add" to avoid this problem).
-
New website theme
Hello, Private messages is in top/right of page
-
Mana in fight classes
Hello, I have add this, wait next update (in a few hours).
-
Arcane mage fight class will not attack.
Hello, In the last update, normally you can now use in the fight classes the spell name like he appear in game. Tell me if you get problem with an spell
-
Vendoring issue
I have increment the number max of try to selling (8 to 12), can your tell me if this allows your character to sell all items.