Farming White Iron Nail

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Message
Author
s018mes
Posts: 79
Joined: Sun Jan 16, 2011 11:14 am

Farming White Iron Nail

#1 Post by s018mes » Fri Jan 20, 2012 8:48 pm

Farming the White Iron Nail is done by killing the mobs in the newest zone. But the White Iron Nail doesn't drop off the mobs but off a WHITE BAG that drops next to the mob. The chances are very very low that a WHITE BAG drops so it requires a lot of killing. However, can the bot continuously scan for that WHITE BAG and when it appears, loot it?

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

Re: Farming White Iron Nail

#2 Post by lisa » Fri Jan 20, 2012 8:58 pm

I have this in my profile onleavecombat.

Code: Select all

    if player:findNearestNameOrId("Gift Bag") or player:findNearestNameOrId("Mysterious Bag") then
		local filename = getExecutionPath() .. "/logs/giftbag.log";
		local file, err = io.open(filename, "a+");
		if file then
			file:write("Date: "..os.date())
			file:close();
		end
        player:target_Object("Gift Bag")
		player:target_Object("Mysterious Bag")
        yrest(1000) -- If not enough time to pick up bag, increase it.
    end
Since I have never ever seen a bag drop I still can't confirm if it works or not and I guessed the name of the bag to be 1 of 2 names.

Spent many hours farming tergothen and never seen any bags drop.

I want a staff of wandering too ;)
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

s018mes
Posts: 79
Joined: Sun Jan 16, 2011 11:14 am

Re: Farming White Iron Nail

#3 Post by s018mes » Fri Jan 20, 2012 9:05 pm

Thanks I will test it out

M4gm4
Posts: 137
Joined: Sun Jan 30, 2011 2:30 pm

Re: Farming White Iron Nail

#4 Post by M4gm4 » Fri Jan 20, 2012 9:37 pm

lisa wrote: I want a staff of wandering too ;)
You are on the wrong server... I have now given you one, currently have 4 in the bag. sometimes as a simple thank you for all the help here :)
I use the google translator, so do not be surprised if my english is funny

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

Re: Farming White Iron Nail

#5 Post by lisa » Fri Jan 20, 2012 9:46 pm

I was going to ask if I got the name of the bag right but I assume it is different for your client language lol
Maybe if you know the Id of bag ?
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

s018mes
Posts: 79
Joined: Sun Jan 16, 2011 11:14 am

Re: Farming White Iron Nail

#6 Post by s018mes » Fri Jan 20, 2012 10:50 pm

CONFIRMED.

This code works.

I have proof after running it for 1 hour. I picked up a Bay Ring.

Thanks!

M4gm4
Posts: 137
Joined: Sun Jan 30, 2011 2:30 pm

Re: Farming White Iron Nail

#7 Post by M4gm4 » Fri Jan 20, 2012 11:10 pm

German Name "Geheimnisvoller Beutel" ID:105930 // ID:105982 // ID:105984
I use the google translator, so do not be surprised if my english is funny

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

Re: Farming White Iron Nail

#8 Post by lisa » Sat Jan 21, 2012 10:01 am

Are there specific mobs that "drop" the bags?

I have been farming for a few hours again and nothing =(
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

M4gm4
Posts: 137
Joined: Sun Jan 30, 2011 2:30 pm

Re: Farming White Iron Nail

#9 Post by M4gm4 » Sat Jan 21, 2012 10:47 am

some ppl´s mean on the beach,, i have found my last near tadarn under a cage from a prisoner

edit:
in the German forum they argue, whether it is a mob drop or simply respawn.
after a few write that they have already opened bag 40-50, I think that it is yet so well that they respawn
I use the google translator, so do not be surprised if my english is funny

M4gm4
Posts: 137
Joined: Sun Jan 30, 2011 2:30 pm

Re: Farming White Iron Nail

#10 Post by M4gm4 » Sat Jan 21, 2012 3:19 pm

ok, I just farmed by hand. about 30 minutes - 3 bags.
checked via rom / getId I'm at all. it was always the ID 105930
after the first click, opens the bag, and still has the same ID on 2nd click he lootet then.
I let the time run now with your code snippet to see if he picks up.

And there are definitely drops. if a bag is so round, it's only because someone has forgotten him.

I have change code to this

Code: Select all

	<onLeaveCombat><![CDATA[
		-- Additional Lua code to execute after killing an enemy
		-- fuer die geschenkbeute n der tergothenbucht
	    if player:findNearestNameOrId(105930) or player:findNearestNameOrId("Geheimnisvoller Beutel") then
	      local filename = getExecutionPath() .. "/logs/giftbag.log";
	      local file, err = io.open(filename, "a+");
	      if file then
	         file:write("Date: "..os.date())
	         file:close();
 	     end
	        player:target_Object(105930)
	      player:target_Object("Geheimnisvoller Beutel")
	        yrest(1000) -- If not enough time to pick up bag, increase it.
	    end
	]]></onLeaveCombat>
edit: Gift-Bag is from the joda quest or ?

edit2: yes, it works, while I was here in the forum, he has found and collected:)

edit3: a good spot seems to be perfect the silent pass

edit4: Logfile since last post
Date: 01/21/12 20:12:19
Date: 01/21/12 21:26:30
Date: 01/21/12 23:01:29
Date: 01/21/12 23:01:37
Date: 01/21/12 23:15:48
I use the google translator, so do not be surprised if my english is funny

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

Re: Farming White Iron Nail

#11 Post by lisa » Sat Jan 21, 2012 8:04 pm

Code needs some work, it seems to not collect all bags for some reason.

My log showed 35 mysterious bags appeared and I had 9 items in my bags.

I did notice while watching once it said bag was there and it would harvest it, moved slightly and then didn't get the item and bag remained on ground, it then continued on. I just manually clicked it so not sure if it would have gone back or not.

Seems alot of the log file times are soon after each other so I think the bot didn't collect them and so kept logging the same bag when it killed next mob.

Might need to add in loop to keep "clicking" bag until it vanishes and have a time limit on the loop.
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: Farming White Iron Nail

#12 Post by lisa » Sun Jan 22, 2012 10:30 am

I figured out issue tonight, you need to click bag and then click it again.

testing this

Code: Select all

    if player:findNearestNameOrId("Mysterious Bag") then
		playalarm()
		local filename = getExecutionPath() .. "/logs/giftbag.log";
		local file, err = io.open(filename, "a+");
		if file then
			file:write("Date: "..os.date().." scout")
			file:close();
		end
		player:target_Object("Mysterious Bag")
		yrest(1000)
		player:target_Object("Mysterious Bag")
		yrest(1000)
   end
 
you click it and then it becomes lootable, not sure if that code will work or if better to have second click as an actual 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

M4gm4
Posts: 137
Joined: Sun Jan 30, 2011 2:30 pm

Re: Farming White Iron Nail

#13 Post by M4gm4 » Sun Jan 22, 2012 11:59 am

had written it is 2 times
M4gm4 wrote:ok, I just farmed by hand. about 30 minutes - 3 bags.
checked via rom / getId I'm at all. it was always the ID 105930
after the first click, opens the bag, and still has the same ID on 2nd click he lootet then.
I let the time run now with your code snippet to see if he picks up.
I've been two hours in silence pass, and nothing, not a single today :(
I use the google translator, so do not be surprised if my english is funny

M4gm4
Posts: 137
Joined: Sun Jan 30, 2011 2:30 pm

Re: Farming White Iron Nail

#14 Post by M4gm4 » Sun Jan 22, 2012 4:49 pm

ok, it's important to change the location. I went to another place, and, behold, two bags in 15 minutes ... Apart from the last 2 hours I almost 10kk with monster cards made​​, the way I've found.

what struck me, what's wrong with the logs, there are too many entries in it. partially in the rattled around 10 seconds

still a question, how can I send a message in the channel when he picks up a bag? so I can monitor it ingame?


edit:I just received my first purple drop out of the bag. Recipe - Large Shield of Warding
I use the google translator, so do not be surprised if my english is funny

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

Re: Farming White Iron Nail

#15 Post by lisa » Sun Jan 22, 2012 5:56 pm

With new code I picked up every bag that "dropped"

Code: Select all

Date: 01/23/12 01:14:09 
Date: 01/23/12 01:41:25 
Date: 01/23/12 04:17:30 
Date: 01/23/12 04:47:53 
Date: 01/23/12 06:03:47 
Date: 01/23/12 06:35:42 
Date: 01/23/12 08:01:44 
2h 30mins between 2 of them and 1h 30 mins between another 2, drop rate really sux.
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

M4gm4
Posts: 137
Joined: Sun Jan 30, 2011 2:30 pm

Re: Farming White Iron Nail

#16 Post by M4gm4 » Sun Jan 22, 2012 6:07 pm

ok lisa , but theres another problem,,,

I added

Code: Select all

sendmacro ("DEFAULT_CHAT_FRAME: AddMessage (" | cf0ffff00We have found a Gift-Bag| r ') ")

and thus seen that all objects are logged in the log.

atm i´m on the beach, and all Fishing rods will be logged


and another question: how can i add the looted item to the logg ?
I use the google translator, so do not be surprised if my english is funny

kuripot
Posts: 493
Joined: Mon Nov 07, 2011 9:14 pm

Re: Farming White Iron Nail

#17 Post by kuripot » Sun Jan 22, 2012 7:41 pm

what area is the perfect spot???

M4gm4
Posts: 137
Joined: Sun Jan 30, 2011 2:30 pm

Re: Farming White Iron Nail

#18 Post by M4gm4 » Sun Jan 22, 2012 8:07 pm

taaaaaattaaaaaaaaaaa jaayyyyyyyyyyyy Fertile Goddess Star Stone dropped


perfect spot,,, where many mobs , not humans, best creatures
I use the google translator, so do not be surprised if my english is funny

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

Re: Farming White Iron Nail

#19 Post by lisa » Sun Jan 22, 2012 8:12 pm

kuripot wrote:what area is the perfect spot???
Wish I knew, it seems very random. I currently have chars farming the entire map. Drop rate of bags is very low.

M4gm4 wrote:and another question: how can i add the looted item to the logg ?
A few things come to mind.

1. start event monitor for system when it finds a bag nearby, loot item and then add the looting system message to log then stop monitor.

2. Do a "scan" on bags to see which slots are empty when it finds mysterious bag, then do a scan after it loots and compare the 2 records for slot numbers and the slot that isn't empty anymore has the new item, then just add the details to log.

3. Something simple I haven't thought of yet lol
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

M4gm4
Posts: 137
Joined: Sun Jan 30, 2011 2:30 pm

Re: Farming White Iron Nail

#20 Post by M4gm4 » Sun Jan 22, 2012 10:35 pm

ok, log files are still correct. The problem is, when the bag is further away than a mob, then it deletes the target, and increases the closer mob, thus keeping the bags are.
Is there a way that he does not do that?
I use the google translator, so do not be surprised if my english is funny

Post Reply

Who is online

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