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.

dida1990

Members
  • Joined

  • Last visited

  1. nllc520 started following dida1990
  2.    fengshibang reacted to a post in a topic: [Fight Class] with Pet (eg. Warlock)
  3.    BetterSister reacted to a post in a topic: I am back in business, bitches
  4.    BetterSister reacted to a post in a topic: I am back in business, bitches
  5. Wrote you a message with what happened :/ what shall I do? :)
  6. Hi guys, just wanted to say I am back. KMS xD
  7.    Moes reacted to a comment on a file: 3.3.5a Blood DK lvling
  8.    fragik reacted to a comment on a file: WRobot - Official
  9. Hast du irgendeine Antiviren Software aktiv? Kompletten Ordner löschen, Antivirus ausmachen, Neu runterladen und nochmal versuchen
  10. just create a new step in your quest order "RunLuaCode" and write into the empty field CastSpellByName("NameOfSpell", onSelf); But if you want to use a HoT before combat it would be a lot easier to integrate itinto your fight class.
  11. Nobody is gonna send you send you the whole private server list. There are way to many
  12.    dida1990 reacted to a post in a topic: Private Server Search
  13. There are many ways, so please tell me first, what you want to do? Do you want to cast a spell on an enemy or an NPC or just want to buff yourself?
  14. Source: http://wowprogramming.com/docs/api/CastPetAction http://wowprogramming.com/docs/api/PetAttack http://wowprogramming.com/docs/api/PetDismiss http://wowprogramming.com/docs/api/PickupStablePet all I did, was to google this ;)
  15. for example (no working profile): CastPetAction(3, "target"); -- launches the third spell on the left column at your target PetAttack(); -- pet auto attack your target PetDissmis(); -- Dimiss your pet PickupStablePet(1); -- Summon your first pet
  16. CastPetAction(index [, "unit"]) Arguments: index - Slot in your Pet-Skill-Book - Start top left with "1" and goes down the book with increasing number unit = "target" PetAttack() No arguments, it just autoattacks your target PetDismiss No arguments, just dismissed your actual pet PickupStablePet(index) index - Slot in your pet list (0 = active pet; 1 = first slot in pet list)
  17. How good is your lua-knowledge? CastPetAction(index) - Cast the corresponding pet skill PetAttack() - Instruct your pet to attack your target PetDismiss() - Dismiss your pet PickupStablePet(index) Source: http://wowwiki.wikia.com/wiki/World_of_Warcraft_API
  18. I have to avoid so many areas because of this bug :/ may you can prioritize this
  19. What is the crash log saying? Can you post a screenshot?
  20.    dida1990 reacted to a post in a topic: Gather until nothing to gather in range
  21. dida1990 commented on krokonosh's bug report in Bug Tracker
    Have you already done this?
  22. What are you trying to say/ask? :)

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.