Signup Now
Page 18 of 38 FirstFirst ... 8161718192028 ... LastLast
Results 171 to 180 of 378
  1. #171
    Free User grafix's Avatar
    Join Date
    Jan 2014
    Posts
    535
    Reputation
    20
    Rep Power
    25
    #fuk
    -- >>>>>>>>>> Backpacks <<<<<<<<<<
    MainBPname = "brocade Backpack"
    LootBPname = "fur Backpack"
    GoldBPname = "blue Backpack"
    SupplyBPname = "red Backpack"
    -- >>>>>>>>>> Depot <<<<<<<<<<
    MainDepotname = "brown Backpack"
    AddonDepotname = "beach Backpack"

  2. #172
    Free User mexicows's Avatar
    Join Date
    Dec 2013
    Location
    Brasil, São Paulo
    Posts
    30
    Reputation
    14
    Rep Power
    0
    I use a persistent on almost all scripts to prevent being wasted and die by monsters and i noticed the convertion isnt working properly

    Ibot :
    Code:
    if itemcount('mana potion') < x and underattack('P') and windowcount() >=4 then
    screenshot('pk')
    closetibia()
    else
    end
    WindBot :
    Code:
    if itemcount('mana potion','all') < x and underattack_ib('P') and windowcount() >=4 then
    screenshot('pk')
    closeclient()
    else
    end
    as it wont convert underattack() for $pattacker ~= 0 the underattack_ib('P') also doesnt work.
    Last edited by mexicows; 02-28-2014 at 10:57 PM.
    Level Latest Release Vocation City
    Any Warbot V1.0 (Magebot Functions) Any Null
    22+ Yalahar - Undeads Crypt - Optional Both Sides Druid/Sorc
    Yalahar
    http://i.imgur.com/Zd6zqui.jpg

  3. #173
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    Quote Originally Posted by mexicows View Post
    I use a persistent on almost all scripts to prevent being wasted and die by monsters and i noticed the convertion isnt working properly

    Ibot :
    Code:
    if itemcount('mana potion') < x and underattack('P') and windowcount() >=4 then
    screenshot('pk')
    closetibia()
    else
    end
    WindBot :
    Code:
    if itemcount('mana potion','all') < x and underattack_ib('P') and windowcount() >=4 then
    screenshot('pk')
    closeclient()
    else
    end
    as it wont convert underattack() for $pattacker ~= 0 the underattack_ib('P') also doesnt work.
    Thanks for reporting. Make sure to send me a message quoting this post when you become a premium user, and I'll grant you 3 extra days.

  4. #174
    Free User
    Join Date
    Dec 2013
    Posts
    12
    Reputation
    10
    Rep Power
    0
    and what about my report, @Lucas Terra?

  5. #175
    Free User Orexx's Avatar
    Join Date
    Dec 2013
    Posts
    760
    Reputation
    21
    Rep Power
    25
    @Lucas Terra

    Can you tell me if these will cause any problem with converted scripts or ?

    Warning: Access to unknown global variable: SellProdcuts
    Warning:
    Access to unknown global variable: FoodToBuy
    Warning: Access to unknown global variable: FoodRefiller
    Warning: Access to unknown global variable: GFB
    Warning: Access to unknown global variable: StaminaTime
    Warning: Access to unknown global variable: pzzone
    Warning: Access to unknown global variable: AmuletID
    Warning: Access to unknown global variable: gfbr
    Warning: Access to unknown global variable: PickToUse
    Warning: Access to unknown global variable: MpName

  6. #176
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    Quote Originally Posted by pipokero View Post
    i'm trying to use an action that pick up items from the ground and it's not working!

    ...

    and at conversion log:

    Warning: Setting "Settings\\Refiller\\Rules\\Time Ring\\Enabled" has no WindBot equivalent!
    Warning: Setting "Settings/Hud/Enabled" has no WindBot equivalent!
    Warning: Setting "Settings\\Alerts\\Player\\OnScreen\\FlashClie nt" has no WindBot equivalent!
    Can you post your 'SetupScript_ib'? It is usually the first persistent script. This script of yours should be working just fine, unless you messed up with the values on your Setup Script Persistent.

  7. #177
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    Quote Originally Posted by Orexx View Post
    @Lucas Terra

    Can you tell me if these will cause any problem with converted scripts or ?

    Warning: Access to unknown global variable: SellProdcuts
    Warning:
    Access to unknown global variable: FoodToBuy
    Warning: Access to unknown global variable: FoodRefiller
    Warning: Access to unknown global variable: GFB
    Warning: Access to unknown global variable: StaminaTime
    Warning: Access to unknown global variable: pzzone
    Warning: Access to unknown global variable: AmuletID
    Warning: Access to unknown global variable: gfbr
    Warning: Access to unknown global variable: PickToUse
    Warning: Access to unknown global variable: MpName
    No. It should work just fine.

  8. #178
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    Quote Originally Posted by Izze View Post
    I got
    20:25:14 error in Action script w073:
    ["end"]:Action: 145:2: 'end' expected (to close 'function' at line 1) near '<eof>'


    On my caimans script I tried to convert, it still works it just gives me this annoying popup window all the time, thought I should report it

    Can you post the script?

  9. #179
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    Quote Originally Posted by jonka View Post
    Found a bug, and this destroy all the targeting.

    18:00:54 error in Persistent script Area by Soder:
    ["if target.id > 0 then"]:Area by Soder:64 attempt to index global 'target' (a nil value)
    Would help if you could post the Lua script.

  10. #180
    Free User
    Join Date
    Dec 2013
    Posts
    310
    Reputation
    16
    Rep Power
    24
    Another bug on Goroma serpents by blakw when i convert it, pick action not change Z pos

    I got this action after convert it:
    pick(31928, 32670, 32670)

    and to work action need to be
    pick(31928, 32670, 9)
    as u can see after conver (on ibot is wpt not action) he copy x2 the Y pos and not put Z pos then character cant pick.
    i hope u get what i mean, sorry bad english

 

 

Posting Permissions

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