Farming Aisha
Posted: Thu Jan 10, 2013 8:20 am
http://www.runesdatabase.com/search?q=aisha#items
Start point:
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
Start point:

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