Jump to content
Frequently Asked Questions
  • Are you not able to open the client? Try following our getting started guide
  • Still not working? Try downloading and running JarFix
  • Help! My bot doesn't do anything! Enable fresh start in client settings and restart the client
  • How to purchase with PayPal/OSRS/Crypto gold? You can purchase vouchers from other users
  • Available Nodes - Visual Scripting


    Hashtag

    Recommended Posts

    Visual Scripting for DreamBot > Available Nodes > Arithmetic Operation


    kuva.png

    Name Arithmetic Operation
    Category Math
    Description Performs the selected arithmetic operation on the values.
    Options Operation: A + B, A - B, A * B, A / B, A % B
    Inputs Input A: the first value
    Input B: the second value
    Outputs Result: the result of the operation
    Exits None

    Arithmetic Operation can be used to perfrom any of the sollowing operations on two numbers:

    • A + B: 5 + 7 = 12
    • A - B: 5 - 7 = -2
    • A * B: 10 * 12 = 120
    • A / B: 15 / 5 = 3
    • A % B: 18 % 5 = 3
    Link to comment
    Share on other sites

    Visual Scripting for DreamBot > Available Nodes > Custom Filter


    kuva.png

    Name Custom Filter
    Category Filter
    Description Filters objects of selected type with custom conditions.
    Options Filter Type: Entity, Item, Widget, World
    Inputs None
    Outputs Filter Result: the resulting filter
    X Candidate: the candidate of the selected Filter Type X
    Exits Evaluate

    Custom Filter can be used to construct complex filters when the built-in filters do not suffice. The filter matches the given object if the Evaluate exit returns a Positive Return Value. A Neutral Return Value does not result in the candidate matching the filter. Usually, an If Statement is used to determine if the X Candidate should match the filter.

    Link to comment
    Share on other sites

    Archived

    This topic is now archived and is closed to further replies.

    ×
    ×
    • Create New...

    Important Information

    We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.