Skip to content
View in the app

A better way to browse. Learn more.

WRobot

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Droidz

Administrators
  • Joined

  • Last visited

Everything posted by Droidz

  1. Hello, First problem is with quest "Frost Nova" you haven't added hotspot/target entry. And the real problem of your profile is the NPC quest giver position: ps: When you click on the button "This npc is my target" do you have in position a "." or ","?
  2. For it: Lua Script: local nameSpell = GetSpellInfo(114015); local name, rank, icon, count, debuffType, duration, expirationTime, unitCaster, isStealable, shouldConsolidate, spellId = UnitBuff("player", nameSpell); ret = 0; if count < 5 then ret = 1 end Return value research: 1 Return value var: ret in lua code replace "if count < 5 then ret = 1 end" ligne by "count <= 3" for smaller or egal at 3, "count < 2" for smaller at 2, "count > 1" for bigger at 1, ...
  3. Hello, I use Windows 8.1 and not problem, the problem is not caused by Windows 8.1. Can you try to reinstall Frameworks 4.0. Can you also send me your logs please.
  4. The problem is that the destination (position) is not correct. Please share your profile (upload xml file, no copy/past xml code).
  5. WRobot clean this variable, and you can use others name (name like "result" used on many addon or macro).
  6. Droidz commented on Womble's bug report in Bug Tracker
    reply here for the moment:
  7. ps: I haven't HL rogue I cannot test it.
  8. Hello, If you can try this "Lua Script" condition (instead of "buff stack" condition) Lua Script: local nameSpell = GetSpellInfo(114015); local name, rank, icon, count, debuffType, duration, expirationTime, unitCaster, isStealable, shouldConsolidate, spellId = UnitBuff("player", nameSpell); ret = count; Return value research: 5 (if you need 5 buffstack) Return value var: ret
  9. There are no voice for multilingual support (and my english is not very good ^^).
  10. Hello, You can use spell option "Not a spell, is lua script" and use timer (all 1000 or 2000 ms for avoid spamming) (or others conditions). But good code, and if this works you can keep your code.
  11. Hello, I think (if you don't need to edit c# code) the best is XML (easy to removes spells or edit, and this can help others users to create fightclass).
  12. Droidz commented on Bugreporter's bug report in Bug Tracker
    This works? I you want I can make custom profile or product of this code.
  13. Droidz commented on Bugreporter's bug report in Bug Tracker
    More info about function unitbuff here.
  14. Droidz commented on Bugreporter's bug report in Bug Tracker
    Try this code lua: timeLeftToCastAgain > max time left before casting again buff in seconds minSpellDuration > To ignore spells like Avenging Wrath (combat spell) in seconds local timeLeftToCastAgain = 10; local minSpellDuration = 60 * 2; for i=1,40 do local name, rank, icon, count, debuffType, duration, expirationTime, unitCaster, isStealable, shouldConsolidate, spellId = UnitBuff("player", i); if spellId and unitCaster == "player" then local expireTimeLeft = expirationTime-GetTime(); if (expireTimeLeft >= 0 and duration > minSpellDuration and expireTimeLeft < timeLeftToCastAgain) then CastSpellByName(name); end end end Tell me if don't works or if you don't understand (or if is not what you want).
  15. Hello, I ignore why this happen and WRobot don't block whispers. Others have this problem?
  16. Send me your profile if problem is not solved.
  17. You press "Enter" key after edit Gossip option? And you save profile? (and you clean NPC DB?)
  18. Droidz commented on Bugreporter's bug report in Bug Tracker
    I have added it in last update.
  19. Droidz replied to NAY's topic in General discussion
    The problem is to get the good position (if position found by WRobot is not exactly good (for the height) wrobot can stuck). After it is good idéa but not very safely for the users (I think more suitably to lost few minute to use profile creator). Use the map to remove point of profile by click or to go to position (if you don't want go to manually) can be useful tools. Or make new bot (product) to farming without profile (just farm nodes near start position).
  20. Droidz commented on Bugreporter's bug report in Bug Tracker
    Hello, I am sorry but I don't understand exactly what you want. You cannot make it with normal fightclass?
  21. Ok, You need to download file, when file is downloaded extract it if compressed and copy it in folder "WRobot\FightClass\".
  22. Hello, If you use ground profile, WRobot go to the profile with ground mount (or flying mount in ground mode (only 3 or 4 yard above ground)). If you use flying profile, WRobot go to the profile with flying mount. But it is very delicate to found good way, I cannot know if ground profile is in house or outdoor, for avoid problem I prefer use ground path. I improve this gradually, but it is long.
  23. Hello, I'll look it, I comeback to you after.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.