-
Script Request
I would like a script that creates fire runes, withdrawing essance from the bank and storing the runes it has created. Anti Random wont be a problem, because the char will be in constant motion. The char will also be wearing a tiara.
if this seems too much work, or you just dont want to do it (but you have the skill to) could you help me write a script for it? tyvm!! :redface:
-
Well rune crafters are kind of hard to make.. Not saying they are impossible, but the walking is hard.. I tried making an air rune crafter but gave up after I couldn't make it walk to the altar properly...I know some scripters here can do it, but the question is would they..
-
I made a very basic VB program that walked me there, got me in, made the runes, got me back, and stored them before it didnt work. It was just clicking in set positons. Problem is, the camera keeps moving so set positions dont work too well. If anyone knows how, or thinks they can learn... im more than willing to help. I just need to learn the syntax of all this stuff cause.. i havent done it before.
-
Bank finding shouldn't be a problem, smelters have done it. Depositing fires and withdrawing ess won't be a problem, RCers have done it. The biggest problem will be figuring out landmarks to walk with. That amount of walking is probabaly a lot for your first script. If you can't get anyone to it for you, get RC exp with another RC script, make money someother way, and buy fires.
-
Im thinking....
I can use a set position to walk there... then, when im within range, i can look for the color of the ruins. i can set my mouse there.. click... again, a set position.. look for the color of the alter... etc. so whenever there isnt a landmark, i can use set poistions. maybe give it like.. +- a few pixels.
Feedback?
--Ideas on how to do this in this language?--
-
Yea I guess you could do it that way, but you would have to make sure you start from the right place, and make sure nothing messes you up along the way. Also you could do this with multiple paths, and randomly choose which to take, plus like you said give the clicking some randomness. I believe altar and/or ruin finding is in runecrafting.scar, under skills. I just looked at the runehq map, and you may be able to use coords relative to symbols, until the last bit.
-
Sweet. Do you have any messenger(s)? Id like to be able to talk to you in real time, and get some help.
-
-
I need help with one thing.
Here goes,
I need help getting into the alter. That means clicking the ruins, which means finding them. And that, so far as i know, means finding a unique color on the enter rock. Which i havent been able to find. Since there isnt a symbol on the map, and the map might be turned, i really need a color. Or, if someone can show me how, i can move the mouse around the screen until the option 'enter ruins' appears on the top left.
-
{************************************************* ******************************
function EnterRCAlter: Boolean;
By: Dankness
Description: Will Locate and Enter Rune Crafting Alters by looking for
the pulsating purple light, Must wear a Tiera to work
************************************************** *****************************}
Thats in SRL\SRL\Skill\Runecrafting.scar
As for getting in range for that to work, try clicking north of the minigame symbol.
Edit: to whoever just tried to add me, try again.