Olivine, Verbena and Fastan Banyan
Olivine, Verbena and Fastan Banyan
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
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.
Code: Select all
rom/getid- 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
- Administrator
- Site Admin
- Posts: 5344
- Joined: Sat Jan 05, 2008 4:21 pm
Re: Olivine, Verbena and Fastan Banyan
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.
If you can provide the node IDs, we can commit it.
Re: Olivine, Verbena and Fastan Banyan
I thought it used the node type or something. Sorry.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.
- 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
Re: Olivine, Verbena and Fastan Banyan
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" />
Re: Olivine, Verbena and Fastan Banyan
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
Re: Olivine, Verbena and Fastan Banyan
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:rock5 wrote:Weren't there any "rare" resourses?
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" />Re: Olivine, Verbena and Fastan Banyan
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
Re: Olivine, Verbena and Fastan Banyan
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