my windbot works 30 minutes and lock, just dying for it twice, wish you could help me and solve this problem thanks
my windbot works 30 minutes and lock, just dying for it twice, wish you could help me and solve this problem thanks
You are using GMP from Healer, or Hotkey?
Someone here can help me sort converted the script and then he ta not checking the mana potion and sends case step by step what I do to le Czech.
16:10:32 PARSING ERROR: SetupScript_ib:>> :7:19: primary expression expected
16:10:32 PARSING ERROR: LootHeavy:>> :1:17: primary expression expected
16:10:34 Library file 'windConverterWrapper_main.lua' loaded successfully...
16:10:34 error in Persistent script Drop Flasks:
["if (maround_ib(7) == 0) and (($lootbodi..."]rop Flasks:4 attempt to perform arithmetic on global 'capCheck' (a nil value)
16:10:34 error in Persistent script Exori Hur Ico:
["if ((south < AmountToEMin and east < ..."]:Exori Hur Ico:31 attempt to compare number with nil
16:10:34 Library file 'sirmate_main.lua' loaded successfully...
16:14:14 PARSING ERROR: SetupScript_ib:>> :7:19: primary expression expected
16:14:14 PARSING ERROR: LootHeavy:>> :1:17: primary expression expected
16:14:14 error in Persistent script Drop Flasks:
["if (maround_ib(7) == 0) and (($lootbodi..."]rop Flasks:4 attempt to perform arithmetic on global 'capCheck' (a nil value)
16:14:14 error in Persistent script Exori Hur Ico:
["if ((south < AmountToEMin and east < ..."]:Exori Hur Ico:31 attempt to compare number with nil
hi!! well first congratiolations for the bot thats is 100% better than the ibot.
now the problems ive been facing with ibot scripts are the followings:
1-. everything is perfect in the first hunt, for example if i still have loot in the bps while running for the first time it deposit everything as usual, but when it returns after the hunt, when it arrives to depot, it close all the windows by the function closewindows() but just after that, it doesnt open the bps to deposit, it just goes to depot with the bps closed and never deposit and the script runs like if the character deposited. this happen with 2 scripts of blackw and 1 of bugwt.
2-. Other problem that i faced with a different scripter was that windbot doesnt return back of hunting when the minimum of mana/health potions is reached and by that, my character dies.
i dont know nothing of programming scripts so if u need the scripts where this happen to me, reaply me and ask me for the script and i will pass to you
waiting for an answer
Lucas, what about that Banuta-4 script which I send you? It has stopped healing/shooting runes for a while, also he was skipping many sqms, just running to the next room etc.?
Did you tried to look at it?
Regards
The avalanche hotkey works even better on WindBot than on iBot. The problem is the gmp, for sure. When it is using mana potions it is cancelling the avalanche event. Try toggling "don't override actions" for your great mana potion rule.
The original script had errors. The converter can convert, but not fix scripter's mistakes.
Would be helpful if you could post the problematic actions / scripts.
Hello
I have few big problems...I converted script RP Lost Dwarves by BugWT and it dosent working good...
1. when bot is hunting and leaving cave, character often stay on way with dwarf guards and closing dp (preparing to deposit), but he is on way to boat to cormaya not in dp ! - I died today by dwarf guard lol and yesterday i got this bug two times (never on ibot)
2. Bot dosent refiling dwarven rings from depo (normally should take rings from Extradpbp) and when is no rings in bp - bot is closing.
3. Bot mostly is not moving supplies to supply bp is problem
lostdwarv.jpg
Next about Darashia Wyrms -1
1. When bot is comming necros/priestes/ghosts should shoot avalanche rune if trapped, but when he mark "ghost" he dosent shoot rune.
2. Bot in 30% times refiling dosent openning bps in depo and back hunting on resp with full loot bp without depositer...
Next about Hero Cave
1. Bot is sometime stuck by wrong targetting on resp check ss
hero.jpg
Lost Dwarves
1. no, targetting is off when bot is on way to refile
2. extradpbp- beach backpack
3. supply- expedition backpack
Wyrms
1. Thanks
2. main- blue; loot- camouflage; supply- expedition; gp- golden ( i think there is wrong action code to opening bps, when tibia is minimalized depositer not working and when i checking and maximalized screen to see how bot is openning bps then everything is good)
Code:--Setting up Backpack if not islocation(3) then gotolabel("BeginAtDp") end closewindows() setsetting("Looting/OpenNextBP","no") while windowcount() < 2 do closewindows() wait(1000,2000) openitem(MainBPname, "back", true) wait(1000,2000) resizewindows() wait(1000,2000) openitem(LootBPname, MainBPname, true) wait(1000,2000) end