Search found 22 matches

by Musier
Sun Mar 29, 2015 10:04 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Bot for Tosh on thrash
Replies: 2
Views: 2216

Bot for Tosh on thrash

Hi there.

I'm lookin a bot for mage on thrash on ToSH. This bot can work on 2 - 3 mobs. U know is this a possbile to do it?
by Musier
Mon Feb 09, 2015 2:20 pm
Forum: Runes of Magic
Topic: One person HealBot
Replies: 9
Views: 4253

Re: One person HealBot

As i said i need in to heals only one person. If i go in party (more than 2 people) i got GridCliqueIt. I got 90k mana and play as priest/knight. I got buff for increased healing for 15% and decrease using of mana. I go and farm hoe. I go as r/m ( 152k hp full buffed ) and mobs hit me for 100k - 130...
by Musier
Mon Feb 09, 2015 11:55 am
Forum: Runes of Magic
Topic: One person HealBot
Replies: 9
Views: 4253

Re: One person HealBot

Yes, but i wanna play on 2 accounts. I go as dps and my heal would follow me and heal me with "Urgent heal" and use "Healing Salve". I guess if i set it on button 2 he use that spell, only 1 time and when skill end it, my heal doesn't give again. In that script i must add a timer...
by Musier
Mon Feb 09, 2015 4:35 am
Forum: Runes of Magic
Topic: One person HealBot
Replies: 9
Views: 4253

Re: One person HealBot

This is my simple script where i got my "urgent heal" set on button 1. But as i said my heal isn't good enough, with spam urgent heal only then i need use "Healing Salve".

I don't see another topics with the same problems.

@Rock5 maybe you know how to do it?
by Musier
Sat Jan 31, 2015 11:23 am
Forum: Runes of Magic
Topic: One person HealBot
Replies: 9
Views: 4253

One person HealBot

Hi. I got script to my heal about following the target player and healing him with Urgent Heal. It looks like that: while (true) do keyboardPress( key.VK_1 ) yrest(100); keyboardPress( key.VK_1 ) yrest(100); end </onLoad> </waypoints> But my priest isn't good enough and i need he must give a target ...
by Musier
Thu Aug 14, 2014 10:03 am
Forum: Runes of Magic
Topic: Problem with auto login on next char
Replies: 61
Views: 22264

Re: Problem with auto login on next char

When i got autologin = true go on account instead without secondary password but when the same option is false i must give sec password.

Code: Select all

Account8 = {	ID = 8,	xxx = "xxx",	},

I saw my mistake and i correct in.
by Musier
Thu Aug 14, 2014 8:42 am
Forum: Runes of Magic
Topic: Problem with auto login on next char
Replies: 61
Views: 22264

Re: Problem with auto login on next char

It means i must set up it too?

Code: Select all

fastLoginAutoEnter = true
fastLoginChrSel = 1
by Musier
Thu Aug 14, 2014 7:24 am
Forum: Runes of Magic
Topic: Problem with auto login on next char
Replies: 61
Views: 22264

Re: Problem with auto login on next char

But i added this earlier.

Code: Select all

fastLoginAutoLogin = true
fastLoginUser = "Mauser001"
by Musier
Thu Aug 14, 2014 6:04 am
Forum: Runes of Magic
Topic: Problem with auto login on next char
Replies: 61
Views: 22264

Re: Problem with auto login on next char

That means getAcc() returned nil. What would cause that? Did you log into the game using the account button or did you log in by entering your account and password in the edit boxes? In loginxml i pointed "true" with autologin on account. By the way, why i must entered secondary password ...
by Musier
Wed Aug 13, 2014 11:26 pm
Forum: Runes of Magic
Topic: Problem with auto login on next char
Replies: 61
Views: 22264

Re: Problem with auto login on next char

Now i got a problem MM when one char is end MM shows the message:
scripts/rom/.../userfunction_LoginNextChar.lua:96: bad argument #1 to 'printf' <got nil>

It happens when bot ended 1st char on 1st account.
by Musier
Wed Aug 13, 2014 10:19 am
Forum: Runes of Magic
Topic: Problem with auto login on next char
Replies: 61
Views: 22264

Re: Problem with auto login on next char

This happen with every character. And i don't know what happen.

Now everything is OK. Thanks a alot again.
by Musier
Wed Aug 13, 2014 12:51 am
Forum: Runes of Magic
Topic: Problem with auto login on next char
Replies: 61
Views: 22264

Re: Problem with auto login on next char

Here i got screen with that. I'm on the 1st account and 3rd character. http://imgur.com/MVH0mE9 And here is script: <waypoints type="TRAVEL"> <!-- # 1 --><waypoint x="31953" z="3272" y="22"> player:target_NPC("Gamunhan"); AcceptQuestByName("gett...
by Musier
Wed Aug 13, 2014 12:09 am
Forum: Runes of Magic
Topic: Problem with auto login on next char
Replies: 61
Views: 22264

Re: Problem with auto login on next char

It's me again. I got a next problem. Bot works great but now when i'm for example on account 2 char 3 and complete quest on it bot exectue as last account and don't change on next char.
by Musier
Sat Aug 09, 2014 8:59 am
Forum: Runes of Magic
Topic: Problem with auto login on next char
Replies: 61
Views: 22264

Re: Problem with auto login on next char

Now everything is OK. Thank you so much.
by Musier
Sat Aug 09, 2014 8:17 am
Forum: Runes of Magic
Topic: Problem with auto login on next char
Replies: 61
Views: 22264

Re: Problem with auto login on next char

Okey i try it. In one account chars change when daily quests are over, but when i'm on the last char in whenever account it cannot auto switch and w8 for my manually relog. Here is my script: <waypoints type="TRAVEL"> <!-- # 1 --><waypoint x="31953" z="3272" y="22&...
by Musier
Sat Aug 09, 2014 7:07 am
Forum: Runes of Magic
Topic: Problem with auto login on next char
Replies: 61
Views: 22264

Re: Problem with auto login on next char

Everything is in the testing right now
by Musier
Sat Aug 09, 2014 6:30 am
Forum: Runes of Magic
Topic: Problem with auto login on next char
Replies: 61
Views: 22264

Re: Problem with auto login on next char

I got a strange situation now.
I w8 for ur answer and complete everything with loginxml ( autologin.lua etc etc. ) and bot switch automatically.

Anyway can i removed all from loginnextchar and put only that script?
by Musier
Sat Aug 09, 2014 4:29 am
Forum: Runes of Magic
Topic: Problem with auto login on next char
Replies: 61
Views: 22264

Re: Problem with auto login on next char

OK. I got ur version and everything is ok with loginxml. Labels, accounts, passwords works great.

Can u tell something about LoginNextChar, becasue for me is too hard and i can't understand nothing.
by Musier
Sat Aug 09, 2014 3:31 am
Forum: Runes of Magic
Topic: Problem with auto login on next char
Replies: 61
Views: 22264

Re: Problem with auto login on next char

2. Edit "accountlogin.lua" and add the account names, passwords, servers and labels you wish to use. There is a handy "button map" included to show you where the buttons will appear around the "Log In" button. If a buttons "UserName" equals "" and &q...
by Musier
Sat Aug 09, 2014 2:58 am
Forum: Runes of Magic
Topic: Problem with auto login on next char
Replies: 61
Views: 22264

Re: Problem with auto login on next char

rock5 wrote:But the account buttons need to be set up and working for the bot to change character.
OK. Could you tell me about that buttons, because first time hear about it. I thought i need only a loginxml and bot to completly worked.