Search found 121 matches

by droppen
Mon Oct 19, 2009 6:32 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 872393

Re: RoM bot

tips for what? you got it running.. o_O
by droppen
Mon Oct 19, 2009 6:29 pm
Forum: Runes of Magic
Topic: printf
Replies: 6
Views: 1455

Re: printf

try RoMScript("GetBagItemCount("..itemId..")"); if that don't work, theres something wrong with the function that inventory has. you can allso try itemTotalCount(itemNameOrId) this function uses the bot's saved values of the item. for that you need to run inventory:update() first
by droppen
Mon Oct 19, 2009 2:32 pm
Forum: Runes of Magic
Topic: SVN 128: autorepair with the bot and ingame addon streamline
Replies: 19
Views: 8951

Re: SVN 128: autorepair with the bot and ingame addon streamline

yeah, this addon is totally useless for the bot right now. this was new in SVN version 128, the newest version is numbered over 360, so this is old and not worth discussing and confusing the noobs about.
by droppen
Mon Oct 19, 2009 12:46 pm
Forum: Runes of Magic
Topic: Bot restarter
Replies: 2
Views: 1391

Re: Bot restarter

hmm, this is not a good idea to automate an automator with autoit. everything you do with autoit can be made with micromacro.
by droppen
Sun Oct 18, 2009 7:09 pm
Forum: Runes of Magic
Topic: Harvesting Proing: How-To Guide
Replies: 3
Views: 1095

Re: Harvesting Proing: How-To Guide

You can all so use GetCurrentParallelID() and ChangeParallelID(id); to change channel and the resources will be re spawned! e.g: <waypoint x="0" y="0"> id = RoMScript("GetCurrentParallelID()"); id = id + 1; -- 3 is the number of channels on your server if id == 3 then i...
by droppen
Sat Oct 17, 2009 10:15 am
Forum: Runes of Magic
Topic: Fastest killing & cheapest to maintain class/subclass
Replies: 2
Views: 1316

Re: Fastest killing & cheapest to maintain class/subclass

ToreDeLoro wrote:mage/priest or scout/priest i think
scout/priest is the best for not using potions.
by droppen
Fri Oct 16, 2009 11:50 am
Forum: Runes of Magic
Topic: ALL account suspended 3 days, another botter reported me!
Replies: 14
Views: 4523

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

False IP for each computer? 2 computers would have different private IP addresses, however Frogster will not see these IP addresses, they will see the IP address of your router which is the same on any computer connected to the same router. That is my understanding. Anyone know if there is anyway t...
by droppen
Thu Oct 15, 2009 8:54 am
Forum: Runes of Magic
Topic: ALL account suspended 3 days, another botter reported me!
Replies: 14
Views: 4523

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

ginokid wrote:**Another botter reported me
I don't think its that hard to see that someone is botting when using micromacro, even for someone that hasn't used them before.
ginokid wrote:I WILL HAVE MY REVENGE!
I'd say deal with it. The last thing the world need is revenge.
by droppen
Sun Oct 11, 2009 7:57 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 872393

Re: RoM bot

BlackGod wrote:Or he got all the mobs on hin friendlist... :D

But my question is, how could I send text messages to rom...
Like: "Macro test: send 1234 to macro place 2"...
I wanna see ingame what the bot do...
Could someone tell me the command for this plz?

Thx
sendMessage("test");
by droppen
Sat Oct 10, 2009 3:29 pm
Forum: Runes of Magic
Topic: Small but helpful addition to the code
Replies: 11
Views: 2404

Re: Small but helpful addition to the code

j_schlott wrote:what if we need the opposite, to log if we die to a pk, but to res and go back to fighting if we die to a mob

if a pk is killing me over and over i dont wanna keep rezzing for him
you should make waypoints in witch you dont die to the mobs
by droppen
Sat Oct 10, 2009 3:16 pm
Forum: Runes of Magic
Topic: SVN 344: harvest options changed! harvest user should read!
Replies: 3
Views: 2221

Re: SVN 344: harvest options changed! harvest user should read!

d003232 wrote:(keypress ??? in the standard ingame settings).
keypress control+z in the standard ingame settings.
by droppen
Sat Oct 10, 2009 5:54 am
Forum: Runes of Magic
Topic: [Release] RoM Bot Configuration Tool V1.4
Replies: 31
Views: 19394

Re: [Release] RoM Bot Configuration Tool V1.4

maybe we should let this post sink
by droppen
Sat Oct 10, 2009 5:31 am
Forum: Runes of Magic
Topic: workaround: pawn.lua:212: Error reading memory
Replies: 7
Views: 3298

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 a...
by droppen
Thu Oct 08, 2009 3:10 am
Forum: Runes of Magic
Topic: No looting.....
Replies: 3
Views: 1066

Re: No looting.....

I wonder if you could set these settings using RoMScript..
by droppen
Wed Oct 07, 2009 4:47 pm
Forum: Runes of Magic
Topic: RoM 2.1.1.1909.en pawn.lua:183: bad argument #1
Replies: 12
Views: 3748

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

hmm, there is some major changes in the game. i cannot fix it with my skill's. we'll have to wait
by droppen
Wed Oct 07, 2009 8:34 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 872393

Re: RoM bot

Another suggestion. Implement feature when the bot scans a folder (for example "user_classes") and include all lua files from this folder. It'll allow to easily add features to existing classes and use it from waypoint files. I have a better idea, join the developers as the russian transl...
by droppen
Sat Oct 03, 2009 9:24 am
Forum: Runes of Magic
Topic: Event Handling ?
Replies: 1
Views: 833

Re: Event Handling ?

we dont want to make rombot so hard to use so that you would have to install addons to your rom. but there is a way to do the event handling. take a look at RoMScript function. writes to memory the macro1 slot, then by using EditMacro rom function rombot writes the return values to macro2 slot, wher...
by droppen
Thu Oct 01, 2009 4:19 am
Forum: Runes of Magic
Topic: 2 Questions about LUA scripting
Replies: 3
Views: 1127

Re: 2 Questions about LUA scripting

<waypoints> <!-- # 1 --><waypoint x="-432" z="-5974"> local test1, test2, test3 = RoMScript("GetBagItemInfo(3);"); if(test3 == "Sharp Bear Claw") then sendMacro("PickupBagItem( %test3 );"); <----HERE 1 sendMacro("PickupBagItem(5);"); else ...
by droppen
Wed Sep 30, 2009 10:54 pm
Forum: Runes of Magic
Topic: help for me create my waypoints
Replies: 2
Views: 861

Re: help for me create my waypoints

Plx were i think the correct X and Z for i create one new waypoint exemple: <waypoint x=" 2388 " z=" 9152 " /> were i think this numbers? thx to all see the post and sry for my stupid english i no speak so much:P you has to raed wiki page so as of time to do createpath.lua as yo...