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.

Training new skills?

Featured Replies

Has anyone succesfully made it so that bot goes to trainer and learn new skills? The skills need to be put into actionbar for them to work anyway how to make this all work?

Sample lua code: 

local spellNameInGame = "Charge";

local freeslot = -1;
for i=1, 120, 1 do
   if not HasAction(i) then freeslot = i; break; end
end

if freeslot <= 0 then return; end

local i = 1
while true do
   local spellName, spellRank = GetSpellName(i, BOOKTYPE_SPELL)
   if not spellName then break; end
   
   if spellName == spellNameInGame then PickupSpell(i, BOOKTYPE_SPELL); PlaceAction(freeslot); ClearCursor() end
   
   i = i + 1
end

 

  • Author

Cant seem to get it to work. I downloaded the plugin to plugin folder and it is activated in wrobot, but my char doesnt talk to the trainer or learn new spells, do I need to set that up somehow?

Create an account or sign in to comment

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.