Search found 109 matches

by C3PO
Fri Jun 14, 2013 6:16 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 315505

Re: rock5's "fastLogin Revisited"

Hi Rock,

I tried to do some customizations in the fastLogin, and now I couldn't press the Enter_World Button (or better nothing happens) could you give me a hint how to debug that stuff?

thanks
by C3PO
Sat Jun 08, 2013 8:33 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: GM detection and banning chance reduction
Replies: 499
Views: 146057

Re: GM detection and banning chance reduction

Hi guys,

I get quite often the error

Code: Select all

3:22pm - ...rom/userfunctions/loadsvn/userfunction_gmmonitor.lua:79: attempt to
index local 'obj' (a nil value)
therefore I changed line 79 to

Code: Select all

if obj and ( obj.Type == PT_PLAYER ) and obj.Name ~= "<UNKNOWN>" then
by C3PO
Thu Apr 11, 2013 10:39 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: changing profile option, friend and mob
Replies: 28
Views: 14461

Re: changing profile option, friend and mob

No that's not what I said ;) the first char does all dailies as expected the second (and 3,4,5,6,7,8) char does the first daily NOT as expected because the do not fight against the mobs. The dailies 2-10 are then done as normal. I tried Rock's mentioned loadProfile() but it doesn't change the problem
by C3PO
Sun Apr 07, 2013 4:10 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: changing profile option, friend and mob
Replies: 28
Views: 14461

Re: changing profile option, friend and mob

these are the functions from the onLoad Section of the WP file local function reInitPlayer() -- Re-initialize player player = CPlayer.new(); settings.load(); settings.loadProfile(convertProfileName("TwinkDQ")) end function checkDQCount() local dailyQuestCount, dailyQuestsPerDay= RoMScript(...
by C3PO
Sat Apr 06, 2013 7:15 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: changing profile option, friend and mob
Replies: 28
Views: 14461

Re: changing profile option, friend and mob

I tried it the other way round and let the chars attack everything and if the quest is finished I change them to friends. And it happens the same way. The first Char is fine and after change to nextChar it doesn't attack till the first time. so it looks like that the problem is not changeprofileopti...
by C3PO
Fri Apr 05, 2013 3:12 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: changing profile option, friend and mob
Replies: 28
Views: 14461

Re: changing profile option, friend and mob

the first Char is fine, the first DQ with the 2nd, 3rd ... 8th char has the same problem (as mentioned) so the loadProfile is right before
by C3PO
Fri Apr 05, 2013 5:40 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: changing profile option, friend and mob
Replies: 28
Views: 14461

Re: changing profile option, friend and mob

... and I have an additional problem. I made a script to do the dailies with all characters. Each time the script runs the first round it doesn't attack the mobs in the list. I put in print("fighting against:\n") table.print(settings.profile.mobs) print("==============================...
by C3PO
Fri Apr 05, 2013 2:17 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: changing profile option, friend and mob
Replies: 28
Views: 14461

Re: changing profile option, friend and mob

Hi Lisa,

I found a little failure ;)

line 77

Code: Select all

printf("Removing friend "..v.."\n")
should be

Code: Select all

printf("Removing mob "..v.."\n")
by C3PO
Fri Mar 29, 2013 5:24 am
Forum: Runes of Magic
Topic: Restricted Area in WPL
Replies: 3
Views: 1090

Re: Restricted Area in WPL

No I mean the opposite. eg.: your char is following a mob to kill it. on the way there is a "gap" in the game where your char gets stucked and you would need to kill your char or "report stuck" (I'm not sure if this is the correct English term). To avoid that it would be great to...
by C3PO
Thu Mar 28, 2013 3:40 pm
Forum: Runes of Magic
Topic: Restricted Area in WPL
Replies: 3
Views: 1090

Restricted Area in WPL

Hello,

Is there a possibility to set up a restricted Area within a Waypoint File and if how does it work?
by C3PO
Thu Mar 28, 2013 3:39 pm
Forum: Runes of Magic
Topic: stability problems using fastLogin
Replies: 5
Views: 1353

Re: stability problems using fastLogin

What time span would you suggest Lisa?
by C3PO
Sat Mar 23, 2013 4:37 pm
Forum: Runes of Magic
Topic: stability problems using fastLogin
Replies: 5
Views: 1353

Re: stability problems using fastLogin

Hi Rock,

I tested it but it's still the same. About 20 from 160 times (maybe more often) I get one of the error above.
by C3PO
Fri Mar 22, 2013 1:02 pm
Forum: Runes of Magic
Topic: stability problems using fastLogin
Replies: 5
Views: 1353

stability problems using fastLogin

Hello, I'm using since 2 weeks the fastLogin functionality and nearly every time I need to do something because it hangs up. The error messages are: 1) within a WP File 3:24pm - D:/MicroMacro/scripts/rom/functions.lua:2227: bad argument #1 to 'origi nalkeyboardHold' (number expected, got nil) or wit...
by C3PO
Wed Mar 20, 2013 11:01 pm
Forum: Runes of Magic
Topic: ItemShop Wheel of Fortune
Replies: 7
Views: 1539

Re: ItemShop Wheel of Fortune

Well I don't know the ingame functions to play it just yet but I can tell you what you will win before the wheel stops spinning lol 32Bit OS only, the 64 bit will be different. memoryReadIntPtr(getProc(),0xA015EC,{0x2B4,0x75C,0x14,0x2E0,0x1C}) that is the ID of the item you will get, if you do 0 as...
by C3PO
Tue Mar 19, 2013 9:19 pm
Forum: Runes of Magic
Topic: ItemShop Wheel of Fortune
Replies: 7
Views: 1539

Re: ItemShop Wheel of Fortune

lisa wrote:Well I don't know the ingame functions to play it just yet but I can tell you what you will win before the wheel stops spinning lol
but they are set after you started the wheel or ... otherwise it would be cool to know that you shouldn't play ;)
by C3PO
Tue Mar 19, 2013 7:43 pm
Forum: Runes of Magic
Topic: ItemShop Wheel of Fortune
Replies: 7
Views: 1539

ItemShop Wheel of Fortune

Hello,

I tried to make a script that plays the "Wheel of Fortune", but I don't know how to access the frame and the play button. Has someone maybe an idea?
by C3PO
Sun Mar 17, 2013 2:52 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's craftItem function
Replies: 34
Views: 13131

Re: Rock5's craftItem function

at he moment I'm running 5 RoM windows and 5 MM Windows, they are doing different things and are not working together. One stands next to the tools in my house and when I give him the command craftItem("aft","all") it starts doing it, but immediately afterwards I get Command> cra...
by C3PO
Sat Mar 16, 2013 9:02 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's craftItem function
Replies: 34
Views: 13131

Re: Rock5's craftItem function

Hi Rock,

it's seems that craftItem() is not working if you are running more than one RoM windows & MM windows. Could that be right or is something else wrong?
I'm using the SVN Version
by C3PO
Sat Mar 16, 2013 12:25 am
Forum: Runes of Magic
Topic: leveling from 10 to 20
Replies: 7
Views: 1904

Re: leveling from 10 to 20

that's what I want (or did)

I asked for ideas for leveling 10 to 20 not for 1 to ... ;)
by C3PO
Fri Mar 15, 2013 9:39 pm
Forum: Runes of Magic
Topic: leveling from 10 to 20
Replies: 7
Views: 1904

Re: leveling from 10 to 20

thx for your answers!

I know that there are scripts for 1 to 10 but for some activities your char needs to be 20 :)