Olivine, Verbena and Fastan Banyan

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
Ajoir
Posts: 32
Joined: Mon May 30, 2011 1:29 pm

Olivine, Verbena and Fastan Banyan

#1 Post by Ajoir »

I try harvest in the new lands, but rombot haven`t the new nodes. I need the id of Olivine, Verbena and Fastan Banyan. Could give me someone, please? How can I get the id of the objects?
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Olivine, Verbena and Fastan Banyan

#2 Post by rock5 »

The harvest function doesn't use the ids so it should still work but if you type

Code: Select all

rom/getid
in the micromacro window, it will show the id of anything you point at in the game.
  • 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
User avatar
Administrator
Site Admin
Posts: 5344
Joined: Sat Jan 05, 2008 4:21 pm

Re: Olivine, Verbena and Fastan Banyan

#3 Post by Administrator »

Actually, I believe it does use the IDs (unless you changed this without me taking notice). The new nodes will need to be added to database/nodes.xml.

If you can provide the node IDs, we can commit it.
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Olivine, Verbena and Fastan Banyan

#4 Post by rock5 »

Administrator wrote:Actually, I believe it does use the IDs (unless you changed this without me taking notice). The new nodes will need to be added to database/nodes.xml.

If you can provide the node IDs, we can commit it.
I thought it used the node type or something. Sorry.
  • 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
Ajoir
Posts: 32
Joined: Mon May 30, 2011 1:29 pm

Re: Olivine, Verbena and Fastan Banyan

#5 Post by Ajoir »

Code: Select all

<node name="Olivine" id="560076" type="ORE" />
<node name="Fastan Banyan" id="560077" type="WOOD" />
<node name="Verbena" id="560078" type="HERB" />
Thank for your help. This is the code that must be write in nodes.xml. it´s possible that are more of these resources with diferent id in other zones.
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Olivine, Verbena and Fastan Banyan

#6 Post by rock5 »

Weren't there any "rare" resourses?
  • 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
Ajoir
Posts: 32
Joined: Mon May 30, 2011 1:29 pm

Re: Olivine, Verbena and Fastan Banyan

#7 Post by Ajoir »

rock5 wrote:Weren't there any "rare" resourses?
Hi rock5. I'm not English, and I don't understand what are you asking exactly, sorry. That are the resourses new. They are in Land of Malevolence, i farmer near of Kampel Town. In nodes.xml, there are resources with more of one id:

Code: Select all

 
<node name="Abyss-Mercury" id="560016" type="ORE" />
<node name="Rune Obsidian Ore" id="560016" type="ORE" />
<node name="Mithril" id="560017" type="ORE" />
<node name="Abyss-Mercury" id="560017" type="ORE" />
<node name="Rune Obsidian Ore" id="560017" type="ORE" />
Why I say may be other olivine with diferent ID in other zone. There are also other resources in Redhill Mountains to higher levels, but as of now I can not farmer, I have not gone there yet. I don't know if these are the "rare" resourses of your questions. If I can help you in something, I will be glad to help.
M4gm4
Posts: 137
Joined: Sun Jan 30, 2011 2:30 pm

Re: Olivine, Verbena and Fastan Banyan

#8 Post by M4gm4 »

Nodes.xml should be updated with these three

Code: Select all

<node name="Purple Agate Crystal" id="560080" type="ORE" />
<node name="Janost Cypress Wood" id="560081" type="WOOD" />
<node name="Nocturnal Lantern Grass" id="560082" type="HERB" />
I use the google translator, so do not be surprised if my english is funny
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Olivine, Verbena and Fastan Banyan

#9 Post by rock5 »

Thanks. I've already added all 6. They'll be part of my next commit.
  • 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
Post Reply