Search found 348 matches
- Tue Jan 20, 2015 10:46 am
- Forum: Runes of Magic
- Topic: Error userfunction lootomatic
- Replies: 10
- Views: 4909
Re: Error userfunction lootomatic
jajajajajaj gracias tio ... yo tambien soy de españa
- Sun Dec 28, 2014 5:54 am
- Forum: Runes of Magic
- Topic: Error userfunction lootomatic
- Replies: 10
- Views: 4909
Re: Error userfunction lootomatic
let me add but not delete(items) [version 1.3 works but why not with 1.4?]
- Sat Dec 27, 2014 4:31 pm
- Forum: Runes of Magic
- Topic: Error userfunction lootomatic
- Replies: 10
- Views: 4909
Re: Error userfunction lootomatic
this error can be ?
- Fri Dec 26, 2014 6:07 am
- Forum: Runes of Magic
- Topic: Error userfunction lootomatic
- Replies: 10
- Views: 4909
Re: Error userfunction lootomatic
yes, I have installed Lootomatic
- Thu Dec 25, 2014 6:44 pm
- Forum: Runes of Magic
- Topic: Error userfunction lootomatic
- Replies: 10
- Views: 4909
Error userfunction lootomatic
Code: Select all
2014-12-26 00:42:14 - IGF:\Lootomatic.Func.ItemFilter_AddItem("LBUTTON","Recuerd
o antiguo",3,4)\:IGF [string "?"]:1784: attempt to index field '?' (a nil value)
- Thu Dec 25, 2014 5:11 pm
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Lamkefyned´s Graffu Farm
- Replies: 45
- Views: 12501
Re: Lamkefyned´s Graffu Farm
New version 2.0 Stable
- Thu Dec 25, 2014 12:00 pm
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: svn updates for userfunctions
- Replies: 43
- Views: 17957
- Tue Nov 25, 2014 5:05 pm
- Forum: Runes of Magic
- Topic: How to stop waypoints
- Replies: 6
- Views: 3394
Re: How to stop waypoints
I have ... I have a function that ... -- Check Bag Background Function function RT() unregisterTimer("RT") local function _RT() _count(5) sendMacro("DEFAULT_CHAT_FRAME:AddMessage('|cffffff00Check Bag {"..Count.."}|r')") if inventory:itemTotalCount(0) == 0 then unregiste...
- Tue Nov 25, 2014 12:37 pm
- Forum: Runes of Magic
- Topic: Break Distance error
- Replies: 2
- Views: 2181
Re: Break Distance error
R5 Thanks, I'll try
- Thu Nov 20, 2014 5:26 pm
- Forum: Runes of Magic
- Topic: How to stop waypoints
- Replies: 6
- Views: 3394
Re: How to stop waypoints
how to make stand
- Mon Nov 10, 2014 2:51 pm
- Forum: Runes of Magic
- Topic: Break Distance error
- Replies: 2
- Views: 2181
Break Distance error
Hello, I have a problem ...
using this type of waypoints ... if I get a Break distance is stopped and not do anything ... anyone have any solution?
using this type of waypoints ... if I get a Break distance is stopped and not do anything ... anyone have any solution?
Code: Select all
player:moveTo(CWaypoint(3443,4016,430))
- Mon Nov 10, 2014 2:17 pm
- Forum: Runes of Magic
- Topic: How to stop waypoints
- Replies: 6
- Views: 3394
How to stop waypoints
Hi, I have registered a function in a script runs ... but when the instance goes out walking ... .. I can stop as waypoints so you do not walk out ..?
- Sun Nov 09, 2014 10:47 am
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: GM detection and banning chance reduction
- Replies: 499
- Views: 179970
Re: GM detection and banning chance reduction
hello, how I can make a gm is detected when I unplug and spend 15 minutes to connect me again?
-- EDIT --
Since I got it xD
-- EDIT --
Since I got it xD
- Sat Nov 08, 2014 10:18 am
- Forum: Runes of Magic
- Topic: how to create a function that runs another?
- Replies: 6
- Views: 3550
- Fri Nov 07, 2014 9:31 am
- Forum: Runes of Magic
- Topic: how to create a function that runs another?
- Replies: 6
- Views: 3550
Re: how to create a function that runs another?
this is just what I want
but can pass parameters to the function inside ....?
but can pass parameters to the function inside ....?
Code: Select all
mainFunc("f1(3)")
mainFunc("f1("33")") -->>> this would mistake?
- Thu Nov 06, 2014 5:37 pm
- Forum: Runes of Magic
- Topic: how to create a function that runs another?
- Replies: 6
- Views: 3550
Re: how to create a function that runs another?
I mean calling a function that is inside another ....
for a single function ....
for a single function ....
- Thu Nov 06, 2014 10:44 am
- Forum: Runes of Magic
- Topic: how to create a function that runs another?
- Replies: 6
- Views: 3550
how to create a function that runs another?
Hi, I am making a user function and I want to make a function that is running another inside. Example: function LKCore() -- COUNT ROUND Rcount = 0 local function countround() Rcount = Rcount+1; end end LKCore("countround()") if anyone knows and can help me ... Thank you
- Thu Nov 06, 2014 10:38 am
- Forum: Runes of Magic
- Topic: New Skill Notice Rombot
- Replies: 2
- Views: 2244
Re: New Skill Notice Rombot
anything xD
should change color from almost invisible xD
should change color from almost invisible xD
- Thu Nov 06, 2014 1:46 am
- Forum: Runes of Magic
- Topic: New Skill Notice Rombot
- Replies: 2
- Views: 2244
New Skill Notice Rombot
and today I set to start the bot I wore this ....
someone explain to me?
Code: Select all
Skill Pµs 'uses' unknown type 64335328, 'usesnum' -4026640. Please report to bot
devs. We might be able to use it.
- Tue Nov 04, 2014 1:12 am
- Forum: Userfunctions, waypoint scripts, etc.
- Topic: Cleanbag userfunction 2.5
- Replies: 112
- Views: 44501
Re: Cleanbag userfunction 2.5
Hello, good as we walk? Well I wanted to ask how you could make a table to delete several objects .... for example ... itemsDelete=[[25488,54554,56555]] item = inventory:findItem(itemsDelete) if item then item:delete() end but does not work for me ... guess where the problem but did not fix it xD