Signup Now
Page 12 of 38 FirstFirst ... 2101112131422 ... LastLast
Results 111 to 120 of 378
  1. #111
    Free User
    Join Date
    Dec 2013
    Posts
    310
    Reputation
    16
    Rep Power
    24
    Quote Originally Posted by Lucas Terra View Post
    Can you send me the script via PM? Does it use any other library, besides sirmate.lua?
    Sent, no need any library only sirmate.
    thanks

  2. #112
    Free User
    Join Date
    Feb 2014
    Posts
    1
    Reputation
    10
    Rep Power
    0
    if no eqiped item in slot, take it from prepared bp
    with ibot all works fine legs, helmet, shield, armor .etc

    after conversion armor one stops working, else still work

    in setings
    armorEQ = "plate armor"
    weaponEQ = "serpent sword"

    Before conversion
    Code:
    if armor == 0 then
     moveitems(armorEQ, "armor", eqBPDP,1)
    end
    if weapon == 0 then
     moveitems(weaponEQ, "weapon", eqBPDP,1)
    end

    After conversion
    Code:
    if $chest.id == 0 then
     moveitems(armorEQ, "armor", eqBPDP,1)
    end
    if $rhand.id == 0 then
     moveitems(weaponEQ, "weapon", eqBPDP,1)
    end

  3. #113
    Free User
    Join Date
    Dec 2013
    Posts
    54
    Reputation
    10
    Rep Power
    24
    When converting a script it wont show how much supplies u used if u use sirmates MMH since the supplies doesnt go to the supplies tab (I guess that's why atleast)

  4. #114
    Wind Powered
    Join Date
    Jan 2014
    Location
    Mexico
    Posts
    31
    Reputation
    7
    Rep Power
    0
    Quote Originally Posted by Lucas Terra View Post
    Can you send me the script via PM? Does it use any other library, besides sirmate.lua?
    I have the same error ($pickid) on the BugWT Goroma Script, but mine doesnt mess up anything it hunts fine, heals fine. sometimes it doesnt deposit anything (doesnt open the loot backpack)
    if you fix this error let me know please is because every hunt it show up

    Thank you in advance
    Last edited by JimyDark; 02-20-2014 at 05:06 AM.

  5. #115
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    Quote Originally Posted by Filleman View Post
    When converting a script it wont show how much supplies u used if u use sirmates MMH since the supplies doesnt go to the supplies tab (I guess that's why atleast)
    sirmate's MMH was designed for WindBot, so it will only work if you use the supplies tab.

  6. #116
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    Quote Originally Posted by zakne View Post
    if no eqiped item in slot, take it from prepared bp
    with ibot all works fine legs, helmet, shield, armor .etc

    after conversion armor one stops working, else still work

    in setings
    armorEQ = "plate armor"
    weaponEQ = "serpent sword"

    Before conversion
    Code:
    if armor == 0 then
     moveitems(armorEQ, "armor", eqBPDP,1)
    end
    if weapon == 0 then
     moveitems(weaponEQ, "weapon", eqBPDP,1)
    end

    After conversion
    Code:
    if $chest.id == 0 then
     moveitems(armorEQ, "armor", eqBPDP,1)
    end
    if $rhand.id == 0 then
     moveitems(weaponEQ, "weapon", eqBPDP,1)
    end
    Are you sure this 'after conversion' code is right? Here it converted to:
    if $chest.id == 0 then
    moveitems(armorEQ, eqBPDP, "armor",1)
    end
    if $rhand.id == 0 then
    moveitems(weaponEQ, eqBPDP, "weapon",1)
    end

  7. #117
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    Quote Originally Posted by Adrimeister View Post
    Converted Goroma serpents from BlakW and i got this on conversion log.


    Warning: Setting "Settings\\Alerts\\Message\\HealCreature\\PlaySoun d" has no WindBot equivalent!
    Warning: Setting "Settings\\Alerts\\Message\\HealCreature\\FlashCli ent" has no WindBot equivalent!
    Warning: Setting "Settings\\Alerts\\Message\\HealCreature\\Screensh ot" has no WindBot equivalent!
    Warning: Setting "Settings\\Alerts\\Message\\YourAttack\\PlaySo und" has no WindBot equivalent!
    Warning: Setting "Settings\\Alerts\\Message\\YourAttack\\FlashClien t" has no WindBot equivalent!
    Warning: Setting "Settings\\Alerts\\Message\\YourAttack\\Screenshot " has no WindBot equivalent!
    Warning: Setting "Settings\\Alerts\\Message\\YourAttack\\Disconnect " has no WindBot equivalent!
    Warning: Setting "Settings\\Cavebot\\Settings\\Priority" has no WindBot equivalent!
    Warning: Setting "Settings\\Alerts\\Player\\OnScreen\\FlashClie nt" has no WindBot equivalent!

    And when u have to use pick on goroma had this error and my character stop healing and die
    error in Action script w206b:
    ["$pickid(31928, 32670, 32670)"]:Action: 158:1 attempt to call global '$pickid' (a number value)
    Thanks for helping me to spot a problem. I'm adding 3 more days to your WindBot account.

  8. #118
    Free User Sajean's Avatar
    Join Date
    Feb 2014
    Posts
    385
    Reputation
    26
    Rep Power
    23
    Boa noite, tentei fazer uma conversão de um script ibot e me ocorreram esses erros.

    Notice: 'Setup' script converted to a persistent script: 'SetupScript_ib'
    Warning: Access to unknown global variable: a
    Warning: Access to unknown global variable: field

    Quando cliquei na persistente me ocorreu isso.

    error in Persistent script Start:
    ["local a = gett($posx,$posy+1,$posz)"]:SetupScript_ib:43 attempt to call global 'gett' (a nil value)
    stack traceback:
    ["vDados = verificarDado()"]:Start:3 in user script -- esse erro ocorre em mais 3 persistentes.

    Eu chamo ela no meu código assim
    PHP Code:
    vDados verificarDado() 
    Funciona perfeitamente no ibot, todo meu código.
    Last edited by Sajean; 02-21-2014 at 02:46 AM.

  9. #119
    Free User
    Join Date
    Dec 2013
    Posts
    310
    Reputation
    16
    Rep Power
    24
    Quote Originally Posted by Lucas Terra View Post
    Thanks for helping me to spot a problem. I'm adding 3 more days to your WindBot account.
    Thanks, any news about scripts with specific librarys (not sirmate one)

  10. #120
    Administrator Lucas Terra's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    2,200
    Reputation
    180
    Rep Power
    10
    Quote Originally Posted by Sajean View Post
    Boa noite, tentei fazer uma conversão de um script ibot e me ocorreram esses erros.

    Notice: 'Setup' script converted to a persistent script: 'SetupScript_ib'
    Warning: Access to unknown global variable: a
    Warning: Access to unknown global variable: field

    Quando cliquei na persistente me ocorreu isso.

    error in Persistent script Start:
    ["local a = gett($posx,$posy+1,$posz)"]:SetupScript_ib:43 attempt to call global 'gett' (a nil value)
    stack traceback:
    ["vDados = verificarDado()"]:Start:3 in user script -- esse erro ocorre em mais 3 persistentes.

    Eu chamo ela no meu código assim
    PHP Code:
    vDados verificarDado() 
    Funciona perfeitamente no ibot, todo meu código.
    Can you send me the whole script?

    Quote Originally Posted by Adrimeister View Post
    Thanks, any news about scripts with specific librarys (not sirmate one)
    All you have to do is copy the whole library to a persistent script and click on Convert From iBot. It will convert the library for you.

 

 

Posting Permissions

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