Search found 3 matches

by optnick
Mon Mar 18, 2013 11:45 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Cleanbag userfunction 2.5
Replies: 112
Views: 62100

Re: Cleanbag userfunction 2.5

Probably the ingamefunctions of 755 and 744 are not compatible. I know it's inconvenient but you will have to change it when changing rombot version. Once you have the new version working you shouldn't need to use both anymore.

Also I do not recommend removing error messages. They are there for a ...
by optnick
Mon Mar 18, 2013 6:30 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Cleanbag userfunction 2.5
Replies: 112
Views: 62100

Re: Cleanbag userfunction 2.5

What version of the bot are you using?

755 and 744

744 does not stuck when the skill fails.

ty :)

my settings.lua I commented these lines:

-- Check version
--if igf_version ~= current_version then
-- error(string.format(language[1006], current_version, igf_version), 0)
--end
--else ...
by optnick
Sun Mar 17, 2013 8:27 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Cleanbag userfunction 2.5
Replies: 112
Views: 62100

Re: Cleanbag userfunction 2.5

Hello, first thank everyone, I'm having this problem when I run
CleanBag()
or
CleanBag(1000,2,true,false) etc...


message is displayed:
onLoad error: D:/xxxx/xxxx/functions.lua:728: attempt to concatenate field '?' (a nil value)

Ps: I have userfunction_logger.lua.

thank you guys!


I ...