Farming Aisha

Additional botting resources. Addons may be either for the game itself or for the RoM bot.
Forum rules
Only post additional bot resources here. Please do not ask unrelated questions.
Post Reply
Message
Author
User avatar
nerf
Posts: 88
Joined: Thu Jan 27, 2011 10:44 am

Farming Aisha

#1 Post by nerf »

http://www.runesdatabase.com/search?q=aisha#items


Start point: Image

Add this in your profile:

<onLeaveCombat><![CDATA[
local aisha = player:findNearestNameOrId(101342)
if aisha then
player:target(aisha.Address)
player:fight()
end

]]></onLeaveCombat>

Also need this userfunction
http://www.solarstrike.net/phpBB3/viewt ... friend+mob
Attachments
aisha.xml
works with any language
(1.05 KiB) Downloaded 389 times
Post Reply