Search found 122 matches

by vo2male
Fri Apr 05, 2013 3:42 pm
Forum: Runes of Magic
Topic: Stop botting if other players are in range
Replies: 17
Views: 5316

Re: Stop botting if other players are in range

use Lisa's changeprofile userfunction --> http://www.solarstrike.net/phpBB3/viewtopic.php?f=27&t=3626 and add your list of exceptions to your onload like this.. make sure you only use this function when adding friends or mobs.. changeOptionFriendMob("friend", "Alt-Name", &quo...
by vo2male
Tue Mar 26, 2013 3:19 pm
Forum: RoM general
Topic: the world boss in tb wd way
Replies: 7
Views: 2993

Re: the world boss in tb wd way

hmmm.. i dont want to get banned..so nvm ^_^
by vo2male
Tue Mar 26, 2013 2:59 pm
Forum: RoM general
Topic: the world boss in tb wd way
Replies: 7
Views: 2993

Re: the world boss in tb wd way

this is bad if a lot of people is doing it..
by vo2male
Sat Feb 23, 2013 3:29 pm
Forum: RoM Bot revision notes
Topic: Changelog 745 (RC3)
Replies: 384
Views: 99313

Re: Changelog 745 (RC3)

strange im having this error on rom/bot

Code: Select all

Did not find any crashed game clients.
7:23pm - ...scripts/rom/userfunctions/userfunction_countmobs.lua:38: attempt to
call method 'isFriend' (a nil value)
im using revision 737

i have the version 0.4 of countmobs userfunction
by vo2male
Fri Feb 22, 2013 3:31 pm
Forum: RoM Bot revision notes
Topic: Changelog 745 (RC3)
Replies: 384
Views: 99313

Re: Changelog 745 (RC3)

thanks rock!
by vo2male
Fri Feb 22, 2013 11:47 am
Forum: RoM Bot revision notes
Topic: Changelog 745 (RC3)
Replies: 384
Views: 99313

Re: Changelog 745 (RC3)

because im afraid if i switch back to rom/bot and revision 737 i may not be able to use the wait function in the RC3 just like what you have said here Sorry, 'isFriend' is a new pawn function in RC3. It was an easy way to add a friend check to the userfunction. You could try the RC3 version or wait ...
by vo2male
Fri Feb 22, 2013 11:34 am
Forum: RoM Bot revision notes
Topic: Changelog 745 (RC3)
Replies: 384
Views: 99313

Re: Changelog 745 (RC3)

i have the previous rom folder which i kept and it was revisioned to 737.. can i still use that or would you advice me to use that instead? my client's patch is 5.0.1.2603
by vo2male
Fri Feb 22, 2013 11:19 am
Forum: RoM Bot revision notes
Topic: Changelog 745 (RC3)
Replies: 384
Views: 99313

Re: Changelog 745 (RC3)

how can i SVN update RC3?
by vo2male
Wed Jan 23, 2013 9:55 am
Forum: Runes of Magic
Topic: New option idea
Replies: 51
Views: 10467

Re: New option idea

i somehow found something that won't make this work.. I already told you about that. If you use settings.profile.friends = {"Incomplete Bloody Beast"} in your waypoint file, it will overwrite the friends list. I tried your file, it worked. It went through the portal with my alt standing t...
by vo2male
Wed Jan 23, 2013 8:45 am
Forum: Runes of Magic
Topic: I have a problem
Replies: 7
Views: 1982

Re: I have a problem

you need the setwindow userfunction.. it's just around here.. search for it..i'm too lazy now ;)
by vo2male
Wed Jan 23, 2013 1:24 am
Forum: Runes of Magic
Topic: New option idea
Replies: 51
Views: 10467

Re: New option idea

Yeah thanks Rock for bearing with me and Lisa for emphasizing that.. ^_^
by vo2male
Wed Jan 23, 2013 1:18 am
Forum: Runes of Magic
Topic: New option idea
Replies: 51
Views: 10467

Re: New option idea

i somehow found something that won't make this work.. i have this part on the lower part of the script <waypoint x="2192" z="2526" y="401" type="TRAVEL"> settings.profile.friends = {"Incomplete Bloody Beast"} commented that out and will see i think t...
by vo2male
Wed Jan 23, 2013 12:46 am
Forum: Runes of Magic
Topic: I have a problem
Replies: 7
Views: 1982

Re: I have a problem

in the Onload of the DOD_Leader tele you'll see

Code: Select all

loadProfile("YourProfileHere")
put the name of your profile there
by vo2male
Wed Jan 23, 2013 12:26 am
Forum: Runes of Magic
Topic: New option idea
Replies: 51
Views: 10467

Re: New option idea

how about trying that userfunction on rombot?
by vo2male
Wed Jan 23, 2013 12:16 am
Forum: Runes of Magic
Topic: New option idea
Replies: 51
Views: 10467

Re: New option idea

nope i didn't rename anything

have you tried running the script?
by vo2male
Wed Jan 23, 2013 12:10 am
Forum: Runes of Magic
Topic: New option idea
Replies: 51
Views: 10467

Re: New option idea

so you are suggesting to delete my current countmobsuserfunction, download a new one and put it there? alright
by vo2male
Tue Jan 22, 2013 9:33 pm
Forum: Runes of Magic
Topic: New option idea
Replies: 51
Views: 10467

Re: New option idea

hmmm... what could be the mistake
by vo2male
Tue Jan 22, 2013 4:18 pm
Forum: Runes of Magic
Topic: New option idea
Replies: 51
Views: 10467

Re: New option idea

i tried this several times..still does not ignore friends T_T, still printed the names of the friends i added on Profile's Friend list and wait till their gone.. i have this on my onload of RC3..and currently using Lisa's userfunction changeprofile option changeOptionFriendMob("friend", &q...
by vo2male
Mon Jan 21, 2013 1:25 pm
Forum: Runes of Magic
Topic: New option idea
Replies: 51
Views: 10467

Re: New option idea

ok i understand it now :D

i already have lisa's userfunction.. thanks rock..^_^
by vo2male
Mon Jan 21, 2013 12:36 pm
Forum: Runes of Magic
Topic: New option idea
Replies: 51
Views: 10467

Re: New option idea

So how did you add your friends to your list? Did you add them to the friends list in your profile <friends> <!-- names of friends we help fighting or enemys we don't want to attack --> <!-- for umlauts use \129 (ue),\132 (ae),\148 (oe) e.g. K\132fer --> <friend name="MyOtherCharacter1" /...