Search found 69 matches

by Buster99
Mon Jan 23, 2012 5:11 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: party chat monitoring
Replies: 32
Views: 13251

Re: party chat monitoring

I cannot get this to work. I have your userfunction and have copy and pasted exactly your example. The script stays in endless loop with message in bot window, "goober Monitor started". I am typing "ready" over and over in party chat with another character but it doesn't complete...
by Buster99
Mon Dec 12, 2011 11:14 am
Forum: Runes of Magic
Topic: Leave House Problem...Pls Help
Replies: 2
Views: 793

Re: Leave House Problem...Pls Help

Tx for quick reply.

Actually, I should have mentioned before that I found that also with search but I used the example given of "6, 1" instead of changing it to "1, 1". DUH.

THANKS!
by Buster99
Mon Dec 12, 2011 10:36 am
Forum: Runes of Magic
Topic: Leave House Problem...Pls Help
Replies: 2
Views: 793

Leave House Problem...Pls Help

I have searched all over to find a solution to this and know it is probably a simple solution. I am trying to simply leave my house. I have: <?xml version="1.0" encoding="utf-8"?><waypoints> <!-- # 1 --><waypoint x="30" z="30" y="0"> player:target_NP...
by Buster99
Fri Dec 02, 2011 11:23 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 313116

Re: rock5's "fastLogin Revisited"

I have read and re-read Nero and Rock's post on this issue and tried to get this to work but failed...help pls. I am trying to change channels using LoginNextChar(); with the SetCharList table. I see the option that is now included in the ChangeChar function but what about if not using that? I am us...
by Buster99
Sun Nov 27, 2011 12:58 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 313116

Re: rock5's "fastLogin Revisited"

Rock, sorry about typo. I am running verion 2.22 also.

It is only version I have actually used.

Since another person having same problem I am wondering if there is error in the userfunction.
by Buster99
Sun Nov 27, 2011 9:23 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 313116

Re: rock5's "fastLogin Revisited"

Hmmm. I am using version 2.2. Here is my table: SetCharList({ {account=1, chars= {3,4,5,6,7,8}}, {account=3, chars= {2,3,4,5,6,7,8}}, }) When it finishes with acccount 1 and loads account 3 it still tries to load char#1 instead of bypassing to #2. The message in micromacro correctly says it is loadi...
by Buster99
Sat Nov 26, 2011 2:00 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 313116

Re: rock5's "fastLogin Revisited"

Rock, userfunction works great but I am having one problem. When I am finished with char #8 and it is switching to new account...it wrongly logs in char#1 instead of char#2 even tho I have correctly defined the char table to not use first char. Any ideas why? Is this userfunction designed to be able...
by Buster99
Fri Nov 25, 2011 11:43 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 313116

Re: rock5's "fastLogin Revisited"

HAHA. Thanks so much for fast response. Makes perfect sense! Going to make changes now.
by Buster99
Fri Nov 25, 2011 9:59 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 313116

Re: rock5's "fastLogin Revisited"

rock5, ty so much for your great work. Has been a huge help for long time for me tho new to posting. Problem: I am trying to use your new function, LoginNextChar() but getting error, "No character list defined. Use 'SetCharList<_table> to define list before using 'LoginNextChar<>". I have ...