Search found 6991 matches

by lisa
Tue Nov 30, 2010 10:23 am
Forum: Runes of Magic
Topic: quest accepting and completing.
Replies: 1
Views: 1139

quest accepting and completing.

The last few days I have searched and searched the forum for how to accept quests and complete quests. I couldn't find any topics that just did the brass roots, as in type this and it does this. Eventually I found what I needed from a few different places and thought I would add a post for others wh...
by lisa
Sun Nov 14, 2010 7:49 pm
Forum: Runes of Magic
Topic: waypoints, I want bot to run without them
Replies: 7
Views: 2041

Re: waypoints, I want bot to run without them

Have you seen Rock5's RBAssist? try it! Not yet and search came up with a lot of people refering to it but none had any links to it lol I've decided to scrap the idea for now anyway. Issue I was having last night was additional agro and dps bot not doing any damage to new mob so the healer then pul...
by lisa
Sun Nov 14, 2010 8:25 am
Forum: Runes of Magic
Topic: How to: Healing Yourself With The Bot (Examples)
Replies: 20
Views: 32147

Re: How to: Healing Yourself With The Bot (Examples)

===== FAQ ===== Can I use the bot to heal other players/bots? Not really, since there are no functions in the bot to monitor the HP of other players and to target them. What you could do, is to cast a spell after a defined time period independent from the HP level and independet if the player is re...
by lisa
Sun Nov 14, 2010 8:13 am
Forum: Runes of Magic
Topic: waypoints, I want bot to run without them
Replies: 7
Views: 2041

Re: waypoints, I want bot to run without them

Well so far I created a macro in game to target the dps character. Then I was looking at using something like this if ( 50 > target.HP/targetMaxHP*100 ) then player:cast("PRIEST_URGENT_HEAL") btw macro needed to target other player is /script TargetUnit("party1"); Assuming only 2...
by lisa
Sun Nov 14, 2010 2:13 am
Forum: Runes of Magic
Topic: waypoints, I want bot to run without them
Replies: 7
Views: 2041

waypoints, I want bot to run without them

It might seem weird to you but I want to stop the bot using way points.
I am trying to run 2 bots simultaniously (2 pc's) and I want 1 bot to follow other bot to heal/buff it and leach XP. Trouble is I can't seem to work around the bot's need for using waypoints.
by lisa
Sat Nov 13, 2010 10:35 pm
Forum: Runes of Magic
Topic: logout on low inventry item
Replies: 7
Views: 2214

Re: logout on low inventry item

I stumbled across this, might help if you have more then 2 bags

Code: Select all

 INV_MAX_SLOTS = 60,      -- maximal slots to update in the inventory:update()
by lisa
Thu Nov 11, 2010 7:18 am
Forum: Runes of Magic
Topic: logout on low inventry item
Replies: 7
Views: 2214

Re: logout on low inventry item

Works perfectly, I am glad I was close, I am still learning =)

Thank you very much
by lisa
Wed Nov 10, 2010 10:15 pm
Forum: Runes of Magic
Topic: logout on low inventry item
Replies: 7
Views: 2214

logout on low inventry item

I did a search but couldn't find anything, I want the bot to log out once items get below a number. if 5 > inventory:itemTotalCount("Barbarian Herbs") then (player:logout) I tried a few things but that was the best I could come up with, bot doesn't like it though. Anyone know how to do wha...
by lisa
Wed Nov 10, 2010 5:00 am
Forum: Runes of Magic
Topic: some characters crash rom (rom bot)
Replies: 4
Views: 1757

Re: some characters crash rom (rom bot)

Yup my bad, it was a hidden folder.

I found the character not working and copied the macro.bsd from the character that did work and bamm.

works fine now.

Thank you very much =)
by lisa
Wed Nov 10, 2010 3:54 am
Forum: Runes of Magic
Topic: some characters crash rom (rom bot)
Replies: 4
Views: 1757

Re: some characters crash rom (rom bot)

I couldn't find any *.bsd files on my pc at all. Only character files or folders are the ones I created charactername.xml in profiles folder and since I copy pasted that 1 and just changed names it couldn't be that. RoM version 3.0.5.2290.En RoMbot 3.20 (r427) Can't be anything to do with character ...
by lisa
Tue Nov 09, 2010 11:57 pm
Forum: Runes of Magic
Topic: some characters crash rom (rom bot)
Replies: 4
Views: 1757

some characters crash rom (rom bot)

Ok so I use rom bot and if I start a new character it runs perfectly and continues to run perfectly. If I try to use one of my characters (same server, same acc) I lvled on my own (without bot) Rom crashes everytime. I just can't work it out. Existing char mage/priest, crashes RoM I made brand new c...