Search found 665 matches

by botje
Sat May 18, 2013 4:58 am
Forum: Upcoming games
Topic: Dragons Prophet
Replies: 14
Views: 10998

Re: Dragons Prophet

im in too, its not bad.

but man, i hate action mmo's xd
by botje
Mon May 06, 2013 9:12 am
Forum: Announcements
Topic: MicroMacro 1.03 declared stable
Replies: 6
Views: 14486

Re: MicroMacro 1.03 declared stable

beanybabe wrote:if your looking for micromacro go to this page http://www.solarstrike.net/micromacro
no shit sherlock...
by botje
Sun Apr 21, 2013 5:30 am
Forum: RoM Bot revision notes
Topic: 757 Changelog
Replies: 8
Views: 4562

Re: 757 Changelog

i actually see this much more often, the error button ingame appears, and when i check, it has that misspelled cmds in it.

like it doesnt get the whole cmd all the time O.o
by botje
Sat Apr 06, 2013 8:58 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: MemClean userfunction
Replies: 10
Views: 3990

Re: MemClean userfunction

but this is not or the cpu usage, this is to keep the ram compsumption in check xd
by botje
Wed Apr 03, 2013 12:14 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: MemClean userfunction
Replies: 10
Views: 3990

Re: MemClean userfunction

sheesh, i didnt ask you to come here and download it now did i?

seems to work fine on my end, thats all i care for :P
by botje
Tue Apr 02, 2013 9:23 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: MemClean userfunction
Replies: 10
Views: 3990

MemClean userfunction

this user function runs a ramcleaner, to try and get rom to freak out less :P its still in testing, because i dont know yet if it really makes a difference, but hee... its worth a try ^^ personally i call it in profile onload. MemClean(); place the program in the rombot folder, and the userfunction,...
by botje
Tue Apr 02, 2013 8:18 am
Forum: Runes of Magic
Topic: how to run a external program?
Replies: 4
Views: 1334

Re: how to run a external program?

thanx lisa, that did the trick ^^ function MemClean(sleeptime) if sleeptime == nil or sleeptime == "" then sleeptime = 50000 end os.execute("start "..getExecutionPath().."/ramrush.exe -AutoOptimize") yrest(sleeptime) os.execute("TASKKILL /IM ramrush.exe /F") e...
by botje
Mon Apr 01, 2013 4:23 pm
Forum: Runes of Magic
Topic: how to run a external program?
Replies: 4
Views: 1334

Re: how to run a external program?

Code: Select all

function MemClean(sleeptime)
	if sleeptime == nil or sleeptime == "" then sleeptime = 5000 end
	
	os.execute("start 'ramrush.exe' -AutoOptimize")
	yrest(sleeptime)
	os.execute("TASKKILL /IM ramrush.exe /F")
end
exe is in rombot folder, but cant find the program...
by botje
Mon Apr 01, 2013 1:25 pm
Forum: Runes of Magic
Topic: how to run a external program?
Replies: 4
Views: 1334

how to run a external program?

like title, how do i run a cmdline program from the bot?
by botje
Sun Mar 31, 2013 4:19 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's "Invaders from the Sea" - For Elite Skills
Replies: 125
Views: 50291

Re: Rock5's "Invaders from the Sea" - For Elite Skills

last time i used it, it was a bit weird too, would not press the correct buttons etc, but perhaps it was memory corruption, its rom, who knows xd
by botje
Sun Mar 24, 2013 5:08 pm
Forum: Upcoming games
Topic: Dragons Prophet
Replies: 14
Views: 10998

Re: Dragons Prophet

by botje
Wed Mar 20, 2013 3:34 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Event Waypoints
Replies: 20
Views: 6686

Re: Event Waypoints

anyone allready did any waypoints for the anniversary events?
by botje
Wed Mar 20, 2013 3:32 am
Forum: RoM general
Topic: Hy tere ! Have twiter?
Replies: 2
Views: 1329

Re: Hy tere ! Have twiter?

hihihi, that made my day xd
by botje
Mon Mar 18, 2013 1:59 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Cleanbag userfunction 2.5
Replies: 112
Views: 35314

Re: Cleanbag userfunction 2.5

looks to me a problem with in game functions, but rock knows better xd
by botje
Sat Mar 02, 2013 7:55 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: GM detection and banning chance reduction
Replies: 499
Views: 145340

Re: GM detection and banning chance reduction

just start the monitor again, that will fix that :)
by botje
Sun Feb 24, 2013 5:04 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: svn updates for userfunctions
Replies: 43
Views: 15135

Re: svn updates for userfunctions

i dont use the global folder, i just have 1 rom folder.
by botje
Sun Feb 24, 2013 1:38 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: svn updates for userfunctions
Replies: 43
Views: 15135

Re: svn updates for userfunctions

weird, when i had that folder in my userfunction folder, i had trouble with my cleanbag function, it didnt delete my items i had in the drop database.

when i deleted the one in the svn folder, it worked fine, so it seems it loads the one in the svn folder last, which had a empty drop database.
by botje
Sun Feb 24, 2013 12:49 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: svn updates for userfunctions
Replies: 43
Views: 15135

Re: svn updates for userfunctions

as far as i know it does that allready? O.o
by botje
Thu Feb 21, 2013 8:17 am
Forum: RoM Bot revision notes
Topic: 750 Changelog
Replies: 38
Views: 13896

Re: 750 Changelog

dont forget the priest skill update :)

http://www.solarstrike.net/phpBB3/viewt ... =21&t=4645
by botje
Thu Feb 14, 2013 12:58 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Cleanbag userfunction 2.5
Replies: 112
Views: 35314

Re: Cleanbag userfunction 2.5

Code: Select all

local forcekeep = {
      "Experience Potion",
     "simple first aid potion ",
   }
you can add items you want to keep in the forcekeep table.