Rock5's Millers Ranch Scripts
Forum rules
Only post additional bot resources here. Please do not ask unrelated questions.
Only post additional bot resources here. Please do not ask unrelated questions.
-
- Posts: 30
- Joined: Fri Mar 12, 2010 6:40 pm
Re: Rock5's Millaers Ranch Scripts
Not that I mind being HAND-FED perfect scripts and all, but, where did you learn how to do all this stuff? I has the will to learn and not be a teet-sucker forever but not sure how to get started
Re: Rock5's Millaers Ranch Scripts
I've been an amateur programmer for most of my life. I've learned a few languages along the way and find that as long as there are good resources for the language, I can learn to program in that language.Wundervice wrote:Not that I mind being HAND-FED perfect scripts and all, but, where did you learn how to do all this stuff? I has the will to learn and not be a teet-sucker forever but not sure how to get started
My advice to you is start by creating simple scripts that you can follow and understand. Try not tackling projects that are beyond you. Keep practicing. Apply new methods as you learn and understand them. The longer you stay with it the better you'll get at programming.
One last thing I want to point out, you could probably create a script that works as well as my script without it needing to be that complex. It would be longer but simpler. Don't think that to be a good script it needs to be complex.
And good luck.
- 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: Rock5's Millaers Ranch Scripts
hey,
forgive my noobish question but, what is the "ingamefunctions" addon?
i've tried searching for it on this forum, on google, and on CurseForge.com, couldnt find this addon anywhere.
out of its name i thought mayB its an already existing folder in Runes Of Magic client, searched there, cant find it there also.
i've got SVN installed and updated, the script still gives me that error, regarding my ingamefunctions being out of date.
if you could refer me to a guide or a link to install that addon i would be very grateful :]
thank you in advance.
--==edit==--
never mind, im stupid... if i was actually reading the msg.....
("copy the folder from rom/devtools....")
--==edit2=--
buddy, you rock, sweet script!
works perfectly, thanks alot :]
forgive my noobish question but, what is the "ingamefunctions" addon?
i've tried searching for it on this forum, on google, and on CurseForge.com, couldnt find this addon anywhere.
out of its name i thought mayB its an already existing folder in Runes Of Magic client, searched there, cant find it there also.
i've got SVN installed and updated, the script still gives me that error, regarding my ingamefunctions being out of date.
if you could refer me to a guide or a link to install that addon i would be very grateful :]
thank you in advance.
--==edit==--
never mind, im stupid... if i was actually reading the msg.....
("copy the folder from rom/devtools....")
--==edit2=--
buddy, you rock, sweet script!
works perfectly, thanks alot :]
-
- Posts: 18
- Joined: Sat Aug 07, 2010 6:29 pm
Re: Rock5's Millaers Ranch Scripts
the Script ist nice!!!
MillersRanchMilk:
but when only farming the weed and only AcceptQuest and CompleteQuest is better because then the char dont ever running ^^
one script for only farming weed and one script for only AcceptQuest and CompleteQuest
MillersRanchMilk:
but when only farming the weed and only AcceptQuest and CompleteQuest is better because then the char dont ever running ^^
one script for only farming weed and one script for only AcceptQuest and CompleteQuest
Re: Rock5's Millaers Ranch Scripts
One script for weed is easy.imorpheusi wrote:the Script ist nice!!!
MillersRanchMilk:
but when only farming the weed and only AcceptQuest and CompleteQuest is better because then the char dont ever running ^^
one script for only farming weed and one script for only AcceptQuest and CompleteQuest
Code: Select all
<!-- # 1 --><waypoint x="4055" z="3291">
player:target_Object(112953,7000,true)
</waypoint>
How many weeds will you collect before going to get the milk? I could do 1 script that collects x number of weeds before going to collect the milk. Wouldn't that be better?
- 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: Rock5's Millaers Ranch Scripts
lol I myself usually do 200 sacks / weeds manually b4 running your script i have just been too lazy to modify yours lol. it does make the thing go much faster then running back and forth for 6 every time just faster to harvest up 200 - 400 then run the botrock5 wrote:One script for weed is easy.imorpheusi wrote:the Script ist nice!!!
MillersRanchMilk:
but when only farming the weed and only AcceptQuest and CompleteQuest is better because then the char dont ever running ^^
one script for only farming weed and one script for only AcceptQuest and CompleteQuestYou don't need a separate script for the npc. If you use my MillarsRanchMilk script, it wont go for weed if you already have enough.Code: Select all
<!-- # 1 --><waypoint x="4055" z="3291"> player:target_Object(112953,7000,true) </waypoint>
How many weeds will you collect before going to get the milk? I could do 1 script that collects x number of weeds before going to collect the milk. Wouldn't that be better?
Weeds i use the spot where 5 spawn near the trainer guy by the time you harvest #5 #1 is spawned again
sacks i just run back and forth between the barns
-
- Posts: 18
- Joined: Sat Aug 07, 2010 6:29 pm
Re: Rock5's Millaers Ranch Scripts
Hm this script dont working for merock5 wrote:One script for weed is easy.imorpheusi wrote:the Script ist nice!!!
MillersRanchMilk:
but when only farming the weed and only AcceptQuest and CompleteQuest is better because then the char dont ever running ^^
one script for only farming weed and one script for only AcceptQuest and CompleteQuestYou don't need a separate script for the npc. If you use my MillarsRanchMilk script, it wont go for weed if you already have enough.Code: Select all
<!-- # 1 --><waypoint x="4055" z="3291"> player:target_Object(112953,7000,true) </waypoint>
How many weeds will you collect before going to get the milk? I could do 1 script that collects x number of weeds before going to collect the milk. Wouldn't that be better?
i mean farming all Weed on the map
How many weeds will you collect before going to get the milk? I could do 1 script that collects x number of weeds before going to collect the milk. Wouldn't that be better?
- when i stop this script so long farming
Re: Rock5's Millaers Ranch Scripts
I dont quite follow what you are trying to say here but i think you might want to learn a little bit about waypoint files before you cut and paste snippets into a file and expect it to run ... his waypoint does work if you put it into a correct file format.imorpheusi wrote: Hm this script dont working for me
i mean farming all Weed on the map
How many weeds will you collect before going to get the milk? I could do 1 script that collects x number of weeds before going to collect the milk. Wouldn't that be better?
- when i stop this script so long farming
far as running around all over the place you can make that file your self make a waypoint file with a circle path to each grass area and then edit it and insert the player:target_Object(112953,7000,true) before the </Waypoint> at each waypooint you want to harvest grass at stop the bot when your full of grass and start the milk bot. the milk bot will just milk and turn in the quest untill your grass runs out then will start to self harvest again
research it a bit yourself on how this all works at the wiki and you'll find its really pretty simple to do.
http://www.solarstrike.net/wiki/index.p ... le=RoM_Bot
Re: Rock5's Millaers Ranch Scripts
I understand the logic of of collecting weeds continuously at the 5 weed spot but I don't understand why you would run back and forth between the barns for the sacks. If you want to reduce running around, running back and forth between barns is not going to save you time. I suspect it would actually take longer as the distance between the barns is further than the distance between the first barn and the npc.Valleyguy wrote:lol I myself usually do 200 sacks / weeds manually b4 running your script i have just been too lazy to modify yours lol. it does make the thing go much faster then running back and forth for 6 every time just faster to harvest up 200 - 400 then run the bot
Weeds i use the spot where 5 spawn near the trainer guy by the time you harvest #5 #1 is spawned again
sacks i just run back and forth between the barns
Oops sorry I made a mistake I meant,imorpheusi wrote:Hm this script dont working for merock5 wrote:Code: Select all
<!-- # 1 --><waypoint x="4055" z="3291"> player:target_Object(112953,7000,true) </waypoint>
i mean farming all Weed on the map
Code: Select all
<!-- # 1 --><waypoint x="3938" z="3406">
player:target_Object(112954,7500,true)
</waypoint>
Anyway if you want to collect a certain number of weeds before collecting milk, just exchange waypoint 5 of MillersRanchMilk with this code. It's currently set to collect 100 before collecting milk.
Code: Select all
<!-- # 5 --><waypoint x="3938" z="3406" tag="get_herb">
repeat weeds = RoMScript("GetBagItemCount(204788)") until weeds
while 100 > weeds do
player:target_Object(112954,7500)
end
__WPL:setWaypointIndex(__WPL:findWaypointTag("npc"));
</waypoint>
- 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
-
- Posts: 18
- Joined: Sat Aug 07, 2010 6:29 pm
Re: Rock5's Millaers Ranch Scripts
yeah this works nice
Re: Rock5's Millaers Ranch Scripts
True but feeding 1 chicken all 6 feed bags and failing 6 times and running back and forth till you get all 3 chickens squattin on their duff can be just as time consuming i find the manual run back and forth between barns is i run it fast enough that by the time i return to the first barn is just re spawning i do it for the 100 - 200 prior to your bot if i want to run for some gold eggs quickly cause then the bot sits and feeds the little bastard till they are stuffedrock5 wrote:
I understand the logic of of collecting weeds continuously at the 5 weed spot but I don't understand why you would run back and forth between the barns for the sacks. If you want to reduce running around, running back and forth between barns is not going to save you time. I suspect it would actually take longer as the distance between the barns is further than the distance between the first barn and the npc.
dono its probably playing with my mind but it does seem faster I KNOW the grass is much faster per quest over time to collect in advance and just milk/turnin the grass is a very fast spawn pick it till your full just takes the time to pick it in one spot then milk for life
Re: Rock5's Millaers Ranch Scripts
On second thought, I thought maybe you were right and it might be quicker because to get 3 sacks my way requires a round trip to the 1st barn but to do it your way only requires a 1 way trip between barns. But I had a closer look at the game and noticed you have to practically pass over by the npc waypoint when running between barns so it's impossible for it to save time.Valleyguy wrote:True but feeding 1 chicken all 6 feed bags and failing 6 times and running back and forth till you get all 3 chickens squattin on their duff can be just as time consuming i find the manual run back and forth between barns is i run it fast enough that by the time i return to the first barn is just re spawning i do it for the 100 - 200 prior to your bot if i want to run for some gold eggs quickly cause then the bot sits and feeds the little bastard till they are stuffed
dono its probably playing with my mind but it does seem faster
I think we can just chalk it up to it "playing with your mind".
- 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: Rock5's Millaers Ranch Scripts
I get this error
attempt to call global 'getqueststatus' a nil value
attempt to call global 'getqueststatus' a nil value
Re: Rock5's Millaers Ranch Scripts
either A. your SVN is not up to date or buggered... if so suggest a full delete of everything inside the rom folder and do a full SVN update (save your stuff ofc. waypoints / profiles)jackal123 wrote:I get this error
attempt to call global 'getqueststatus' a nil value
Or B. you didnt install and get working the addon located in dev tools... go into the rom(bot) folder and find the folder in dev tools called "ingamefunctions" this is the addon you have to copy this folder to your /Runes of Magic/Interface/Addons folder
Re: Rock5's Millaers Ranch Scripts
I copied the ingame to my rom addons already guess i'll try a full delete
Re: Rock5's Millaers Ranch Scripts
well maybe but walking right by the NPC and feeding chickens is 2 different things its a 5s feed to feed fail a chicken now with 200 sacks in inventory you'll still feed fail but say (and this has happened while watching the bot) I am trying to feed 3 chickens b4 i goto the barn right on avg this will take 10 bags of feed thats 2 trips to the barn + wp <> feed time fails .. so in the end I am cutting out all that back and forth and feeding at the same time to get to pulling out eggs if i just mass collect 10 - 20 bags at the start no more wp running around during the farming... i have seen your bot run back and forth to the feed barn up to 3 times to get a full 3 fed chickens sometimes....rock5 wrote:On second thought, I thought maybe you were right and it might be quicker because to get 3 sacks my way requires a round trip to the 1st barn but to do it your way only requires a 1 way trip between barns. But I had a closer look at the game and noticed you have to practically pass over by the npc waypoint when running between barns so it's impossible for it to save time.Valleyguy wrote:True but feeding 1 chicken all 6 feed bags and failing 6 times and running back and forth till you get all 3 chickens squattin on their duff can be just as time consuming i find the manual run back and forth between barns is i run it fast enough that by the time i return to the first barn is just re spawning i do it for the 100 - 200 prior to your bot if i want to run for some gold eggs quickly cause then the bot sits and feeds the little bastard till they are stuffed
dono its probably playing with my mind but it does seem faster
I think we can just chalk it up to it "playing with your mind".
the stumper here is am i not wasting that time either a sitting at 1 barn waiting for the bags to re-spawn (3-5s) or running back and forth between the barns = same wasted time i am sure i'll have to time it sometime cant now currently running a optimize on my 2tb raid and its taking forever
Re: Rock5's Millaers Ranch Scripts
Redid the svn update, and it worked, but he just collects feed bags and stops at waypoint 1.
Re: Rock5's Millaers Ranch Scripts
I had the same problems you had when i first started with this scripting / micromacro i had to do a full delete and SVN update to get it to function correctly (i didnt dl it by SVN orginally i used the zip in the min forum as a base package which messed it up more. but your error was identical as mine it wouldnt get quests and that call comes from the addon ...jackal123 wrote:I copied the ingame to my rom addons already guess i'll try a full delete
test it in game with typing this into the chat box:
Code: Select all
/script DEFAULT_CHAT_FRAME:AddMessage(IGF_INSTALLED==true)
if you don't see the word true or it just doesn't respond at all then the add-ons not registering i run the curse client for my add-ons and i just used it to install and remove another add-on and something it does made the game see the add-on after i restarted it.
try all that and let me know.
Re: Rock5's Millaers Ranch Scripts
after the full update did you copy the new add-on folder over top of the old one in your rom/interface/addons???jackal123 wrote:Redid the svn update, and it worked, but he just collects feed bags and stops at waypoint 1.
restart rom after this as well ... all the way out quit game then restart
Re: Rock5's Millaers Ranch Scripts
it doesnt do anything when i type that in, i got the curse client and it doesnt see it either. What should i do now?
Who is online
Users browsing this forum: Bing [Bot] and 7 guests