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
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)
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.
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
Funciona perfeitamente no ibot, todo meu código.PHP Code:
vDados = verificarDado()
Last edited by Sajean; 02-21-2014 at 02:46 AM.