Search found 8 matches

by Othon1001
Fri Apr 29, 2011 8:10 am
Forum: Runes of Magic
Topic: Master Loot
Replies: 1
Views: 867

Master Loot

I'm trying to create a script for rombot.

I will filter the item between the member of a party.

example

all guild rune for Party2member
all item green for Party3member
etc..

but I have no ideas how to do that

sorry for my english
by Othon1001
Wed Mar 30, 2011 4:54 am
Forum: Runes of Magic
Topic: Function AgreeTrade
Replies: 3
Views: 1074

Re: Function AgreeTrade

I'm trying to do a real addon no un .xml for micromacro

I can't use RoMScript
by Othon1001
Tue Mar 29, 2011 11:52 am
Forum: Runes of Magic
Topic: Function AgreeTrade
Replies: 3
Views: 1074

Function AgreeTrade

Hello, I'm trying to use the function AgreeTrade. But ... I have a little problem if I use AgreeTrade in a macro "/script AgreeTrade" it's work after a TRADE_REQUEST event but if I use AgreeTrade in a script after a TRADE_REQUEST event itsd doesn't work function AutoTrade_AgreeTrade( arg1 ...
by Othon1001
Wed Feb 02, 2011 5:34 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: tracking player name // time // WP // level and now gold
Replies: 37
Views: 12856

Re: tracking player name // time // WP // level

My final addon_charinfoWP.lua if( settings == nil ) then include("settings.lua"); end function storecharinfo(nameplayer,msg) if nameplayer == nil then nameplayer = "" end filename = getExecutionPath() .. "/logs/" .. nameplayer .. ".log"; file, err = io.open(fi...
by Othon1001
Fri Jan 21, 2011 9:28 am
Forum: Runes of Magic
Topic: rom crashes after 19 chars did elv.daily
Replies: 6
Views: 1694

Re: rom crashes after 19 chars did elv.daily

With the multi connection (fastlogin) you are only 1 line in the log with lisa solution and profile:default.
by Othon1001
Fri Jan 21, 2011 4:52 am
Forum: Runes of Magic
Topic: rom crashes after 19 chars did elv.daily
Replies: 6
Views: 1694

Re: rom crashes after 19 chars did elv.daily

Hello

If you use the default profile for elven dq

I appended this line in the script

Code: Select all

printf("For"..player.Name..);
If client chrashed, I have the information in rombot shell.
by Othon1001
Thu Jan 20, 2011 6:15 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: tracking player name // time // WP // level and now gold
Replies: 37
Views: 12856

Re: tracking player name // time // WP // level

I'm modify your script for my owne utility if( settings == nil ) then include("settings.lua"); end function storecharinfo(nameplayer,msg) if nameplayer == nil then nameplayer = "" end filename = getExecutionPath() .. "/profiles/aalastcharWP" .. nameplayer .. ".xml&...
by Othon1001
Wed Jan 12, 2011 4:27 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: tracking player name // time // WP // level and now gold
Replies: 37
Views: 12856

Re: tracking player name and time

Thanks for your script

I'm trying probably this evening

exactly what i need :D