Search found 283 matches

by kenzu38
Wed May 08, 2013 3:37 am
Forum: Runes of Magic
Topic: Need help troubleshooting
Replies: 2
Views: 857

Need help troubleshooting

Hey guyz, I get this error whenever my dwarf char does AT using rock5's AT script: Error IGF string "?" :1569:, "?" a nil value Something like that. Forgot to take screenshot but it's pretty much accurate. This always happens when it attempts to click on the transport candle at t...
by kenzu38
Tue May 07, 2013 1:05 am
Forum: Runes of Magic
Topic: Adding new skills in skill.xml
Replies: 5
Views: 2012

Re: Adding new skills in skill.xml

You can go to runesdatabase.com and search for the skill you want to add. And then take note of the url, the number in the URL is usually the skill Id. For example this is for the elite skill of Champion/Rogue Shadow Pulse . So the skill Id is 498726. And then you just have to add this line to the C...
by kenzu38
Wed May 01, 2013 7:06 am
Forum: Runes of Magic
Topic: Starting Goblins error
Replies: 9
Views: 2467

Re: Starting Goblins error

I wasn't really planning to fix my goblin mines script since it's not my main moneymaker anymore. Since I started using CleanMem, I can run way more clients at once so I moved from farming shells to farming KS. But when I opened the game earlier, there's an ongoing event involving shells so it gave ...
by kenzu38
Wed May 01, 2013 5:07 am
Forum: Runes of Magic
Topic: Starting Goblins error
Replies: 9
Views: 2467

Re: Starting Goblins error

Hmm, how about trying to wait longer? waitforloadingscreen(15).
by kenzu38
Wed May 01, 2013 4:43 am
Forum: Runes of Magic
Topic: Starting Goblins error
Replies: 9
Views: 2467

Re: Starting Goblins error

Have you installed the swimhack userfunction? I don't know but looks like it's erroring at the fly command.
by kenzu38
Wed May 01, 2013 4:42 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 318755

Re: rock5's "fastLogin Revisited"

LogID ~= "nil" if you have the "" then it is looking for a string when what you really want is to look for nil itself. LogID ~= nil Sorry for the late reply. My net was really faulty these past couple of weeks. Yeah, I totally missed that, thanks for pointing it out. Anyway: fun...
by kenzu38
Fri Apr 19, 2013 4:17 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 318755

Re: rock5's "fastLogin Revisited"

Ok, thanks. I'm stuck looking for a solution though, what's the difference between an unlisted account and a listed one? I know listed accounts have LogID values but when I tried the code: if LogID ~= "" or LogID ~= " " or LogID ~= "nil" then SendSystemChat("Has Lo...
by kenzu38
Fri Apr 19, 2013 12:16 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 318755

Re: rock5's "fastLogin Revisited"

I don't see it as a problem because, for botting, it makes no difference and when manually playing, it only takes moments to back all the way to the login screen and click the login button again. Certainly faster than the time you would have to wait if you did a normal logout. Nah if I get back all...
by kenzu38
Wed Apr 17, 2013 2:59 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: rock5's "fastLogin Revisited"
Replies: 914
Views: 318755

Re: rock5's "fastLogin Revisited"

Hey, rock. Tested the 3.1 and I noticed that if the account I'm using isn't listed in accountlogin.lua then returning to character selection doesn't load the characters of that account. So maybe you can add to the code something like: if RoMScript("LogID") == nil or something then do the n...
by kenzu38
Wed Apr 17, 2013 2:00 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Xaviera Daily - The Elves' Defenses
Replies: 9
Views: 8445

Re: Xaviera Daily - The Elves' Defenses

There is no difference between sendMacro and RoMScript except sendMacro prints a message to the MM console. Thanks for the info. It's just that I remember someone here suggesting the same thing so I laid the idea out for him to try. Anyway, good to hear you got it working. And btw, in the code rock...
by kenzu38
Wed Apr 17, 2013 10:08 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Xaviera Daily - The Elves' Defenses
Replies: 9
Views: 8445

Re: Xaviera Daily - The Elves' Defenses

Had problems with this before too.

Try RoMScript('CastSpellByName("Transport: Heffner Camp")'). That worked for me. If it doesn't for you, then maybe try sendMacro instead of RoMScript. Good Luck.
by kenzu38
Sun Apr 07, 2013 4:02 pm
Forum: Runes of Magic
Topic: Run WaypointFile2 after WaypointFile1
Replies: 4
Views: 1454

Re: Run WaypointFile2 after WaypointFile1

I think you just have to customize your CoT script a bit. Look for these lines in CoT waypoint: elseif When_Finished == "charlist" then SetCharList(CharList) LoginNextChar() loadPaths(__WPL.FileName); and then change it to this: elseif When_Finished == "charlist" then SetCharList...
by kenzu38
Sun Apr 07, 2013 3:39 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Level 35 gift bag (Sea of Snow Package)
Replies: 60
Views: 21952

Re: Level 35 gift bag (Sea of Snow Package)

Had a look at his code, I think you just have to change skip_quest_if_complete to quest_skip_if_complete. There are two typos in the code so you just have to find those two and change them.
by kenzu38
Tue Mar 19, 2013 1:50 am
Forum: Runes of Magic
Topic: Party Bot (questions/answers)
Replies: 307
Views: 81131

Re: Party Bot (questions/answers)

Trouble is that what you have stated doesn't add up. You say you want to always check the raid leader's target but that means your main would need to always be the raid leader. So you join the butterfly raid and then say "Hey I have a handful of bots here, make me leader so I can use them"...
by kenzu38
Mon Mar 18, 2013 11:36 am
Forum: Runes of Magic
Topic: Party Bot (questions/answers)
Replies: 307
Views: 81131

Re: Party Bot (questions/answers)

using partybot for a butterfly raid wouldn't be a good idea, just run each character with a WP to do the quest, the issues you would get for running partybot in a public raid would be to much of a pain. They would be trying to buff or heal the entire raid, if set as DPS then you may aswell just run...
by kenzu38
Mon Mar 18, 2013 7:30 am
Forum: Runes of Magic
Topic: Party Bot (questions/answers)
Replies: 307
Views: 81131

Re: Party Bot (questions/answers)

To make party bot automatically check for the party leaders target would be a waste, IMHO. Just set up little macros that do the party chats for you and then add the macros to a side bar, it's very easy. BTW this topic is obsolete now, head to this topic for party bot questions/answers. Well, I'd l...
by kenzu38
Mon Mar 18, 2013 4:53 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: party chat monitoring
Replies: 32
Views: 13375

Re: party chat monitoring

Hey lisa, just wanted to ask how I can get the bot to monitor if the party leader is targeting an NPC with party bot? What I'd like is for the bot to recognize that the char I'm playing manually is targeting an NPC and then the party bots will automatically target that NPC as well and accept or comp...
by kenzu38
Sat Mar 16, 2013 4:08 am
Forum: Runes of Magic
Topic: new item shop bank support
Replies: 8
Views: 1924

Re: new item shop bank support

Ok, thanks for the tip. :)

Will test this as soon as I update my files.

EDIT: Just tested it, it works! Thanks!
by kenzu38
Sat Mar 16, 2013 3:43 am
Forum: Runes of Magic
Topic: new item shop bank support
Replies: 8
Views: 1924

Re: new item shop bank support

Ok, thanks. :)

Although, can you list here the files you changed? I just need the names of the files you changed. So bank, inventory, and item.lua are a given. What else did you change?
by kenzu38
Sat Mar 16, 2013 2:31 am
Forum: Runes of Magic
Topic: leveling from 10 to 20
Replies: 7
Views: 1949

Re: leveling from 10 to 20

Hmm, I think it will depend on how you want to level. If you want to level by questing, I read in official forums that Sascilia Steppes was designed so the secondary class can catch up faster with the primary's level. So questing there would be faster I think. But if you just want to kill mobs, then...