Yo!
I got an error when I refill softboots that it wont increase the money spent when I refill
In your script it's like this:
increaseamountspent(10000)
Should it be
increaseamountspent.add(10000)
Instead? :P
Oh fixed it..
increasemoneyspent(10000)
Yo!
I got an error when I refill softboots that it wont increase the money spent when I refill
In your script it's like this:
increaseamountspent(10000)
Should it be
increaseamountspent.add(10000)
Instead? :P
Oh fixed it..
increasemoneyspent(10000)
Sea Serpents X1 (North) lvl 99
http://i61.tinypic.com/v63zma.jpg
Another thing with the hydra forbidden island script.
It has hunted in the cave for like 2h and got 400 hydras, but than it randomly went to the hydra boss and tried to enter the portal but it couldn't. So i had to manually choose another waypoint so it went back to the hydra cave instead... Is there any kind of bug?
Thanks for the screens, guys!
Seems like I will have to check The Many killer, by now put Kill Boss as false or just keep an eye from time to time. Somehow it's making my variable go true even though it's not supposed to... I fixed the softs thing, I always forget it's money and not amount hahaha, thanks for telling that.
Yeah, it does fix, lack of attention by my part. Added it on my script too.
But it still makes task points right? Without killing the The Many?
Another thig haha :PP
I dont want to loot gold, so I unchecked the "loot gold" and removed the goldbp from the looting->Settings list.
But the script wont work then, So either do I need to have 1 goldbp with me always even tho it doesn't need it or remove it like this:
Remove "goldbp opener" from the bp opener action
PS.
You can add another "utana vid" action like I did after you have killed The Many, so you avoide being traped by shitty monsters on the way to the hydra cave. Coz the utana vid went of half way to the hydra cave from The Many.
Come on bro..
You did even forget to complete the loot list on Edron Demon Forge.
Skull Staff wasn't even in the lootlist (I added it myself)
I hope you are going to do research to what items are in the lootlist and which aren't yet
Will do it, thanks for the suggestion. And yeah, even though you won't loot gold, you need at least one goldbp on your mainbp.
Probably since I made the lootlist before adding Infernalist floor, it can be missing some items. Skull staff, spellbook of mind control, red tome, gold ingot, magic sulphur, small enchanted ruby and black skull.. surely these aren't on the lootlist.
I think I found where the bug of "The Many" are...
If you go to Cavebot->Tohunt->ID044 and set it like this:
if KillBoss and TheMany then
waitping()
gotolabel(0, "toMany")
else
gotolabel(045,"toHunt")
return
end
Instead of this:
if KillBoss and TheMany then
waitping()
gotolabel(0, "toMany")
else
return
end
Do you think it will work then?
Nah it's not because of that, it's the variable TheMany, I set it to true when you get the message from Grizzly Adams to kill it but seems like either it's not returning to false or it's turning true randomly. I'll check it whenever Hydra spawn is empty on my server.