Ooohhh, but is it better that the sparkbomb (I already have that) Is it’s range bigger?
Both explosives are good, I also like the dragon dagger a lot.
Thanks. I need to deal with those pests by name if I am to reap my rewards on the level where you are attempting to defeat as much ogres as possible with Mrs. Hushbaum.
Also, if you are into the warrior type, get Okar Stompfoot, and upgrade him with the ring of speed. You get the perfect warrior. I have not seen him die once yet, and I got him a couple of weeks ago. Use the same code up to lvl 4 for the Kithguard Brawl. I am having issues now. The ogres are wrecking half of his health, and I need to use the replayable brawls because i’m not allowed touse my own money to get more gems. Shame. Any lvls where you can get loads of gems?
P.S: Don’t tell me to use wizard or ranger. I don’t have any good armour, weapons or anything good for them.
I’m trying to figure out how to save up 41,300 without buying them. I wonder if there are brawls on Cloudrip Mountain and if there are how many gems do you get from them.
PS: Any ideas how to get past Clash of Clones using Okar Stompfoot?
Use okar’s stomp to blast out the soldiers and archers, then use hurl and throw abilities to kill the remaining opponents
Thank you so much! i also might just happen to have the emperor’s gloves. How can I fit that in?
Also, what the heck is that weird red potion? Is it good or bad? How do I determine? And what is the name of those weird fat ogre ladies with clubs?
How do I get the potion?
Ogre-f is the fat female ogre and red potions give you HP. Emperors gloves will take down all archers and reduce the soldiers hp
I am having issues with the code. What would be good code to get my pet (cougar) to fetch the potion? I tried the one in the taskbar. It failed. Can you please help me?
Have you tried using a while-True loop inside the onSpawn() function, without it it doesn’t work. (and make sure you’ve written the: “pet.on("spawn", onSpawn()”)
Please expand further if you can.
Ok, I’ll show you the code I use for my pet. (this isn’t spoiling, because it’s just how to use something properly)
def onSpawn():
while True:
potion = pet.findNearestByType("potion") # or hero.findNearestItem(), whichever you prefer.
if potion:
pet.fetch(potion) # fetch has no cooldown.
pet.on("spawn", onSpawn)
If this doesn’t work please post the rest of your code; I’ve had considerable problems with pets in the past so I wouldn’t be suprised.
H(ope) T(his) H(elps)! 
Thank you, this should work. (I just got premium access this week, so I’m still new to all of the pets and stuff.)
PS: Are the razor discs good for rangers?
They are good but the 2 best in my opinion is the boom ball and sparkbomb
Ok, this code isn’t working. Posting code now:
while True:
enemy = hero.findNearestEnemy()
item = hero.findNearestItem()
if enemy:
if hero.isReady("stomp"):
hero.stomp()
else:
if hero.isReady("throw") and hero.distanceTo(enemy.pos) < hero.throwRange:
hero.throw(enemy)
else:
if hero.isReady("hurl"):
hero.hurl(enemy)
else:
if hero.isReady("chain-lightning"):
hero.cast("chain-lightning", enemy)
else:
hero.attack(enemy)
if item:
if item.type == "potion":
pet.fetch(item)
P.S:I am using Okar Stompfoot with top armour, Deflector and Runesword, the ring of speed, the precious, emeperor’s gloves and a cougar pet.
Wait, it’s working! just needed to change one line. One issue: my hero is still dying before 40 seconds of Kithguard Brawl (lvl 6) is up. How do I solve it?
please format your code properly
Done and dusted (thanks to the FAQ)!
Don’t use runesword. it has low attack speed, and most of the enemies in kithgard brawl has low health
Sword of the Temple Guard would be good
Would the sword of the forgotten be good? It has more DPS and damage than the sword of the temple guard.