Jump to content

Droidz

Administrators
  • Posts

    12579
  • Joined

  • Last visited

Everything posted by Droidz

  1. 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.
  2. Your fightclass works? If you can try with the new wrobot update and tell me if you have again this problem.
  3. 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).
  4. Hello, Wait next update and tell me if problem is resolved. Thank you.
  5. Hello, You character is in combat in game? The mob causing damages at your character?
  6. 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:
  7. 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
  8. Hello, Sorry but I don't found this option in game. How do you sell items directly from your bag? Thank you.
  9. 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.
  10. 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.
  11. Droidz

    soil bot

    Hello, Can you share log file of an bugged WRobot session (you can found it in folder "Logs").
  12. Droidz

    New website theme

    @Seumas: Thank you. @flisin: I have fixed problem thank you.
  13. Hello, Can you send me log file of bugged WRobot session (you can found it in "Logs" folder).
  14. 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.
  15. Wait next wrobot update (coming in few minutes) and if you can tell me if reloger works. Thank you.
  16. 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.
  17. Hello, I'll look this, I come back here after
  18. (if it is not problem please send me also debug and error logs)
  19. 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?
  20. Hello, To add task, you need to double click on white textbox (I'll add button "Add" to avoid this problem).
  21. Droidz

    New website theme

    Hello, Private messages is in top/right of page
  22. Hello, I have add this, wait next update (in a few hours).
  23. 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
  24. 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.
  25. Try with new update. If you problem is not resolved use base (parent) spell name (to get base spell name use this script: ). I get this with my character: [D] 19:14:48 - Children spell found: Dark Soul: Instability (113858) (parent spell: Dark Soul (77801)) [D] 19:14:48 - Children spell found: Immolate (348) (parent spell: Corruption (172)) [D] 19:14:48 - Children spell found: Incinerate (29722) (parent spell: Shadow Bolt (686)) [D] 19:14:48 - Children spell found: Mortal Coil (6789) (parent spell: Crippling Shadows (175707)) [D] 19:14:48 - Children spell found: Rain of Fire (104232) (parent spell: Rain of Fire (5740)) Tell me if this works with normal spell name (Incinerate and Immolate).
×
×
  • Create New...