can anyone help me out? "skip node"
can anyone help me out? "skip node"
how do I skip harvest node if my level is too low for harvesting? example:
in game it will say "herbalist level is not high enough to gather this!" > next waypoint?
I've browsed through other peoples scripts but did not find any info.
Cheers in advance.
in game it will say "herbalist level is not high enough to gather this!" > next waypoint?
I've browsed through other peoples scripts but did not find any info.
Cheers in advance.
Re: can anyone help me out? "skip node"
The problem is 2 fold. 1 we don't collect the node level when getting data about the object from memory. Which is to be expected as not all objects have skill level requirements and 2 we don't collect player crafting levels.
I had a quick look. Looks like it would be easy to get player crafting levels from memory. We could probably get the node craft level requirement from memory too but it might be easier to just add the level to the node.xml database.
Hm.. looks like it wouldn't be too hard to add. I'll look into it.
I had a quick look. Looks like it would be easy to get player crafting levels from memory. We could probably get the node craft level requirement from memory too but it might be easier to just add the level to the node.xml database.
Hm.. looks like it wouldn't be too hard to add. I'll look into 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: can anyone help me out? "skip node"
I'm just trying to add the level information to the nodes database.
What's with all the wierd entries? For starters there are multiple entries with the same id so because the entries are saved by id that means it overwrites the last entry when loaded. Second if I look up these ids in runesdatabase.com or do a GetIdName(id) command it tells me they don't have any names. Thirdly if I go and look for them as per the maps in runesdatabase they can't be found. Why were these entries added?
Here's an example of the entries I'm talking about.I'm concidering just removing them all.
What's with all the wierd entries? For starters there are multiple entries with the same id so because the entries are saved by id that means it overwrites the last entry when loaded. Second if I look up these ids in runesdatabase.com or do a GetIdName(id) command it tells me they don't have any names. Thirdly if I go and look for them as per the maps in runesdatabase they can't be found. Why were these entries added?
Here's an example of the entries I'm talking about.
Code: Select all
<node name="Rock Crystal" id="560012" type="ORE" />
<node name="Dark Crystal" id="560012" type="ORE" />
<node name="Silver Ore" id="560012" type="ORE" />- 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: can anyone help me out? "skip node"
I think I'll just comment out the weird entries in the node database for now and see if anyone complains. I've got it all set up and working nicely. I'll include it in my next commit which shouldn't be long. Probably within a day.
- 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: can anyone help me out? "skip node"
I think it is a mistake for them to be the same ID, as for runesdatabase they don't usually have the ID for the actual node, they just have the ID for the items.
ie. Silver Ore 200239
ie. Silver Ore 200239
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
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: can anyone help me out? "skip node"
Nah, runesdatabase does have the nodes. They are under recipes but if you do a search for them it doesn't show them. Go figure. Eg. Zinc Ore is
http://www.runesdatabase.com/gathersource/560001
The weird entries such as 560012
http://www.runesdatabase.com/gathersource/560012
doesn't show an item name and neither does GetIdName(560012). I'm pretty sure if an id has no name then you wont be able to click it. So it can't be a valid id. I'm just going to comment them out but leave them in, in case they are actually needed.
http://www.runesdatabase.com/gathersource/560001
The weird entries such as 560012
http://www.runesdatabase.com/gathersource/560012
doesn't show an item name and neither does GetIdName(560012). I'm pretty sure if an id has no name then you wont be able to click it. So it can't be a valid id. I'm just going to comment them out but leave them in, in case they are actually needed.
- 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: can anyone help me out? "skip node"
the link you did for 560012 has it yielding the 3 types of ore that were in the database.
Rock Crystal
Dark Crystal
Silver Ore
Kind of weird if you ask me but the dev's of RoM do some really weird things sometimes lol
Rock Crystal
Dark Crystal
Silver Ore
Kind of weird if you ask me but the dev's of RoM do some really weird things sometimes 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
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: can anyone help me out? "skip node"
I know. It sort of implies that that node could yield either of those resourses but then what would the node look like? Anyway, like I said, the node doesn't have a name so I don't think it's valid.
- 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
Who is online
Users browsing this forum: Google [Bot] and 3 guests