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.

Conditions in xml ??

Featured Replies

Hi,

I want my bot to cast a spell based on 3 conditions.

1- Me in combat :false  (the bot spams the spell in combat even with this condition set + I also changed spell (combat only:false))

2- Target distance

3- Target level

When I put condition 2 first, seems like it cancels condition 3. When I put condition 3 first, it cancels condition 2. That's based on what I observed. How can I make all conditions meet ?

  • Author
4 minutes ago, Zer0 said:

Can you share your code?

Its not a code, its in profile creator. Just a simple spell to be casted under these conditions and it seems like 2 and 3 overriding/canceling one another

Oh, I never used the profile creator so I don't think I can help you.

I think your question is pretty vague, and unless you show us exactly what you did, it's unlikely you get an answer.

InCombat in Fightclass editor is equal to Fight.InFight (I believe) you'll need to check C# code in your condition: 

ObjectManager.Me.InCombatWithFlagOnly
ObjectManager.Me.InCombatFlagOnly

// one of the two, I forgot which one is correct

Conditions in the fightclass editor are all combined with an and operator. Different spells are combined with or operator. So your explanation doesn't make much sense. I suggest you take a look at MarsBar's tutorial on how to do it in C#, it makes it more readibly. faster and gives more options.

  • Author
21 minutes ago, Matenia said:

InCombat in Fightclass editor is equal to Fight.InFight (I believe) you'll need to check C# code in your condition: 


ObjectManager.Me.InCombatWithFlagOnly
ObjectManager.Me.InCombatFlagOnly

// one of the two, I forgot which one is correct

Conditions in the fightclass editor are all combined with an and operator. Different spells are combined with or operator. So your explanation doesn't make much sense. I suggest you take a look at MarsBar's tutorial on how to do it in C#, it makes it more readibly. faster and gives more options.

I will take a look for sure! thanks

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.