Jump to content
  • Quester (dont) Wait condition


    Bugreporter
    • Version: All Product: WRobot General Type: Suggestion Status: Fixed

    I need a "Dont Wait" condition. It should be a negative condition, because I want use the same code from the Is-Complete-Conditon from the quest below (or before).

    Reason: the (now) unnessessary waits (I use some of it) are added (2000 here, 5000 there, 15000 next ...) if the code is restarted in the middle of a run.

    exsample :

    pulse - kill boss A (is complete: boss A is killed)

    wait - 2000 (dont wait: if boss B is killed) // waiting for the boss

    pulse - kill boss B (is complete: boss B is killed)

    wait - 2000 (dont wait: if boss B is killed) // waiting for dying

    lua script - loot boos B

    wait - 5000 (dont wait: if boss B is killed) // waiting for loot

    for the lua script there is no "Dont Execute" condition needed (in this case) but it would be nice also.



    User Feedback

    Recommended Comments

    Bugreporter

    Posted

    goto - 2 (dont go if item found)

     

    Goto is also a good candidate for a dont-condition. I.e. to leave the endless dungeon loop if item is found.

    Droidz

    Posted

    Hello,

     

    You need to use "If" like this:

    Sans_titre.png



    Create an account or sign in to comment

    You need to be a member in order to leave a comment

    Create an account

    Sign up for a new account in our community. It's easy!

    Register a new account

    Sign in

    Already have an account? Sign in here.

    Sign In Now

×
×
  • Create New...