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.

New "Script" node in quester profiles

Featured Replies

  • Author

ok. here some discovered information

  • you can attach only one external .cs file (see below)
  • path relative to WRobot\Profiles\Quester\
  • you cannot use code/classes/methods from Script in profile Steps (see test.xml). Only in Quests Editor: inside pulse, or full C# or conditions
  • static constructor started before product start, this mean you can adjust currentSettings to avoid some strange behaviours. example: http://wrobot.eu/bugtracker/no-gather-skill-or-skinning-in-mass-battle-areas-r634/

WRONG

camelot10\Libs\Tester.cs
camelot10\Libs\Camper.cs

WRONG

camelot10\Libs\Tester.cs, camelot10\Libs\Camper.cs

CORRECT

camelot10\Libs\Tester.cs

 

Constructor starts before product

17:18:22 - [TESTER] contstructor
17:18:23 - [Quester] Started

 

Hello,

Path is relative to "\WRobot\Profiles\Quester\"

If you want to use external file(s) (because you can put c# code directly in the profile), you can load multiple c# files (since today update), put one file by line.

I have added this feature for mainly for two reason:

1: You can use classes, methods, variables of your codes in the "quests order" (steps), and in your quests (also from your quests settings like "Is Complete Condition").

2: You can run code before than WRobot start (before default WRobot states like Farming, IsAttacked, Looting, Resurrect,...) (useful to change wrobot settings).

 

Sample of use: test.zip

  • 2 months later...

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.