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.

Is complete condition help

Featured Replies

How i can make a complete condition from a key that is in keyring.

For the  quest that i have to loot this key and then open the chest.

this code for bag items is not working "return ItemsManager.GetItemCountById(5851) >= 1;"

you would need 2 quests.. 1 to loot 1 to use.

You can use

return ItemsManager.GetItemCountById(16314) >= 1; - use this in the "iscomplete" section of the quest, and add the Key ID.

Then mke a quest that is "Use Item On" put the location, add the key for the item to be used, and add the item that it needs to use it on.

  • Author
6 minutes ago, Andoido said:

you would need 2 quests.. 1 to loot 1 to use.

You can use

return ItemsManager.GetItemCountById(16314) >= 1; - use this in the "iscomplete" section of the quest, and add the Key ID.

Then mke a quest that is "Use Item On" put the location, add the key for the item to be used, and add the item that it needs to use it on.

yes thats the plan but the key goes to keyring bag and return ItemsManager.GetItemCountById(16314) >= 1 is not working so never completes part 1.that way im asking

KeyExample.xml

Add the Custom Script part of the attached file to the "Custom Script" part of your quester profile. Then use it as custom complete condition for that quest (part) and call it like this:

return Key.haveKey(KeyId);

Returns true, if the key is on your key chain. The only thing you have to change is KeyId

  • Author
1 hour ago, FNV316 said:

KeyExample.xml

Add the Custom Script part of the attached file to the "Custom Script" part of your quester profile. Then use it as custom complete condition for that quest (part) and call it like this:


return Key.haveKey(KeyId);

Returns true, if the key is on your key chain. The only thing you have to change is KeyId

thnx alot FNV i ll try it and see

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.