Signup Now
Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 47
  1. #21
    Free User
    Join Date
    Sep 2014
    Posts
    8
    Reputation
    10
    Rep Power
    0
    @Lucas Terra


    before update everything was working fine , i download updated version of Windbot and this error occured :



    This happend when i m pressing launch button after login into Windbot.

    Halp me?

  2. #22
    Free User
    Join Date
    Oct 2014
    Posts
    164
    Reputation
    22
    Rep Power
    20
    Quote Originally Posted by Lucas Terra View Post
    Change Log:
    Fixed:
    • writetext(...) not working properly
    • useoncreature(...) not using the battle list when it could
    • reconnect(...) trying to connect even if the password is wrong


    Changed:
    • useitemon(...) now accepts an optional parameter index to assist you to open doors with keys. This will make the bot use the indexth item found on your backpacks.
      Example usage:
      -- This script will try to use every silver key on your backpacks at the door located to your left
      -- This is only an example script to demonstrate how to use the function
      -- A real open door script should be more well elaborated
      local keycount = itemcount('silver key')
      for index=1,keycount do
      useitemon('silver key', 0, ground($posx-1, $posy, $posz), '', index) wait(300, 500) -- door located at your left
      end
    • For liquid containers (vials, mugs, cups) useitemon(...) now accepts an optional parameter liquidtype. This will allow you to use specific liquid types (oil, blood, urine) at somewhere you need.
      Example usage:
      -- Will use a vial of blood at location 12345, 54321, 0
      useitemon('vial', 0, ground(12345, 54321, 7), LIQUID_BLOOD)


    Added variable:
    • $premium - returns true if your character is premium, false otherwise.
    did you change something about scripts which was converted from ibot? Because all depositers from converted scripts stop working after update

  3. #23
    Free User
    Join Date
    Oct 2014
    Posts
    3
    Reputation
    10
    Rep Power
    0
    Yeah, doesnt work for me either, what to do?

  4. #24
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,202
    Reputation
    141
    Rep Power
    10
    Quote Originally Posted by therealdidi View Post
    Anyone else have the same problem?


    @lucas
    When does it happen? On startup?

  5. #25
    Free User
    Join Date
    May 2014
    Posts
    60
    Reputation
    10
    Rep Power
    20
    There is something wrong, dawnport script that worked perfectly before now skips many waypoints.

  6. #26
    Free User
    Join Date
    Oct 2014
    Posts
    164
    Reputation
    22
    Rep Power
    20
    Quote Originally Posted by Lucas Terra View Post
    When does it happen? On startup?
    I put it more far manual, and it seems to don't see items in backpack, stop reopening bps, and even if bot had supplies as it should be, he just reffilled it (bought a lot more than it should be bought)

    all happend about converted script - imma check how about others

  7. #27
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,202
    Reputation
    141
    Rep Power
    10
    Quote Originally Posted by Laskowski View Post
    I put it more far manual, and it seems to don't see items in backpack, stop reopening bps, and even if bot had supplies as it should be, he just reffilled it (bought a lot more than it should be bought)

    all happend about converted script - imma check how about others
    Can you post the actions that are failing?

  8. #28
    Free User
    Join Date
    Oct 2014
    Posts
    164
    Reputation
    22
    Rep Power
    20
    Quote Originally Posted by Lucas Terra View Post
    Can you post the actions that are failing?
    setsetting("Looting/OpenNextBP", "no")

    closewindows()
    wait(800, 1000)
    openitem(MainBP, 'back')
    wait(800, 1000)
    resizewindows()
    wait(800, 1000)
    openitem(LootBP, MainBP, true)
    wait(800, 1000)
    resizewindows()
    wait(300, 500)

    it's something about that 'open item'

  9. #29
    Free User therealdidi's Avatar
    Join Date
    May 2014
    Location
    Ireland
    Posts
    251
    Reputation
    12
    Rep Power
    20
    Quote Originally Posted by Lucas Terra View Post
    When does it happen? On startup?
    yeah, after i want to choose character on which i want to bot

    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <WindbotSettings>
        <Healer>
            <SpellHealer enabled="no"/>
            <PotionHealer enabled="no"/>
            <ConditionHealer enabled="no"/>
            <ManaTrainer manaTrainCondition="Mana Percent above" manaTrainMin="87" manaTrainMax="93" enabled="no"/>
        </Healer>
        <Scripter>
            <HotkeyScripts/>
            <PersistentScripts/>
        </Scripter>
        <HUDs>
            <HUDScripts/>
        </HUDs>
        <GeneralSettings>
            <Input>
                <MouseOption mouseMode="Simulate Mouse"/>
                <MouseOption scrollMode="Use mouse wheel"/>
                <MouseOption stuckCursorPolicy="If Cavebot on, Release Instantly"/>
                <MouseOption moveSpeed="9"/>
                <MouseOption clickWaitMin="100" clickWaitMax="150"/>
                <KeyboardOption keyboardMode="Simulate Keyboard"/>
                <KeyboardOption stuckCtrlShiftPolicy="If Cavebot on, Release Instantly"/>
                <KeyboardOption typeWaitMin="110" typeWaitMax="140"/>
                <KeyboardOption pressWaitMin="100" pressWaitMax="250"/>
                <FocusOption focusPolicy="Don't auto-focus"/>
                <FocusOption openMenuPolicy="Confirm if cavebotting"/>
            </Input>
        </GeneralSettings>
        <Alerts disableSounds="no">
            <alert name="Player On Screen" playSound="no" pauseBot="no" logout="no" safeList="&lt;SafeList&gt;
    "/>
            <alert name="Player Attacking" playSound="no" pauseBot="no" logout="no" safeList="&lt;SafeList&gt;
    "/>
            <alert name="Monster Attacking" playSound="no" pauseBot="no" logout="no" safeList="&lt;SafeList&gt;
    "/>
            <alert name="Private Message" playSound="no" pauseBot="no" logout="no" safeList="&lt;SafeList&gt;
    "/>
            <alert name="Default Message" playSound="no" pauseBot="no" logout="no" safeList="&lt;SafeList&gt;
    "/>
            <alert name="GM Detected" playSound="no" pauseBot="no" logout="no"/>
            <alert name="Disconnected" playSound="no" pauseBot="no" logout="no"/>
            <alert name="Character Stuck" playSound="no" pauseBot="no" logout="no" standTime="30000"/>
            <alert name="Health Below" playSound="no" pauseBot="no" logout="no" healthPercent="50"/>
            <alert name="Mana Below" playSound="no" pauseBot="no" logout="no" manaPercent="50"/>
            <alert name="Unjust Kill" playSound="no" pauseBot="no" logout="no"/>
            <alert name="Enemies Online" playSound="no" pauseBot="no" logout="no" enemiesCount="50"/>
        </Alerts>
        <Cavebot enabled="no">
            <Options>
                <Option shovel="3457"/>
                <Option rope="3003"/>
                <Option machete="3308"/>
                <Option pick="3456"/>
                <Option nodeRange="4"/>
                <Option pauseBotOnDeath="yes"/>
                <Option refillAmmo="no" refillAmmoMin="30" refillAmmoMax="70"/>
                <Option autoMount="no"/>
                <Option fireAvoidanceMin="15" fireAvoidanceMax="20"/>
                <Option energyAvoidanceMin="15" energyAvoidanceMax="20"/>
                <Option poisonAvoidanceMin="15" poisonAvoidanceMax="20"/>
                <Option walkThroughPlayers="no"/>
                <Option walkMethod="Walk With Arrow Keys"/>
                <Option walkableItems=""/>
                <Option mapWalkDistMin="20" mapWalkDistMax="30"/>
                <Option userOptionsScript=""/>
            </Options>
            <SpecialAreas/>
            <CavebotScripts/>
            <WaypointSection name="Waypoints"/>
        </Cavebot>
        <Looting enabled="no">
            <Options>
                <Option range="10"/>
                <Option moveItemsQuickly="yes"/>
                <Option eatFoodFromCorpse="yes"/>
                <Option openNextBP="no"/>
                <Option openBPsAtLogin="no"/>
                <Option valuableBodies="3000"/>
                <Option ultraValuableBodies="50000"/>
                <Option alertOnValuableBodies="no"/>
                <Option openValuableBodiesOnly="no"/>
                <Option openUltraValuableBodiesImmediately="no"/>
                <Option policy="Smart Looting"/>
                <LootingDestinations/>
            </Options>
            <LootingProfile name="LootList" isCurrentProfile="yes"/>
        </Looting>
        <Supplies>
            <Options>
                <Option defaultBackpack=""/>
                <Option extraCashMin="1000" extraCashMax="2500"/>
                <Option autoSwitchProfiles="no"/>
            </Options>
            <SupplyProfile name="SupplyList" vocation="Knight, Paladin, Sorcerer, Druid" level="0" isCurrentProfile="yes"/>
        </Supplies>
        <Targeting enabled="no" allowDiagonalMovement="no" autoSwitchProfiles="no" nonPvPMode="no">
            <TargetingProfile name="TargetList" vocation="Knight, Paladin, Sorcerer, Druid" level="0" targetMustBeShootable="no" targetMustBeReachable="yes" isCurrentProfile="yes">
                <Priorities>
                    <Priority health="20"/>
                    <Priority proximity="30"/>
                    <Priority danger="10"/>
                    <Priority random="0"/>
                    <Priority lure="30"/>
                    <Priority stick="2"/>
                </Priorities>
                <Creatures/>
            </TargetingProfile>
        </Targeting>
        <OtherBots>
            <HealingPaths/>
            <TargetingPaths/>
        </OtherBots>
    </WindbotSettings>

  10. #30
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,202
    Reputation
    141
    Rep Power
    10
    Quote Originally Posted by ovvner View Post
    @Lucas Terra


    before update everything was working fine , i download updated version of Windbot and this error occured :



    This happend when i m pressing launch button after login into Windbot.

    Halp me?
    Can you try reinstalling your client? I believe you had a problem when updating your dat/spr files. :P

 

 

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •