'Deedee Wabbit" auto follower

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
kkulesza
Posts: 150
Joined: Fri May 27, 2011 9:00 pm
Location: Poland

'Deedee Wabbit" auto follower

#1 Post by kkulesza » Thu Apr 12, 2012 5:46 pm

On easter event there is a quest at Varanas bridge to follow Deedee.
I find it hard to do for 60 secs (to complete quest) and almost impossible to do it for 150 secs (to get the title).
So i made a bot to do it for me :)
Bot is very simple, not perfect(sometimes wabbit gets away) but much better then me.
My Bots record is 291 secs.

ATTENTION
Bot uses flyhack and teleport hack

So don't run the bot when someone is around

Code: Select all

<?xml version="1.0" encoding="utf-8"?><waypoints>
<onLoad>
deedee=105476
fly()
while true do
	mytarget=nil
	mytarget=player:findNearestNameOrId(deedee)
	if mytarget~=nil then
		player:target(mytarget)
		teleport(mytarget.X, mytarget.Z, mytarget.Y+25)
		Attack();
		--fly()
	else
		printf("-")
	end
	player:update();
end
</onLoad>
</waypoints>

User avatar
Edamh
Posts: 106
Joined: Tue May 24, 2011 11:56 pm

Re: 'Deedee Wabbit" auto follower

#2 Post by Edamh » Sat Apr 21, 2012 3:12 pm

Works great! TY!

Post Reply

Who is online

Users browsing this forum: Google [Bot] and 1 guest