Search found 69 matches

by Buster99
Thu Jun 13, 2013 11:13 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Ancient Treasure
Replies: 284
Views: 100689

Re: Rock5's Ancient Treasure

Ever since I updated to MM 1.03 and newest Revision 758, this script causes an error...After choosing to enter inside AT game it fails to start game with timer...instead the player beings swimming through whole game. Here is MM comments: We try to find NPC Ange Rasa: We successfully target NPC Ange ...
by Buster99
Wed Jun 12, 2013 11:06 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's travelTo userfunction
Replies: 145
Views: 61855

Re: Rock5's travelTo userfunction

Understood and agree. Don't mind being a tester at all. Your work is MUCH appreciated!
by Buster99
Wed Jun 12, 2013 10:25 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's travelTo userfunction
Replies: 145
Views: 61855

Re: Rock5's travelTo userfunction

Using MM 1.03 and latest Revision 758 and beta 2 version of userfunction but getting errors...here is error from Frontline trying to go Silverfall: "...userfunction_travelTo.lua:287: Invalid string option name: Heffner nil" I have tried going from Silverfall to VaranasCentral and get simil...
by Buster99
Sun Mar 31, 2013 10:52 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: changing what is on the MM window (setwindow)
Replies: 48
Views: 21937

Re: changing what is on the MM window.

Thanks for fast reply. Yes, I do mean items I sell on AH not to vendor. I know that leaves room for a lot of market variable, etc. And you are right, it would be different for each server. I may just play around with it and follow your suggestion to set it up in profile options. This seems valuable ...
by Buster99
Sun Mar 31, 2013 10:01 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: changing what is on the MM window (setwindow)
Replies: 48
Views: 21937

Re: changing what is on the MM window.

Lisa, not to complicate things on this but I was wondering how difficult it would be to do this: Add a gold value to an item that is collected while farming and include this in the "gold/hour" amount. i.e. - If I know that I consistently sell Activate runes for 2k per, include that in the ...
by Buster99
Tue Mar 26, 2013 12:11 pm
Forum: Runes of Magic
Topic: Quest Problem, ChoiceOption not an option for completing
Replies: 26
Views: 4790

Re: Quest Problem, ChoiceOption not an option for completing

While doing Goblin mini with 77 Rogue, script often does not attack Evelyn, the Elite boss in there. I have tried to add this to my profile: <option name="AUTO_ELITE_FACTOR" value="70" /> I also added her name to my profile in mobs to attack: <mob name="Evelyn" /> Any i...
by Buster99
Fri Mar 08, 2013 2:14 pm
Forum: Runes of Magic
Topic: Quest Problem, ChoiceOption not an option for completing
Replies: 26
Views: 4790

Re: Quest Problem, ChoiceOption not an option for completing

Ok, after messing around with new information I got it to complete by first using ChoiceOption and then using the RomScript CompleteQuest. Thanks again! Another question: If I use: settings.profile.mobs = {"Crimson Pukari"} settings.profile.mobs = {"Largehorned Shadow Deer"} does...
by Buster99
Fri Mar 08, 2013 1:14 pm
Forum: Runes of Magic
Topic: Quest Problem, ChoiceOption not an option for completing
Replies: 26
Views: 4790

Re: Quest Problem, ChoiceOption not an option for completing

First screen from NPC is the three options of "who done it" then it immediately goes to second screen which shows another quest on top half of screen and then towards bottom it shows the yellow checkmark next to quest name to indicate it is completed...so if you click on that line quest do...
by Buster99
Thu Mar 07, 2013 5:57 pm
Forum: Runes of Magic
Topic: Quest Problem, ChoiceOption not an option for completing
Replies: 26
Views: 4790

Re: Quest Problem, ChoiceOption not an option for completing

Ok, another quest problem. Questname: Loudmouthed Adventurer Location: Static Lathrofea in Xaviera Quest is quite simple. Talk to 4 NPCs then report who the culprit is. Problem is, when you try to turn in quest you first have to choose one of three options of who the loudmouthed person is (choice 2,...
by Buster99
Wed Mar 06, 2013 12:23 pm
Forum: Runes of Magic
Topic: Quest Problem, ChoiceOption not an option for completing
Replies: 26
Views: 4790

Re: Quest Problem, ChoiceOption not an option for completing

Is there an editor I can use that will give me line numbers? There are times I get errors that give me a line number where the error occured but I have to manually count down to find the error. I am using Notepad.

Scripts are going well.

Thanks
by Buster99
Wed Feb 27, 2013 1:36 pm
Forum: Runes of Magic
Topic: Quest Problem, ChoiceOption not an option for completing
Replies: 26
Views: 4790

Re: Quest Problem, ChoiceOption not an option for completing

Rock, that code worked perfect! I can see other uses for that as well on some other things I have come across. Thanks much.

As I continue having quest questions with my project, is it fine for me to keep posting them in this thread or should I start a new one each time?

Thanks again
by Buster99
Tue Feb 26, 2013 11:08 pm
Forum: Runes of Magic
Topic: Quest Problem, ChoiceOption not an option for completing
Replies: 26
Views: 4790

Re: Quest Problem, ChoiceOption not an option for completing

Thanks Rock, that script worked great for that quest. I had to learn the hard way what the "Return" was for. At first I took it out thinking it was a mistake by you only to learn I could not leave the Repeat/Until loop and advance to a WP tag without using Return. At least, I think that is...
by Buster99
Thu Feb 21, 2013 1:11 pm
Forum: Runes of Magic
Topic: Quest Problem, ChoiceOption not an option for completing
Replies: 26
Views: 4790

Re: Quest Problem, ChoiceOption not an option for completing

Thank you for not just giving me the answer. I am very close, I think, to having this work but I am stuck at one place and I think it is easy fix but don't know how to script it. After I use stones and use pouch, if a pouch is in inventory, and quest is NOT completed, I simply want to loop back and ...
by Buster99
Wed Feb 20, 2013 1:58 pm
Forum: Runes of Magic
Topic: Quest Problem, ChoiceOption not an option for completing
Replies: 26
Views: 4790

Re: Quest Problem, ChoiceOption not an option for completing

Ok, I am really enjoying learning this stuff. I am trying to script 40-50 in Xaviera using quests. I know there are are other scipts out there but they use grinding and don't use quests, except dailies. It is a slow go but I am doing it mainly for the challenge and for learning. The following works ...
by Buster99
Wed Feb 20, 2013 4:36 am
Forum: Runes of Magic
Topic: Quest Problem, ChoiceOption not an option for completing
Replies: 26
Views: 4790

Re: Quest Problem, ChoiceOption not an option for completing

Once again, you all are awesome and quick to respond. Question: I am trying to learn the Repeat ... Until scripting options. I have read quite a few examples of its use. On this particular quest would I be able to: Repeat Use Energy Stones Until Magic Energy Pouch appears in Inventory So far I haven...
by Buster99
Tue Feb 19, 2013 11:24 pm
Forum: Runes of Magic
Topic: Quest Problem, ChoiceOption not an option for completing
Replies: 26
Views: 4790

Quest Problem, ChoiceOption not an option for completing

I am trying to script completing a lvl 43 quest in Xaviera called, "Real and Fake." Quest flow is: Accept quest Pick Energy Stones off ground Use Energy Stones in inventory a number of times until it spawns a "Magic Energy Pouch" Use "Magical Energy Pouch" Dialogue appe...
by Buster99
Wed Feb 06, 2013 10:25 am
Forum: Runes of Magic
Topic: Best way to end script when Client deteriorates?
Replies: 9
Views: 1989

Re: Best way to end script when Client deteriorates?

I didnt word my questions very well. I am trying to work on executing .bat files from MM. But wondering how I would be able to: Run initial script in MM normally, started manually Close game client when script is finished Run .bat file which would execute opening new client, MM, script, etc (automat...
by Buster99
Tue Feb 05, 2013 12:51 pm
Forum: Runes of Magic
Topic: Best way to end script when Client deteriorates?
Replies: 9
Views: 1989

Re: Best way to end script when Client deteriorates?

You are right. Best to just end script early instead of being greedy. Now I just need to learn how to do batch files. I suppose it is possible to restart client and scripts again from them? Going to read up on that next. :) Thanks for quick reply Update: I have been able to successfully create batch...
by Buster99
Tue Feb 05, 2013 11:26 am
Forum: Runes of Magic
Topic: Best way to end script when Client deteriorates?
Replies: 9
Views: 1989

Best way to end script when Client deteriorates?

We all know the rom Client simply deteriorates after a certain time (for me it is about 22-23 character daily relogs). Character gets to point cant target NPC's, etc. The question is, what is the best way to end the script so the characters aren't running around doing nothing til you can get back to...
by Buster99
Tue Feb 05, 2013 11:19 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's BuyFromItemShop userfunction
Replies: 123
Views: 35948

Re: Rock5's BuyFromItemShop userfunction

Just wanted to give an update to my problem and what seems to have fixed it (crossing fingers). Server been down lately so will be testing more soon. After much trial and error what fixed the problem was taking your suggestion, Rock, of moving the purchasing of buying the Item Shop Puris down furthe...