Search found 12 matches

by ToreDeLoro
Fri Oct 16, 2009 2:07 pm
Forum: Runes of Magic
Topic: Fastest killing & cheapest to maintain class/subclass
Replies: 2
Views: 1996

Re: Fastest killing & cheapest to maintain class/subclass

mage/priest or scout/priest i think
by ToreDeLoro
Thu Oct 15, 2009 12:20 pm
Forum: Runes of Magic
Topic: The bot is kind of useless isnt it??
Replies: 3
Views: 2186

Re: The bot is kind of useless isnt it??

i only use the bot when im not at PC :P
i do the quest and when i go out turn on the bot
by ToreDeLoro
Thu Oct 15, 2009 8:34 am
Forum: Runes of Magic
Topic: ALL account suspended 3 days, another botter reported me!
Replies: 14
Views: 7071

Re: ALL account suspended 3 days, another botter reported me!

.... if they ban all your acounts, dont mind we use the main acount to bot

i find some people who bots in my server and i never reported them, it's stupid, it gives more information to frogster about how the bot works...

when i find a bot where i want to bot i change chanel...

P.D. agree with ...
by ToreDeLoro
Tue Oct 13, 2009 4:24 pm
Forum: Runes of Magic
Topic: Will bot ever repair?
Replies: 13
Views: 5833

Re: Will bot ever repair?

the problem with this is that so many times i get a white item that has 2 rank X skills
today physique X (+40 stamina) and purity X (+40 wisdom).... y shell it in AH for 500.000 gold :)
by ToreDeLoro
Sat Oct 10, 2009 1:14 pm
Forum: Runes of Magic
Topic: workaround: pawn.lua:212: Error reading memory
Replies: 7
Views: 4128

Re: workaround: pawn.lua:212: Error reading memory

all green now thanks :)
by ToreDeLoro
Fri Oct 09, 2009 8:30 pm
Forum: Runes of Magic
Topic: workaround: pawn.lua:212: Error reading memory
Replies: 7
Views: 4128

Re: workaround: pawn.lua:212: Error reading memory

thanks :)

edit: i get yhis error mensage
URL 'https://rom-bot.googlecode.com/svn/trunk/rom/profiles' of existing
directory 'C:\micromacro\scripts\rom\profiles' does not match expected URL 'http://rom-bot.googlecode.com/svn/trunk/rom/profiles'

language, profile,getpos.lua and settings.lua are with ...
by ToreDeLoro
Fri Oct 09, 2009 3:30 pm
Forum: Runes of Magic
Topic: workaround: pawn.lua:212: Error reading memory
Replies: 7
Views: 4128

Re: workaround: pawn.lua:212: Error reading memory

a noob question:
i'm not sure if i'm doing the update correctly

i run micromacro and write rom/update.lua, it's all?

sorry for my bad english and thanks
by ToreDeLoro
Thu Oct 08, 2009 7:26 am
Forum: Runes of Magic
Topic: RoM 2.1.1.1909.en pawn.lua:183: bad argument #1
Replies: 12
Views: 5625

Re: RoM 2.1.1.1909.en pawn.lua:183: bad argument #1

i run 'rom/bot.lua update' but i still have this error

thanks
by ToreDeLoro
Fri Sep 25, 2009 6:16 am
Forum: Runes of Magic
Topic: How to: using waypoint files (Examples: DQ running, multi )
Replies: 108
Views: 387597

Re: How to: using waypoint files (Examples: DQ running, multi )

yeah :)
now works fine

i use this
local durab , durabmax = RoMScript("GetInventoryItemDurable('player', 15);");
a = durab/durabmax
if( a >= 0.51 ) then

else
loadPaths("repair.xml");
end

to run the repair rute and

sendMacro("SetCameraPosition(420,-712,21143);");
player:scan_for_NPC ...
by ToreDeLoro
Thu Sep 24, 2009 9:47 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 1982723

Re: RoM bot

im find that sometimes a non-aggressive mob attack me when i cast a buff near him

i think this is a rom's bug itself
by ToreDeLoro
Thu Sep 24, 2009 8:23 pm
Forum: Runes of Magic
Topic: How to: using waypoint files (Examples: DQ running, multi )
Replies: 108
Views: 387597

Re: How to: using waypoint files (Examples: DQ running, multi )

hello

i use the code

<!-- # 14 --><waypoint x="797" z="19989">
if( os.difftime(os.time(), player.BotStartTime) > 3600 ) then
load_paths("repair.xml","reparr.xml");
end;
</waypoint>

but when im reach the waypoint and the hour pased i get an error


what im doing wrong?
by ToreDeLoro
Thu Sep 24, 2009 7:23 pm
Forum: Runes of Magic
Topic: Useful macros
Replies: 17
Views: 10196

Re: Useful macros


This macro is for when your weapons durability is low

local durab , durabmax = RoMScript("GetInventoryItemDurable('player', 15);");
a = durab/durabmax
if( a >= 0.51 ) then

else
load_paths("repair.xml");
end


Enjoy botting :)

thank you
but i'm a noob with this :P



where i have to use it ...