Page 4 of 4

Re: Honor point's farm in dril ground

Posted: Tue Jun 09, 2015 8:53 am
by cokebot
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?

Re: Honor point's farm in dril ground

Posted: Wed Jun 10, 2015 5:11 am
by BlubBlab
Perhaps with model files ? removing some walls?

Re: Honor point's farm in dril ground

Posted: Wed Jun 10, 2015 2:24 pm
by cokebot
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.

Re: Honor point's farm in dril ground

Posted: Thu Jun 11, 2015 7:28 am
by beanybabe
---== 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>

Re: Honor point's farm in dril ground

Posted: Thu Jun 11, 2015 5:41 pm
by Heileig
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.

Re: Honor point's farm in dril ground

Posted: Thu Jun 11, 2015 6:46 pm
by beanybabe
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.

Re: Honor point's farm in dril ground

Posted: Thu Jun 11, 2015 7:45 pm
by Heileig
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

Re: Honor point's farm in dril ground

Posted: Mon Jun 15, 2015 4:09 am
by cokebot
ok seems like they changed the player level you need to play survival, with a higher char the old wp still works :)