Page 1 of 1
Olivine, Verbena and Fastan Banyan
Posted: Tue Jul 19, 2011 9:34 pm
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?
Re: Olivine, Verbena and Fastan Banyan
Posted: Tue Jul 19, 2011 10:15 pm
by rock5
The harvest function doesn't use the ids so it should still work but if you type
in the micromacro window, it will show the id of anything you point at in the game.
Re: Olivine, Verbena and Fastan Banyan
Posted: Wed Jul 20, 2011 3:35 am
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.
Re: Olivine, Verbena and Fastan Banyan
Posted: Wed Jul 20, 2011 3:41 am
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.
Re: Olivine, Verbena and Fastan Banyan
Posted: Wed Jul 20, 2011 5:57 am
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.
Re: Olivine, Verbena and Fastan Banyan
Posted: Wed Jul 20, 2011 6:02 am
by rock5
Weren't there any "rare" resourses?
Re: Olivine, Verbena and Fastan Banyan
Posted: Wed Jul 20, 2011 11:31 am
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.
Re: Olivine, Verbena and Fastan Banyan
Posted: Wed Jan 11, 2012 6:10 am
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" />
Re: Olivine, Verbena and Fastan Banyan
Posted: Wed Jan 11, 2012 6:45 am
by rock5
Thanks. I've already added all 6. They'll be part of my next commit.