Search found 665 matches

by botje
Thu Feb 14, 2013 9:36 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Cleanbag userfunction 2.5
Replies: 112
Views: 35662

Re: Cleanbag userfunction 2.5

after
-- Additional Lua code to execute after killing an enemy

and before
]]></onLeaveCombat>"
by botje
Thu Feb 14, 2013 7:19 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Cleanbag userfunction 2.5
Replies: 112
Views: 35662

Re: Cleanbag userfunction 2.5

you add that line in your onleave combat section in your profile :)
by botje
Wed Feb 13, 2013 3:26 am
Forum: Runes of Magic
Topic: bot does'nt have elite skill warrior/priest
Replies: 6
Views: 2293

Re: bot does'nt have elite skill warrior/priest

nice, that seems to work just fine ^^
by botje
Wed Feb 13, 2013 2:10 am
Forum: Runes of Magic
Topic: bot does'nt have elite skill warrior/priest
Replies: 6
Views: 2293

Re: bot does'nt have elite skill warrior/priest

cool, ill try that in a moment :-)

thanx both
by botje
Tue Feb 12, 2013 5:54 pm
Forum: Runes of Magic
Topic: bot does'nt have elite skill warrior/priest
Replies: 6
Views: 2293

bot does'nt have elite skill warrior/priest

a elite skill i just got, enhances magic barrier, thus changing the name and proberly the Id to Enhanced Magic Barrier.

this causes it to keep casting it, while its allready on my char.

how can i get the id to add it to the skills database?
by botje
Thu Jan 31, 2013 10:32 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Malatina's survival
Replies: 409
Views: 104514

Re: Malatina's survival

any fix for this? think its related to the beta MM i use O.o

Code: Select all

Did not find any crashed game clients.
4:30pm - ...ox/micromacro/scripts/rom/waypoints/survivalR5onload.lua:409: attemp
t to call field 'mod' (a nil value)
by botje
Thu Jan 31, 2013 9:12 am
Forum: RoM general
Topic: latency fix for online games
Replies: 0
Views: 2420

latency fix for online games

http://www.leatrix.com/

i found this a while back, thought i would share :P
by botje
Sun Jan 27, 2013 7:02 pm
Forum: Runes of Magic
Topic: death / suicid macro
Replies: 12
Views: 5746

Re: death / suicid macro

weird, my char does'nt die of this, just the camera that gets really high and far away, nothing more O.o
by botje
Wed Jan 23, 2013 3:21 am
Forum: Runes of Magic
Topic: Fallowed by <Unknown>
Replies: 33
Views: 6084

Re: Fallowed by <Unknown>

happens to me sometimes too, think its a bug, because it also happens when there is no one nearby, and seeying there are no GM's on my server... :P
by botje
Tue Jan 22, 2013 6:39 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mystic Altar Script
Replies: 3
Views: 2185

Re: Mystic Altar Script

its nice to farm gold on lower lvls, cards, gear. :)
by botje
Tue Jan 22, 2013 8:03 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mystic Altar Script
Replies: 3
Views: 2185

Mystic Altar Script

well, here we go, my first try at the MA script. let me know if it works, and if it needs any mods :) please note i use a function to invite guild members, so look in the script to comment it out and add the name of your alt in there. script starts at the res point in frostwood valley Mystic Altar.x...
by botje
Wed Jan 16, 2013 3:05 am
Forum: Game cheating & modding
Topic: Aion Bot
Replies: 283
Views: 153533

Re: Aion Bot

whoohoo, i helped xd
by botje
Tue Jan 15, 2013 3:29 am
Forum: Runes of Magic
Topic: Useful AddOns
Replies: 96
Views: 128292

Re: Useful AddOns

ill just use lootfilter and my cleanbag, together they keep everything nice and empty :P
by botje
Tue Jan 15, 2013 3:27 am
Forum: Game cheating & modding
Topic: Aion Bot
Replies: 283
Views: 153533

Re: Aion Bot

i used to use a app called z radar, which would show me all around me, gatherables, asmos, elyos, and mobs, so yes, it should be there, how else could that app show me all that :P

oh wait, i could decompile it, its autoit, perhaps you can use it ^^

Botje
by botje
Mon Jan 14, 2013 12:26 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Cleanbag userfunction 2.5
Replies: 112
Views: 35662

Re: Cleanbag userfunction 2.5

Code: Select all

 local forcekeep = {
      "item1",
     "item2",
   }
by botje
Sat Jan 12, 2013 2:17 pm
Forum: Runes of Magic
Topic: Bot stops targeting NPC after some time
Replies: 9
Views: 2897

Re: Bot stops targeting NPC after some time

same here, no GM's on dutch server xd
by botje
Mon Jan 07, 2013 4:47 pm
Forum: Runes of Magic
Topic: Finding String
Replies: 13
Views: 2597

Re: Finding String

but for runes,, you could easily add them to the forcekeep, and done xd
by botje
Mon Jan 07, 2013 1:11 pm
Forum: Game cheating & modding
Topic: Aion Bot
Replies: 283
Views: 153533

Re: Aion Bot

i made a craft bot in autoit for aion, those macros are very easy for it :P
by botje
Mon Jan 07, 2013 12:54 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Cleanbag userfunction 2.5
Replies: 112
Views: 35662

Re: Cleanbag userfunction 2.5

Code: Select all

if inventory:itemTotalCount("Arcane Transmutor Charge") > 0 then
     repeat
          inventory:useItem("Arcane Transmutor Charge")
     until inventory:itemTotalCount("Arcane Transmutor Charge") == 0
end
here, for your charges xd
by botje
Mon Jan 07, 2013 10:05 am
Forum: Game cheating & modding
Topic: Aion Bot
Replies: 283
Views: 153533

Re: Aion Bot

tried enter? i recall enter working on some dialogs, not sure though xd