Search found 18 matches

by madgamer
Mon Nov 21, 2011 1:43 am
Forum: Runes of Magic
Topic: a question for KS farmers
Replies: 17
Views: 3711

Re: a question for KS farmers

wings (+6 are almost for free) ??
how can i get =)
by madgamer
Sat Nov 19, 2011 11:01 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 318497

Re: rock5's "fastLogin Revisited"

hello, ive noticed a problem lately when loading the next character and im not to sure how to fix it. Ill try to give as much info as possible here is what happens from my understanding, the bot finishes and logs into next character, bot succesfully logs into next character and trys to goto waypoint...
by madgamer
Tue Nov 08, 2011 9:46 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 244753

Re: Rock5's Mail Mods

is there any way to change the subject line or the body text of a mail so it doesnt always say 99 Golden Eggs etc?
by madgamer
Sun Nov 06, 2011 3:59 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 244753

Re: Rock5's Mail Mods

yup that helps me so much =)
thanks a bunch peeps :D
by madgamer
Sun Nov 06, 2011 3:29 am
Forum: Runes of Magic
Topic: character not in _ zone
Replies: 9
Views: 1728

Re: character not in _ zone

sounds good, ill try that version and see if it works.
my problem coulda been from a not fully updated bot from a past patch, its def been awhile since ive tryed this.

thx again
by madgamer
Sun Nov 06, 2011 3:25 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 244753

Re: Rock5's Mail Mods

yup that one worked <OnLoad> mailphatsto = "mynamehere" </OnLoad> <waypoint> UMM_SendMoney(mailphatsto, "all"); yrest(1000); </waypoint> the problem i guess was i had it as local mailphatsto = "mynamehere" and i guess it cant have a local in front if its being done from...
by madgamer
Sun Nov 06, 2011 3:00 am
Forum: Runes of Magic
Topic: Uberflex replacement
Replies: 122
Views: 42250

Re: Uberflex replacement

is there a way i can change

Code: Select all

changeProfileOption("WAYPOINT_DEVIATION", 0) 
setting, on the fly in a waypoint?
by madgamer
Sun Nov 06, 2011 2:57 am
Forum: Runes of Magic
Topic: character not in _ zone
Replies: 9
Views: 1728

Re: character not in _ zone

add

Code: Select all

 
local zoneid = RoMScript("GetZoneID()")
printf(" .. We are in %s ..\n", zoneid);
to the <OnLoad> of that lisa and "sometimes" the zoneid comes out a third option
not 1001 and not 1 for logar for example but error.
by madgamer
Sun Nov 06, 2011 2:09 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 244753

Re: Rock5's Mail Mods

hrm maybe i wrote it wrong but i was more interested in getting the name to work local sendstufftome = mycharactername UMM_SendAdvanced(sendstufftome, nil,nil,nil,nil, "Monster Cards"); as when i tryed that the sendstufftome wouldnt affix itself properly and would give an error tryed "...
by madgamer
Sun Nov 06, 2011 2:02 am
Forum: Runes of Magic
Topic: character not in _ zone
Replies: 9
Views: 1728

Re: character not in _ zone

yes im using

Code: Select all

local zoneid = RoMScript("GetZoneID()")
right on, maybe being that its on the OnLoad section it might initizatize b4 the characters all the way in maybe
by madgamer
Sat Nov 05, 2011 6:04 pm
Forum: Runes of Magic
Topic: Uberflex replacement
Replies: 122
Views: 42250

Re: Uberflex replacement

after trying the above function with changeOptionFriendMob("friends", "Bear", "Add") and after switching characters a few times my friendmob list had Bear listed in it x5 times will settings.profile.friends={"Bear"} work? and if so do i use it only in the <OnL...
by madgamer
Sat Nov 05, 2011 5:13 pm
Forum: Runes of Magic
Topic: character not in _ zone
Replies: 9
Views: 1728

character not in _ zone

hello been messing around with we scripts and was curious if there was a different way i could check to see if my character is a specific zone, for this script i am looking if character is in Logar <!-- Are you Prob not in zone --> if (player.Level > 50) or ((zoneid ~= 1001) and (zoneid ~= 1)) then ...
by madgamer
Sat Nov 05, 2011 3:32 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 244753

Re: Rock5's Mail Mods

heya, wondering how i can get something like this to work, id like to use a variable in the _recipient field.


local sendstufftome = mycharactername
UMM_SendAdvanced(sendstufftome, nil,nil,nil,nil, "Cards");
by madgamer
Sat Oct 29, 2011 8:59 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Millers Ranch Scripts
Replies: 778
Views: 226570

Re: Rock5's Millers Ranch Scripts

botique wrote:Version 4.3 fails fairly fast for me. Sooner or later (maybe 30 min to one hour) my character remains stuck trying to feed hens, blissfully unaware that it has no feed bags in inventory.
this keeps happening to me as well, i added hen.update in a few places and didnt help
by madgamer
Sat Oct 22, 2011 10:52 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Millers Ranch Scripts
Replies: 778
Views: 226570

Re: Rock5's Millers Ranch Scripts

ya i tryed changing the timeout from 40 to 5 and still find my bot standing in front of 3 hens randomly sometimes.
so i dont think its thinking the eggs are stuck cause the 3 hens are still standing on top of the egg spots
by madgamer
Sat Oct 22, 2011 8:10 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 318497

Re: rock5's "fastLogin Revisited"

while running the following script . it will succesfully change accounts, but has been 6/6 on giving the following error and needing to be restarted. It keeps saying 'You have to enter your secondary password to enter the game.' and i click confirm and the window stays there. i have to close the gam...
by madgamer
Sat Oct 22, 2011 2:04 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Logar Token Farm and Turn in
Replies: 9
Views: 5259

Re: Logar Token Farm and Turn in

i think you have to manually farm the boar tusks and bear claws and fill up your bots with them if you want them to turn it in. <?xml version="1.0" encoding="utf-8"?><waypoints> <!-- # 1 --><waypoint x="-276" z="-3275" y="-53"> </waypoint> <!-- # 2 -...
by madgamer
Sat Oct 22, 2011 2:01 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Millers Ranch Scripts
Replies: 778
Views: 226570

Re: Rock5's Millers Ranch Scripts

i have the same problem, character will get to the hens and Clearing target. then just stand there for hours until i either restart the bot,
or manually click on a hen, then it will keep going. i am running latest on all files and mm and winxp.