ks farming strats

Talk about anything in Runes of Magic. This does not need to pertain to botting.
Post Reply
Message
Author
User avatar
lisa
Posts: 8332
Joined: Tue Nov 09, 2010 11:46 pm
Location: Australia

Re: ks farming strats

#121 Post by lisa » Tue Feb 12, 2013 7:07 pm

my guess would be the value of
INV_AUTOSELL_NOSELL_STATSNUMBER
defaul value is 3, so if any items have 3 or more stats they won't be sold, try using that in your profile and set it to 4.
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

Hetrix
Posts: 74
Joined: Wed Oct 05, 2011 10:34 am

Re: ks farming strats

#122 Post by Hetrix » Tue Feb 12, 2013 8:28 pm

thanks a lot lisa, works great.
/h

Hetrix
Posts: 74
Joined: Wed Oct 05, 2011 10:34 am

Re: ks farming strats

#123 Post by Hetrix » Wed Feb 13, 2013 2:37 pm

Did some testing, works awesome everything beside when my pets get bugged or somehow dissapears and it doesnt loot at all. It just kills and moves on. Is there anything that can check if your pet is summoned or got bugged/killed that can summon it again?
Also a small thing I noticed, happend just once, its when the bot is on the mount and doesnt manage to get into KS, its outside the portal entrance to KS, and the mm window says, "The loading screen didnt appear" over and over.
Anything that can fix this?
Thx for answers.
/H

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

Re: ks farming strats

#124 Post by lisa » Wed Feb 13, 2013 9:05 pm

you can find your answer in the ksfrogs script, pretty sure I mentioned that with all of the loading screens the pet gets bugged and there is a work around for it.

do this in onload

Code: Select all

eggpet = CEggPet(settings.profile.options.EGGPET_ASSIST_SLOT)
then when you enter instance do this

Code: Select all

	eggpet:Return()
	eggpet:Summon()
If pet is not bugged then you waste the 3-5 seconds to resummon it, well worth it to ensure you always get the loot.
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

Hetrix
Posts: 74
Joined: Wed Oct 05, 2011 10:34 am

Re: ks farming strats

#125 Post by Hetrix » Wed Feb 13, 2013 9:31 pm

Works perfectly, once again, thanks lisa.
Regards
/H

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: ks farming strats

#126 Post by rock5 » Thu Feb 14, 2013 1:19 am

And about the mounted thing, just don't try to go into ks mounted. Do a

Code: Select all

player:dismount() 
before going in.

With some mounts you can't go in at all so you've been lucky up till now with yours.
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

farmforever
Posts: 13
Joined: Thu Jan 24, 2013 11:28 am

Re: ks farming strats

#127 Post by farmforever » Thu Mar 21, 2013 2:17 am

can i pl ease get any help to improve my mage skills profile ?


<skills_mage>
<skill name="PRIEST_URGENT_HEAL" hotkey="MACRO" priority="100" hpper="75" />
<skill name="PRIEST_REGENERATE" hotkey="MACRO" priority="90" hpper="80" />
<skill name="MAGE_FIREBALL" hotkey="MACRO" priority="150" />
<skill name="MAGE_PURGATORY_FIRE" hotkey="MACRO" priority="120" />
</skills_mage>

thats what im using, thanks

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

Re: ks farming strats

#128 Post by lisa » Thu Mar 21, 2013 2:33 am

So you only want to use fireball and purg fire?

This is my M/P

Code: Select all

	<skills_mage>
		<skill name="MAGE_LIGHTNING"         		hotkey="MACRO" priority="80" />
		<skill name="PRIEST_RISING_TIDE"     		hotkey="MACRO" priority="80"  />
		<skill name="MAGE_PURGATORY_FIRE"    		hotkey="MACRO" priority="100" />
		<skill name="MAGE_THUNDERSTORM"             hotkey="MACRO" priority="100" inbattle="false" mobcount="3"/>		
		<skill name="MAGE_ESSENCE_OF_MAGIC" 	  	hotkey="MACRO" priority="30" />
		<skill name="PRIEST_URGENT_HEAL"   	  		hotkey="MACRO" priority="100" hpper="60"  />
		<skill name="PRIEST_REGENERATE"    	  		hotkey="MACRO" priority="100" hpper="80" />		
		<skill name="MAGE_ENERGY_INFLUX" 	  		hotkey="MACRO" priority="30" inbattle="true" />
		<skill name="MAGE_ENERGY_WELL" 		  		hotkey="MACRO" priority="30" inbattle="true" />
		<skill name="PRIEST_HOLY_AURA"     	  		hotkey="MACRO" priority="100" inbattle="true" hpper="24" />
		<skill name="MAGE_ELEMENTAL_CATALYST" 	  	hotkey="MACRO" priority="30" inbattle="true" />	
		<skill name="PRIEST_MAGIC_BARRIER" 			hotkey="MACRO" priority="20" rebuffcut="60" inbattle="false" />
		<skill name="MAGE_FLAME"              	  	hotkey="MACRO" priority="80" />
		<skill name="MAGE_FIREBALL"        	  		hotkey="MACRO" priority="70" />
		<skill name="MAGE_PURGATORY_FIRE"      	 	hotkey="MACRO" priority="80" autouse="false" />
		<skill name="MAGE_PLASMA_ARROW"       		hotkey="MACRO" priority="70" autouse="false" />	
		<skill name="ALL_ELEMENTAL_SPIRIT_STONE_ESSENCE"        	  		hotkey="MACRO" priority="70" />
	</skills_mage>
rising tide is there because the elite makes it an instant cast skill =)
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

farmforever
Posts: 13
Joined: Thu Jan 24, 2013 11:28 am

Re: ks farming strats

#129 Post by farmforever » Thu Mar 21, 2013 10:00 am

thank you lisa, ill try this later and post my g/h rates.

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

Re: ks farming strats

#130 Post by lisa » Thu Mar 21, 2013 11:06 am

When I do KS I change the skills though, with this

Code: Select all

	changeProfileOption("COMBAT_TYPE", "melee")	
	
	for i, skill in pairs(settings.profile.skills) do
		if skill.Name == "MAGE_PURGATORY_FIRE" then
			settings.profile.skills[i].AutoUse = true
		end
		if skill.Name == "MAGE_FLAME" then
			settings.profile.skills[i].AutoUse = false
		end	
		if skill.Name == "MAGE_PLASMA_ARROW" then
			settings.profile.skills[i].AutoUse = true
		end
	end
So purg is turned on, flame off and plasma on. plasma arrow on that char is enough to 2 shot any trash in KS though.
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

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

Re: ks farming strats

#131 Post by lisa » Sat Mar 23, 2013 2:52 am

Just thought I'd post an update for mage G/H using KSmagma 5.1
mage1.png
As you can see that was over a period of about 20 hours, so can't get a much more accurate G/H than that.

As always just using housemaid luck pot, honor party and a pet with perfume.
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

Budzer
Posts: 99
Joined: Fri Sep 23, 2011 12:44 am

Re: ks farming strats

#132 Post by Budzer » Sat Mar 23, 2013 7:13 pm

DK if it's official serv if so than current drop event ruin this accuracy, as this is only for this week....

Either way have got 65M/24h including taking new potions sending some staff and doing daily/minis, so i actually in 23,5h (something like that)...

farmforever
Posts: 13
Joined: Thu Jan 24, 2013 11:28 am

Re: ks farming strats

#133 Post by farmforever » Sat Mar 23, 2013 7:24 pm

does the loot runes and zodiac pet make any difference
coz i saw someone using 3 loot III (36% drop) runes, main hand, offhand, and ranged weapon, and 3 different zodiac pet buffs all together, 20%, 50%, and 75%, and +16 wing.

being a rogue this should be awesome with his passive 20% what do you think ?
i wish i could test this.

the basic idea is to get a lv 55 r/s with maid pot 75%, 3 loot runes 108%, 16+ wing 33%, passive buff 20%. 236% flat for 24hs, and honor party (that i have no idea of how much it improves the loot) and 3 sets of zodiac pet for the 6 hous full buff 145%.

any idea of a server that i can have fast access to this setup ?

User avatar
Ego95
Posts: 564
Joined: Tue Feb 28, 2012 12:38 pm
Contact:

Re: ks farming strats

#134 Post by Ego95 » Sun Mar 24, 2013 6:15 am

This birthday event is great. My mage gets 3,3 kk/hour and my rogue 2,9 kk /hour :D

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

Re: ks farming strats

#135 Post by lisa » Sun Mar 24, 2013 6:21 am

Aus seems to have missed out on the Tp and Loot bonus, get the 2X of xp is about it.
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

farmforever
Posts: 13
Joined: Thu Jan 24, 2013 11:28 am

Re: ks farming strats

#136 Post by farmforever » Sun Mar 24, 2013 1:54 pm

im missing the pet perfume, cant find the ID of buff and item ID to cast, any clue ?

EDIT: one day pet perfume is the only one available on the server that i play

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

Re: ks farming strats

#137 Post by lisa » Sun Mar 24, 2013 7:04 pm

lisa wrote:I do potions in profile.

Code: Select all

	<onLeaveCombat><![CDATA[
   
	if not player:hasBuff(503479) then -- pet perfume 30 days
		--inventory:useItem(204514) -- 30 day
		inventory:useItem(207582) --1 day
	end	
	if not player:hasBuff(506684) then -- Unbridled Enthusiasm
		inventory:useItem(207200)
	end
	if not player:hasBuff(506686) then -- clear thought
		inventory:useItem(207202)
	end	
	if not player:hasBuff(506687) then -- housemaid luck
		inventory:useItem(207203)
	end	

	]]></onLeaveCombat>
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

ograso
Posts: 24
Joined: Thu Oct 14, 2010 8:11 am

Re: ks farming strats

#138 Post by ograso » Mon Apr 01, 2013 1:09 am

Hey Lisa,

How is possible to take time 6-7 mins. I am using your bot script and runs take 20 min. There is something wrong :(
lisa wrote:Putting this in RoM general as it is more about characters than actual botting, even though the chars are botting.

Ok so I have been comparing the profitability (gold/hour) of different types of KS farming.

All chars use housemaid pot and honor party, no other MF, not even + wings.
runs take 6-7 mins and stop before the frog boss, usually 150-160 items in bag
Normal mounts.

mage low geared
700k
900K -- added in character looting in areas with lots of mobs

priest OP
850k

scout OP
890k
RC1 - 950k

Could slow down mage so pet gets all the loot, defeats purpose of aoeing everything though lol
(done and gold/hour went up a lot)
gh.jpg
current mage WP (16th Dec 2012)
tries to avoid first boss
KSmagma.xml
current ranged dps (not mage) (16th Dec 2012)
kills first boss
KSira.xml
current frog farm (16th Dec 2012)
goes in kills frogs, leaves out entrance portal.
Rinse and repeat until bags are full and then sells it to NPC.
Works well for mage with thunderstorm.
Uses Rock's gotoportal function.
ksfrogs.xml

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

Re: ks farming strats

#139 Post by lisa » Mon Apr 01, 2013 1:14 am

The run time depends how quickly you kill and also how quickly your bags fill up, it is also affected by how much loot is deleted by the cleanbag function which gets rid of low value junk.

Remember I also designed this to run with specific things, pet to loot mobs (pet perfume), honor party, housemaid luck pots. If you have those 3 things then you need to look at how quickly you are killing mobs, with mage using thunderstorm the runs can be very fast. Of course a mount is important for traveling as walking is very slow.

There could be many factors as to why it takes longer for you.
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

ograso
Posts: 24
Joined: Thu Oct 14, 2010 8:11 am

Re: ks farming strats

#140 Post by ograso » Tue Apr 02, 2013 2:25 pm

My character is very powerfull and 77 lvl. maybe high lvl character is not so good I dont know exactly.

I have those 3 things as you said. perfume,housemaid luck pots and honor party att all. but maybe probably right about the skill which I use. I am using purgutory. I tried to to use thunderstorm but bot is waiting a mouse click when I use the thunderstorm.

I am using especially countmobs function for the effectively kill and I loot 2 bags(40-50 items). there is something wrong as I understand but I dont know where it is..

Can you give an exam for using thunderstorm skill..
lisa wrote:The run time depends how quickly you kill and also how quickly your bags fill up, it is also affected by how much loot is deleted by the cleanbag function which gets rid of low value junk.

Remember I also designed this to run with specific things, pet to loot mobs (pet perfume), honor party, housemaid luck pots. If you have those 3 things then you need to look at how quickly you are killing mobs, with mage using thunderstorm the runs can be very fast. Of course a mount is important for traveling as walking is very slow.

There could be many factors as to why it takes longer for you.

Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests