Page 1 of 2

Grafu Farm first boss better for R/S !

Posted: Thu Jan 31, 2013 5:50 pm
by solembum05
Hi,

So i share my new project, farm's Grafu !

It is like for DoD http://www.solarstrike.net/phpBB3/viewt ... =21&t=4515

It is beta, but normally all work ! Bot start before portal ^^

Explain:
- Choice run's number
- Farm first boss of Grafu
- This bot is great for Rogue/Scout HL , You can use this bot with other class but need some modification.
- You need to have some dps ^^
- Auto Sell when bag full (Look on Xml).
- If dead you come back and farm again ;) (Repair before farm Automatically)
- Always Hide when you exit
- Unbridled Enthusiasm+Lucky Target (include)
- Information about your farm
- Bot stop if you have 3K mementos

Userfuntions for bot:
- userfunction_teleport http://www.solarstrike.net/phpBB3/viewt ... =27&t=2721
- userfunction_swimhack http://www.solarstrike.net/phpBB3/viewt ... t=dismount
- userfunction_wallhack http://www.solarstrike.net/phpBB3/viewt ... t=dismount

Addon:
- Invite Last Group (First run, you need to make group)
- Auto Instance Difficulty (don't need configuration)
- SellMode
- Addon for repair automatically (Repair equip when opening store) like Pbinfo or other.

Have nice farm and Enjoy ;) Pls feedback ;)

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

Posted: Fri Feb 01, 2013 9:00 am
by runehemma
cant get it too autoselit wen bag is ful

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

Posted: Fri Feb 01, 2013 10:57 am
by solembum05
sorry, what do you mean ? i don't understand ><

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

Posted: Fri Feb 01, 2013 12:34 pm
by runehemma

Code: Select all

<!-- FUNCTION SELL PNJ -->
		function selling()
				if sellright == true
					then
						player:openStore(117127)
						if sellbag1 == true
							then RoMScript("Sellslots1(true)")
							yrest(1000)
						end
						if sellbag2 == true
							then RoMScript("Sellslots2(true)")
							yrest(1000)
						end
						if sellbag3 == true
							then RoMScript("Sellslots3(true)")
							yrest(1000)
						end
						if sellbag4 == true
							then RoMScript("Sellslots4(true)")
							yrest(1000)
						end
						if sellbag5 == true
							then RoMScript("Sellslots5(true)")
							yrest(1000)
						end
						if sellbag6 == true
							then RoMScript("Sellslots6(true)")
							yrest(1000)
A ONLY GET ERRO WEN HI TRY TOO SELIT

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

Posted: Fri Feb 01, 2013 12:36 pm
by runehemma
<!-- Auto selling options when used with player:merchant -->
<option name="INV_AUTOSELL_ENABLE" value="true" /> <!-- true | false -->
<option name="INV_AUTOSELL_FROMSLOT" value="1" /> <!-- 1 = bag 1 slot 1 -->
<option name="INV_AUTOSELL_TOSLOT" value="180" /> <!-- 30 = last slot bag 1 -->
<option name="INV_AUTOSELL_QUALITY" value="white,green,blue" /> <!-- white,green,blue,purple -->

i have tis on my config

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

Posted: Fri Feb 01, 2013 4:22 pm
by solembum05
do you have addon Sellmode ?

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

Posted: Fri Feb 01, 2013 7:45 pm
by runehemma
no

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

Posted: Fri Feb 01, 2013 7:58 pm
by runehemma
1:57am - IGF:\Sellslots1(true)\ [string "local a={Sellslots1(true)} return a"]:1
: attempt to call global 'Sellslots1' (a nil value)

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

Posted: Fri Feb 01, 2013 8:01 pm
by lisa
solembum05 wrote:Addon:
- Invite Last Group (First run, you need to make group)
- Auto Instance Difficulty (don't need configuration)
- SellMode
- Addon for repair automatically (Repair equip when opening store) like Pbinfo or other.
The addon requirements to use the script were in the first post, so basically if you don't have the addons then the script won't work as it is intended.

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

Posted: Sat Feb 02, 2013 12:27 pm
by solembum05
Thx Lisa for your answer ^^

About to sell i don't use configure include on bot, you need to check on my files if you want sell or not, and what page's bag you want to sell ! And you need addon Sellmode ;)

Normally all work ;)

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

Posted: Sat Feb 02, 2013 2:10 pm
by runehemma
got it work now tnx

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

Posted: Sun Feb 03, 2013 2:38 pm
by solembum05
Hi,

Update on V1, so more modification ^^

Important modification:
- Bot can be start at the Grafu's portal or near Kakala Snaketail
- New waypoint on instance (more fast)
- Add function for resolve problem if you are under when you exit instance
- Add function repair (Need to say if you want to repair or not, and the durability, check on files)
- Add Galloping Gale when you use mount ;)
- More Information ;)
- Other modification...

With new update you need this userfunction: http://www.solarstrike.net/phpBB3/viewt ... =27&t=2924

Userfuntions for bot:
- userfunction_teleport http://www.solarstrike.net/phpBB3/viewt ... =27&t=2721
- userfunction_swimhack http://www.solarstrike.net/phpBB3/viewt ... t=dismount
- userfunction_wallhack http://www.solarstrike.net/phpBB3/viewt ... t=dismount
- userfunction_setwindow http://www.solarstrike.net/phpBB3/viewt ... =27&t=2924

Addon:
- Invite Last Group (First run, you need to make group)
- Auto Instance Difficulty (don't need configuration)
- SellMode
- Addon for repair automatically (Repair equip when opening store) like Pbinfo or other.

Reminder
- You choice run's number
- Farm first boss of Grafu
- This bot is great for Rogue/Scout HL , You can use this bot with other class but need some modification.
- You need to have some dps ^^
- Auto Sell when bag full (Look on Xml).
- If dead you come back and farm again ;) (Repair before farm Automatically)
- Always Hide when you exit
- Unbridled Enthusiasm+Lucky Target (include)
- Information about your farm
- Bot stop if you have 3K mementos

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

Posted: Tue Feb 05, 2013 8:16 am
by solembum05
Update is her ;)

Have fun et enjoy ;)

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

Posted: Wed Feb 13, 2013 8:33 am
by runehemma
i get stuck on v1 hi dont get too the boss

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

Posted: Tue Mar 05, 2013 7:15 am
by solembum05
i had no problem ! more information about stuck ?

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

Posted: Thu Mar 28, 2013 10:50 am
by Junk
After some custom tweaking I am loving this. Thank you!

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

Posted: Sun Mar 31, 2013 6:15 pm
by grande
*Edit: nevermind... was just a type-O and a few other things wrong in the posted script.

Is the merchant NPC only available on certain servers? Bags fill up pretty quick but don't seem to have an NPC to sell to.

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

Posted: Thu Jul 18, 2013 2:21 pm
by AngelDrago
Has anyone this one with out the flying in it... i figured out..thx

but know i'm getting this error
6:1pm - ...cro/scripts/ROM/userfunctions/userfunction_gmmonitor.lua:169: attempt
to perform arithmetic on local '_ttime' (a nil value) anyone understand this error message?

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

Posted: Tue Jul 30, 2013 2:49 pm
by amalia
I´d like to go further in the Ini and do also B2 maybe B3.
Since I have no rogue-class I like to minimize outside visibilty-time per Memo ^^

But how can I loot the chest after Ardmond is killed?
The ID of the chest is shown as 105456, 105589 and 105588.

EDIT: Ok, I figured this out. It was quite easy but too late. Chestbox is an NPC

Code: Select all

player:target_NPC("Geheimnis des Tierb\132ndigers",1000,true,true);
And as a second question. How can I break group during fight depending if I am under the hat of the Boro-Boros or not.
Sometimes he catch the pet then I can kill him. But if it chatches me, then I´m sucked.

I guess this is also easy but again its too late.

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

Posted: Mon Aug 12, 2013 12:26 am
by Schwertseele
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