Search found 91 matches

by S3v3n11
Tue Nov 03, 2009 2:51 pm
Forum: Runes of Magic
Topic: Time Stamp
Replies: 2
Views: 1166

Time Stamp

I have the bot print different things to the console and would like to tag the entries with the date/time.

Anyone have example code for this?

Thanks!
by S3v3n11
Fri Oct 30, 2009 11:57 pm
Forum: Runes of Magic
Topic: keyPressedLocal Problem
Replies: 2
Views: 1122

Re: keyPressedLocal Problem

:oops:

Sorry about that! :(
by S3v3n11
Fri Oct 30, 2009 1:03 pm
Forum: Runes of Magic
Topic: keyPressedLocal Problem
Replies: 2
Views: 1122

keyPressedLocal Problem

I have a very simple waypoint file: <waypoints> <!-- # 1 --><waypoint x="-47" z="-401"> yrest(2000); printf ("Starting \n"); keyPressedLocal(key.VK_7) yrest(2000); keyPressedLocal(key.VK_7) yrest(2000); keyPressedLocal(key.VK_7) yrest(2000); </waypoint> </waypoints> But...
by S3v3n11
Fri Oct 30, 2009 5:59 am
Forum: Runes of Magic
Topic: they broke UseAction()
Replies: 1
Views: 1000

Re: they broke UseAction()

They also changed UseItemByName();

Not sure what they are thinking.
by S3v3n11
Wed Oct 28, 2009 2:38 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 901689

Re: RoM bot

jätkä wrote:I have a problem, MicroMacro tells me to change hotkey CTRL-TAB for TARGET_FRIEND.. and it gives me a bad argument error + tells me that I can't target_NPC( )
What am I supposed to do? pls reply fast
Change it in your key mappings to "J".
by S3v3n11
Wed Oct 28, 2009 11:35 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 901689

Re: RoM bot

jätkä wrote:How do I use the addon? where to put it?
http://www.theromwiki.com/index.php/Addon_Tutorial
by S3v3n11
Wed Oct 28, 2009 10:28 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 901689

Re: RoM bot

Hello I got the bot to work a couple of days ago after my 3rd try. Im very grateful for this bot, but I would like to know how to loot specific stuff for exaple weapons or armor. When I have autoloot on it picks up trash which are worth nothing, thus im pretty poor =( If it is possible to pick spec...
by S3v3n11
Sat Oct 24, 2009 7:15 pm
Forum: Runes of Magic
Topic: player:target_NPC
Replies: 4
Views: 1411

Re: player:target_NPC

phanisher wrote:http://www.solarstrike.net/phpBB3/viewt ... f=21&t=763

I made one already and posted :)

By tomorrow it should do everything automatically from taking the quest to handing in.

Ok, let us know when it is ready. I tried it and it did not work for me.
by S3v3n11
Sat Oct 24, 2009 6:12 pm
Forum: Runes of Magic
Topic: player:target_NPC
Replies: 4
Views: 1411

Re: player:target_NPC

Trying to do the harf supply delivery quest. In my waypoint file I have the following code and NPC gets targeted correctly but the dialog window does not open. player:target_NPC("Siping"); What can I check to correct this? Check if you ingame turned on 'click to move'. So I need to turn o...
by S3v3n11
Sat Oct 24, 2009 12:12 am
Forum: Runes of Magic
Topic: player:target_NPC
Replies: 4
Views: 1411

player:target_NPC

Trying to do the harf supply delivery quest. In my waypoint file I have the following code and NPC gets targeted correctly but the dialog window does not open.

Code: Select all

player:target_NPC("Siping");


What can I check to correct this?
by S3v3n11
Wed Oct 21, 2009 11:16 am
Forum: Runes of Magic
Topic: SVN 128: autorepair with the bot and ingame addon streamline
Replies: 19
Views: 8959

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

Here a demo file for the daily quest delivery of scorpion in Obsidian. You have to take the Q from the Osidian bulletin board. Go to the teleporter and then deliver the Q to Albion at the "Handwerksplatz". <waypoints> <!-- # 1 --><waypoint x="-23458" z="4077"> player:r...
by S3v3n11
Tue Oct 20, 2009 1:22 pm
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 901689

Re: RoM bot

Hi, Im kinda new here, and I use your bot to mining. What I wanna ask is how to mining with multiclient ? Since the ROM should at front, how to farming with the back client ? Thank you... You can't. Only one client at a time is supported. What about using something like VMWare? Has anyone tried to ...
by S3v3n11
Mon Oct 19, 2009 6:55 pm
Forum: Runes of Magic
Topic: printf
Replies: 6
Views: 1457

Re: printf

That does not seem to work either. Anyone have an example of

Code: Select all

inventory:getItemCount(204833)
that works?

Or some other way I can get inventory item counts?

Thanks!
by S3v3n11
Mon Oct 19, 2009 6:18 pm
Forum: Runes of Magic
Topic: printf
Replies: 6
Views: 1457

Re: printf

I think I know what is going on. itemCount is not getting set properly. inventory = CInventory(); while(true) do if( keyPressedLocal(key.VK_SPACE) ) then break; end itemCount = inventory:getItemCount(204833); printf ("We have %d tools\n", itemCount ); yrest(100); end end Here is my code sn...
by S3v3n11
Mon Oct 19, 2009 6:02 pm
Forum: Runes of Magic
Topic: printf
Replies: 6
Views: 1457

printf

Simple question. I am trying to print out the count of an item in my bags.

Code: Select all

    itemCount = inventory:getItemCount(204833);
   
   printf ("We have %d tools\n", itemCount );
I am getting the error:
scripts\rom\inv.lua:37: bad argument #1 to 'printf' (got nil)
Any ideas?
by S3v3n11
Mon Oct 19, 2009 2:34 pm
Forum: Runes of Magic
Topic: SVN 128: autorepair with the bot and ingame addon streamline
Replies: 19
Views: 8959

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

This noob thanks you for your feedback. :)
by S3v3n11
Mon Oct 19, 2009 10:09 am
Forum: Runes of Magic
Topic: Example Profiles
Replies: 2
Views: 1185

Re: Example Profiles

I will do that!

Thank you very much for the fast reply!
by S3v3n11
Mon Oct 19, 2009 9:00 am
Forum: Runes of Magic
Topic: Example Profiles
Replies: 2
Views: 1185

Example Profiles

Is there a thread or someplace that has some example profiles?

I am looking for a Rouge profile.

TIA!
by S3v3n11
Mon Oct 19, 2009 8:19 am
Forum: Runes of Magic
Topic: SVN 128: autorepair with the bot and ingame addon streamline
Replies: 19
Views: 8959

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

Best way to do daily quests would prob to get addon called dailynotes from curse and set it to auto quest and tell it which dailies you want to do and to only accept if you have enough items to do the daily quest then all you would need to do it open bulletin board and it will accept that quest if ...
by S3v3n11
Thu Oct 08, 2009 10:45 am
Forum: Runes of Magic
Topic: RoM bot
Replies: 2213
Views: 901689

Re: RoM bot

From what I am reading from some of the other sites is that there were a lot of code changes in the client with this last patch. For example the character movement code. So wallclimb and no fall have to be rewritten.

Not sure if that is what is going on here or not.