View Full Version : High level paladin hunting
azzamcrazza
06-16-2013, 04:13 AM
Seeing as paladins are generally more effective hunting one or two creatures max at a distance, and that the high level distance boosting eq is death resistant, where would a good place to hunt be? Prob use elite draken helmet, depth lorica, koshis ancient amulet, yalahari leg piece, prismatic boots, mycological bow and crystalline arrows (with a magic sword in bp to switch to hand if I run out of store arrows). Preferably creatures using death attacks quite a lot so I can nullify that shit!!
zxzero
06-16-2013, 04:15 AM
I know this is off topic, but how do you make it so that it switches to a weapon after you are out of arrows or spears? I died on my pally a couple times because of this and so I stopped botting it. Sorry about going off topic.
azzamcrazza
06-16-2013, 07:23 AM
Will link you when I get home, at work atm
Nakuu
06-16-2013, 09:16 AM
I know this is off topic, but how do you make it so that it switches to a weapon after you are out of arrows or spears? I died on my pally a couple times because of this and so I stopped botting it. Sorry about going off topic.
local WeaponID = 3280 -- Serpent Sword
local SpearID = 3277 -- Spear
local SpearAmount = 2 -- Amount of spears to equip weapon at
Module.New('equip spears', function(module)
if (Self.ItemCount(SpearID) <= SpearAmount) then
Self.Equip(WeaponID, "weapon")
elseif (Self.ItemCount(SpearID) > SpearAmount) then
Self.Equip(SpearID, "weapon")
end
module:Delay(1000)
end)
Also remember to disable Spears refiller in EQ Manager in Xenobot.
XtrmJosh
06-16-2013, 09:49 AM
Botting high level RPs is not too hard, best advice is to use special areas and targeting options carefully to produce something which allows you to remain consistently safe... Then you can bot almost anywhere. A friend managed to make a script which would hunt grim reapers on a level 120 RP, for instance, and that was 90% safe... Only chance it would fuck up is if 2 grims came and the targeting switched due to blocked paths...
dinmamma
06-16-2013, 10:46 AM
Grim reapers and ghastly dragons, however like Josh said you would need some good setup with special areas and targeting.
Powered by vBulletin® Version 4.2.5 Copyright © 2025 vBulletin Solutions Inc. All rights reserved.