Hello blakw i have tested your edron dragons RP version with Royal spear and when he go buy royal spear he dont buy it, can you see it?
Hello blakw i have tested your edron dragons RP version with Royal spear and when he go buy royal spear he dont buy it, can you see it?
Script Name From Version To Version No change No change
Change Log: Code:- Fixed a bug when restarting hunt. ...
Script Name From Version To Version No change No change
Change Log: Code:- Improved Auto Drop Vials action. ...
Auto drop vials for the Edron Dragons.. Is not working. :/ Nor is selling the empty vials to the NPC.
Help?
NVM its all good... Thanks for the script blakw!! <3
Last edited by layotota; 01-21-2015 at 10:53 PM.
for the people using edron bog raider and blakw read this:
i found a little problem with the safe bank lua, it talks too fast to the npc so the safe bank lua cant see that you dont have enough money (so your char will get stuck saying hi in normal chat till ss)
how to fix:
- go to the tab: scripter, then go to: persistent
-look for the safe bank lua, open the script with dubbel clicking
-remove all and instead copy and paste this in it:
auto(800, 1000)
foreach newmessage MESSAGES "NPCs" do
if (MESSAGES.text:find("There is not enough gold on your account.")) then
setcavebot("off")
wait(5000, 10000)
closeclient()
-click ok and then make sure you have the safe bank lua enabled.
-after that go to tab: Cavebot and then go to tab: City
-find the label: depositWithdrawCash and open the action with dubbel clicking
-remove all and copy and paste this in it:
local totalMPotToCalc = (maxManaPot)
local nameMPotToCalc = (nameManaPot)
local priceMPotToCalc = (priceManaPot)
local totalHPotToCalc = (maxHealthPot)
local nameHPotToCalc = (nameHealthPot)
local priceHPotToCalc = (priceHealthPot)
local nameItemToCalc = ("worn soft boots")
local priceItemToCalc = 10000
local countItemToCalc = itemcount(nameItemToCalc, 'all')
local countMPotToCalc = itemcount(nameMPotToCalc, 'all')
local countHPotToCalc = itemcount(nameHPotToCalc, 'all')
local totalToWithdraw = positive((totalMPotToCalc-countMPotToCalc)*priceMPotToCalc) + positive((totalHPotToCalc-countHPotToCalc)*priceHPotToCalc) + positive(countItemToCalc*priceItemToCalc) + (extraCash)
if (getcreature("Ebenizer").dist <= 3)
then
say("hi")
wait(1500,2500)
npcsay("deposit all")
wait(800,900)
npcsay("yes")
wait(800,900)
if (totalToWithdraw > 0)
then
npcsay("withdraw "..totalToWithdraw)
wait(800,900)
npcsay("yes")
wait(800,900)
end
npcsay("balance")
wait(800,900)
end
if (((itemcount("gold coin", 'all')) + (itemcount("platinum coin", 'all')*100) + (itemcount("crystal coin", 'all')*10000)) < totalToWithdraw)
then
gotolabel("go_bank")
end
end
end
- click ok and now it should be fixed!
(little explaining: i made it so that you wait a bit longer with talking to npc so the safe bank lua got enough time to see that you dont have enough money)
@blakw so are you quiting ibot?
@nicolai
Fixed all scripts, thanks for feedback.![]()
Script Name From Version To Version No change No change
Change Log: Code:- Improved bank cavebot action. - Safe Bank persistent action now comes enabled by default. ...
i have redownload it but it dont buy royal spear, if i put on setup buy power bolt he buy it, but spears no,![]()