Honor point's farm in dril ground

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Message
Author
cokebot
Posts: 54
Joined: Wed Oct 19, 2011 7:47 am

Re: Honor point's farm in dril ground

#61 Post by cokebot » Tue Jun 09, 2015 8:53 am

I want to use the wp for the survival game, but after the 10. round i don't get any points and don't move back to the drill ground NPC.
Anyone an idea why and how to fix this?

User avatar
BlubBlab
Posts: 948
Joined: Fri Nov 30, 2012 11:33 pm
Location: My little Pony cafe

Re: Honor point's farm in dril ground

#62 Post by BlubBlab » Wed Jun 10, 2015 5:11 am

Perhaps with model files ? removing some walls?
Jack-of-all-trades, but master-of-only of a few :D

My Reps:
https://github.com/BlubBlab/Micromacro-with-OpenCV (My version of MM2 with OpenCV and for MS Visual Studio)
https://github.com/BlubBlab/rom-bot (rombot with no stop WP and advanced human emulation mode and some other extensions)
https://github.com/BlubBlab/Micromacro-2-Bot-Framework ( A work in progress )
My Tools : viewtopic.php?f=10&t=6226

cokebot
Posts: 54
Joined: Wed Oct 19, 2011 7:47 am

Re: Honor point's farm in dril ground

#63 Post by cokebot » Wed Jun 10, 2015 2:24 pm

No thats not the problem.
long time ago when i used this wp, you were moved to the drillg. npc by RoM and get the game points. Seems like they fixed something and i hope anyone knows how survival farming is still possible.

User avatar
beanybabe
Posts: 647
Joined: Wed Mar 06, 2013 1:27 am

Re: Honor point's farm in dril ground

#64 Post by beanybabe » Thu Jun 11, 2015 7:28 am

---== Hammer the platapus game.==---
I coded this year ago. It may work if i recall it got near max points for the event. cudos to those I borrowed code from.

Code: Select all

<?xml version="1.0" encoding="utf-8"?>
<waypoints>
  <onLoad>
	local PauseBetweenCasts = 500			-- In ms
ignoreOldObj=nil
while true do
	creatures={102175,102176,102177,102178,102179,102180,102181,102182,102183}	
	for k,id in pairs(creatures) do
		if ignoreOldObj==nil then
			mytarget=player:findNearestNameOrId(id)
		else
			mytarget=player:findNearestNameOrId(id,ignoreOldObj)
		end
			if mytarget~=nil then
				player:target(mytarget)
				RoMScript("UseExtraAction(1)");
				ignoreOldObj=mytarget.Address;
				yrest(PauseBetweenCasts)
				--break;
			else	
			end
	end
	repeat
		player:update();
	until player.Casting==false
end
</onLoad>
</waypoints>
Last edited by beanybabe on Sun Jun 21, 2015 12:46 pm, edited 2 times in total.

Heileig
Posts: 3
Joined: Thu Jun 11, 2015 5:37 pm

Re: Honor point's farm in dril ground

#65 Post by Heileig » Thu Jun 11, 2015 5:41 pm

Well i found out, since we have the highest drill ground that you can get in the guild.
That you get ~1200 Points if you play the survival one.
Sadly i am not that good at making good wps.
I usw normal waypoints in 99% just to get some cards.

I dont really get how to use the flyhack in mm. Or atleast it dont work for me.
In that minigame you dont even have to speak with the npc. just fly to the spot, get to the ground and the game starts
150secs running in a circle.
with 92 they dont hit you anyways.

Could someone help, or does someone have something?


EDIT: Well as Rouge/mage you can actually use your elite, so if the yhit you, they die.
But i dont know how to get the timers. so that he flys back to the spot when he gets ported back.

User avatar
beanybabe
Posts: 647
Joined: Wed Mar 06, 2013 1:27 am

Re: Honor point's farm in dril ground

#66 Post by beanybabe » Thu Jun 11, 2015 6:46 pm

survival runs 1 time as far as i know. you can just use the menu as you enter to start it then fly up and to the opposite corner of the games then back to the entrance by about then it ends. Your on your on figuring out a wp. its not to hard just study some other wp like mini game by same name.

Heileig
Posts: 3
Joined: Thu Jun 11, 2015 5:37 pm

Re: Honor point's farm in dril ground

#67 Post by Heileig » Thu Jun 11, 2015 7:45 pm

I actually got it to work. well to fly there.

Ah well i am dumb. Now it get what you mean. i try it. thanks

cokebot
Posts: 54
Joined: Wed Oct 19, 2011 7:47 am

Re: Honor point's farm in dril ground

#68 Post by cokebot » Mon Jun 15, 2015 4:09 am

ok seems like they changed the player level you need to play survival, with a higher char the old wp still works :)

Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 22 guests