Jungle Of Hortek Daily

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
sauhard
Posts: 130
Joined: Wed Mar 05, 2014 10:30 am

Jungle Of Hortek Daily

#1 Post by sauhard » Wed Jul 16, 2014 2:44 am

Well i made a basic waypoint for daily which i believe is the fastest and easiest.
Stats at npc - Jero Wespo
You need to do some basic quests before opening that daily.

Use mount before you start the script.
Attachments
lvl 87_1.xml
A lady in Waiting. Daily quest
(1.74 KiB) Downloaded 529 times
Satisfaction is the end of desire!!

User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: Jungle Of Hortek Daily

#2 Post by lisa » Wed Jul 16, 2014 2:46 am

cool, if you wanted you could add

Code: Select all

player:mount()
to the onload section and it will use mount if not already mounted =)
Remember no matter you do in life to always have a little fun while you are at it ;)

wiki here http://www.solarstrike.net/wiki/index.php?title=Manual

i1own0u
Posts: 32
Joined: Mon Mar 19, 2012 6:32 pm

Re: Jungle Of Hortek Daily

#3 Post by i1own0u » Wed Jul 23, 2014 1:55 am

Could also make it open a passageway portal and do it easily. Porting is almost instant once you have done it a few times.

Thank you!

kassi
Posts: 2
Joined: Tue Aug 19, 2014 7:19 am

Re: Jungle Of Hortek Daily

#4 Post by kassi » Tue Aug 19, 2014 7:26 am

waypoints for daily crysalia circles? please =)

noobbotter
Posts: 527
Joined: Fri Aug 31, 2012 1:15 pm

Re: Jungle Of Hortek Daily

#5 Post by noobbotter » Tue Aug 19, 2014 3:06 pm

This is a function I use in a lot of my waypoints to use instead of just a normal player:mount():

Code: Select all

	function doMount()
		if not player.Mounted then
			if inventory:getMount() then
				player:mount()
			elseif inventory:itemTotalCount("Horse Rental Ticket") > 1 then
				inventory:useItem("Horse Rental Ticket");
				yrest(500)
				player:mount()
			end
			yrest(1000)
		end
		speed()
	end
This one will mount if you have a mount and if not, will check for a temporary horse ticket, use it, then mount. Then it will tilize the speed() hack to increase your riding speed. With this, I just use a doMount() anywhere I would want the character to make sure I'm mounted.

User avatar
sauhard
Posts: 130
Joined: Wed Mar 05, 2014 10:30 am

Re: Jungle Of Hortek Daily

#6 Post by sauhard » Tue Dec 02, 2014 2:13 am

noobbotter wrote:This is a function I use in a lot of my waypoints to use instead of just a normal player:mount():

Code: Select all

	function doMount()
		if not player.Mounted then
			if inventory:getMount() then
				player:mount()
			elseif inventory:itemTotalCount("Horse Rental Ticket") > 1 then
				inventory:useItem("Horse Rental Ticket");
				yrest(500)
				player:mount()
			end
			yrest(1000)
		end
		speed()
	end
This one will mount if you have a mount and if not, will check for a temporary horse ticket, use it, then mount. Then it will tilize the speed() hack to increase your riding speed. With this, I just use a doMount() anywhere I would want the character to make sure I'm mounted.

Could you give me an example of waypoint where you have used this function? I am still learning on how to add these things to the waypoints.
Satisfaction is the end of desire!!

Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 3 guests