Page 2 of 2

Re: Grafu Farm first boss better for R/S !

Posted: Tue Aug 13, 2013 11:42 pm
by kuripot
why don't use this

Code: Select all

	changeProfileOption("HARVEST_DISTANCE", 200);  
	yrest(100);
	if inventory:itemTotalCount(0) == 0 then -- make sure to get pet xtras
		player:merchant("Merchant");
		yrest(2000);
	end
		player:merchant("Merchant");
		yrest(100);
instead of addon sell mode??
then put in onload of waypoint

Code: Select all

	changeProfileOption("INV_AUTOSELL_ENABLE",true)
	changeProfileOption("INV_AUTOSELL_FROMSLOT", 1)
	changeProfileOption("INV_AUTOSELL_TOSLOT", 180)

Re: Grafu Farm first boss better for R/S !

Posted: Wed Aug 14, 2013 12:06 am
by jester
my 5 cents - I for solo pharma do not use the second character, and instead of party:

Code: Select all

SlashCommand("ILG destroy")
waitForLoadingScreen()
SlashCommand("ILG inv")
use:

Code: Select all

RoMScript("SetCameraPosition (0,0,1000000)"); yrest(2000)
	repeat yrest(300); player:update(); until not player.Alive
       	RoMScript("BrithRevive();");
	waitForLoadingScreen(); player:update();		
then just wait for 5 minutes to update the dungeon

Re: Grafu Farm first boss better for R/S !

Posted: Thu Aug 15, 2013 6:21 am
by kuripot
i can make 90 sec 1run in GC so its adviceable to make a party to reset.. rather than waiting for 5 minutes

Re: Grafu Farm first boss better for R/S !

Posted: Fri Aug 16, 2013 1:41 am
by Schwertseele
No one with a clue :/?

Best regards

Re: Grafu Farm first boss better for R/S !

Posted: Fri Aug 16, 2013 5:31 am
by kuripot
clue for what?

Re: Grafu Farm first boss better for R/S !

Posted: Fri Aug 16, 2013 4:34 pm
by Schwertseele
For this:
Schwertseele wrote:Hello. =)
I tried this script, but it looks like the waypoints are wrong, or something. The bot walks against walls and not straight to the boss. I have all of the required addons and userfunctions - swimhack, wallhack and so on. :/

It also doesn't know what Premediation is (i know the skill). :/ After i removed Premediation, it doesn't attack the Boss for a long time..When it attacks, it doesn't use the right skills (do i need to write them in my username.xml?)

Can you give me your profile with all needed skills?

Any hints?

Best regards
:)

Best regards

Re: Grafu Farm first boss better for R/S !

Posted: Mon May 26, 2014 11:29 am
by rapidcat
how to disable always hide on this waypoint?

Re: Grafu Farm first boss better for R/S !

Posted: Mon May 26, 2014 1:24 pm
by Lamkefyned