Search found 40 matches

by Andreas_B
Tue Aug 28, 2012 9:06 am
Forum: Runes of Magic
Topic: Bot not working with version 5.0.2.2565.en
Replies: 54
Views: 10032

Re: Bot not working with version 5.0.2.2565.en

Thx. It works.
by Andreas_B
Tue Aug 28, 2012 8:13 am
Forum: Runes of Magic
Topic: Problem with function setupMacroHotkey()
Replies: 4
Views: 1125

Re: Problem with function setupMacroHotkey()

Which version are you using, the bot doesn't use the macro on hotkey bar anymore and shouldn't be removing any skills/macros from the hotkey bar. Yes - the bot says, the macro on hotkey bar is not needed anymore - and removes the pet from the bar. The code to do this is in the function setupMacroHo...
by Andreas_B
Sat Aug 11, 2012 11:32 pm
Forum: Runes of Magic
Topic: Problem with function setupMacroHotkey()
Replies: 4
Views: 1125

Problem with function setupMacroHotkey()

Originally this function should remove macros from the actionbar, which were used by older versions of the bot. But this function removes also mounts from the actionbar, which I have placed there for easier access.
by Andreas_B
Mon Jun 11, 2012 9:12 am
Forum: Runes of Magic
Topic: targeting Black/Daily Board in Obsidian
Replies: 8
Views: 2341

Re: targeting Black/Daily Board in Obsidian

does this board have an id ? 110806 Your code must be within the waypoint, not after it ... <!-- # 2 --> <waypoint x="-23154" z="4525" y="-260"> player:target_Object(110806, 500); sendMacro("OnClick_QuestListButton(1, 4)"); yrest(2000); sendMacro("Accept...
by Andreas_B
Tue May 15, 2012 2:06 pm
Forum: Runes of Magic
Topic: Patch 4.0.11 - Music Festival
Replies: 20
Views: 4560

Re: Patch 4.0.11 - Music Festival

thx for the fast update ...
by Andreas_B
Tue Jun 28, 2011 2:22 pm
Forum: Runes of Magic
Topic: "onLoad" not executed for userdefault-profile
Replies: 6
Views: 2024

Re: "onLoad" not executed for userdefault-profile

lisa wrote:Works fine for me, just remember the profile onload isn't done if you use path:commandline
For all profiles except the userdefault-profile the profile-"Onload" works together with a given path:commandline.
by Andreas_B
Tue Jun 28, 2011 8:37 am
Forum: Runes of Magic
Topic: "onLoad" not executed for userdefault-profile
Replies: 6
Views: 2024

Re: "onLoad" not executed for userdefault-profile

The code works within every profile except the userdefault-profile. The variables are locally defined.

Therefore I think there is something wrong with the execution of this special profile. "OnLoad" will not be executed with the userdefault-profile.
by Andreas_B
Sun Jun 19, 2011 3:42 am
Forum: Runes of Magic
Topic: "onLoad" not executed for userdefault-profile
Replies: 6
Views: 2024

"onLoad" not executed for userdefault-profile

I use the bot mainly for daily-quests. In the profile-onLoad I have some output to see the char data. (useful for client crashes). repeat server=RoMScript("GetServerName()"); yrest(100) until server; cprintf(cli.red,"Server: "..server..".\n"); repeat account=RoMScript(&...
by Andreas_B
Thu Jun 16, 2011 4:02 pm
Forum: Runes of Magic
Topic: No addons loading
Replies: 4
Views: 1195

Re: No addons loading

The only problem I have had - ScrollBannerFrame doesn't exist anymore (there are now ScrollBannerFrame1, ScrollBannerFrame2 ...). For this reasons some addons have errors. But no problem with loading any addon.
by Andreas_B
Thu Jun 16, 2011 2:14 pm
Forum: Runes of Magic
Topic: 4.0.0 any issues/solutions (CHAPTER IV)
Replies: 300
Views: 64340

Re: 4.0.0 any issues/solutions (CHAPTER IV)

I changed to the ones listed by rock, it puts the macro in the wrong hotkey slot lol Maybe the pointer now directs to the first entry ... For me I have changed the function getHotkey: local hotkeyAddress = memoryReadInt(getProc(), hotkeysTableAddress + (0x4 * (number - 1))) to local hotkeyAddress =...
by Andreas_B
Thu Jun 16, 2011 10:36 am
Forum: Runes of Magic
Topic: 4.0.0 any issues/solutions (CHAPTER IV)
Replies: 300
Views: 64340

Re: 4.0.0 any issues/solutions

lisa wrote: staticbase_macro = 0xA0AAF4
hotkeysPtr = 0xA0A9B0
Didn't work for me (macros and hotkeys were not found). I have tested successfully

Code: Select all

staticbase_macro = 0xA1B2BC,
hotkeysPtr = 0xA1B178,
Also seems the following to work:

Code: Select all

charExp_address = 0x9C5858,
charMaxExpTable_address = 0xA122A0,
by Andreas_B
Sun May 01, 2011 4:51 pm
Forum: Runes of Magic
Topic: Missing Skill in skills.xml
Replies: 9
Views: 2009

Re: Missing Skill in skills.xml

rock5 wrote:Ok so the buff lasts longer than 8 seconds?
It lasts 15 minutes.
by Andreas_B
Sat Apr 30, 2011 3:35 am
Forum: Runes of Magic
Topic: Missing Skill in skills.xml
Replies: 9
Views: 2009

Re: Missing Skill in skills.xml

The description say "After the effect has ended it cannot be triggered again for 8.0 seconds". Is that wrong? How does it work? The Warrior gets the buff but the buff impacts on the attacked target. The target can only affected again after 8 seconds. That means the effect on the target ca...
by Andreas_B
Sat Apr 30, 2011 12:15 am
Forum: Runes of Magic
Topic: Missing Skill in skills.xml
Replies: 9
Views: 2009

Re: Missing Skill in skills.xml

this skill has no own cooldown, it only triggers the global cooldown
by Andreas_B
Fri Apr 29, 2011 7:33 pm
Forum: Runes of Magic
Topic: Missing Skill in skills.xml
Replies: 9
Views: 2009

Missing Skill in skills.xml

the Warrior/Druid elite skill Rose Vine is not present in skills.xml
The folowing works for me:

Code: Select all

<skill name="WARRIOR_ROSE_VINE" type="buff" target="self" buffname="504543"/>
by Andreas_B
Sun Feb 13, 2011 11:13 pm
Forum: Runes of Magic
Topic: How do millers ranch bots get detected?
Replies: 40
Views: 13702

Re: How do millers ranch bots get detected?

If its ip ban then It is no ip ban. They have only banned all accounts which played from the the same ip at the same time. If what your saying is true, then if you use another ip address, you would be fine. No. A banned account is a banned account. You can't play as long as it is banned. Of course ...
by Andreas_B
Sun Feb 13, 2011 6:39 pm
Forum: Runes of Magic
Topic: How do millers ranch bots get detected?
Replies: 40
Views: 13702

Re: How do millers ranch bots get detected?

Giram wrote:If its ip ban then
It is no ip ban. They have only banned all accounts which played from the the same ip at the same time.
by Andreas_B
Sun Feb 13, 2011 6:32 pm
Forum: Runes of Magic
Topic: Hi, I am German and my bot dont work anymore.
Replies: 18
Views: 3949

Re: Hi, I am German and my bot dont work anymore.

as a RLBuddy would say Du bist Beratungsressitent!! No. He would probably say: Du bist beratungsresistent! With other words: You are immune to feedback! An den Threadersteller: Stelle sicher, dass Du die aktuelle Version des Bots aus dem SVN geholt hast. Die Fehlermeldung deutet darauf hin, dass Du...
by Andreas_B
Tue Feb 08, 2011 3:57 am
Forum: Runes of Magic
Topic: Problem with bot movement
Replies: 9
Views: 2544

Re: Problem with bot movement

Another way to solve the problem: When after a left turn at the same location a right turn should be performed - cancel angle correction. Turning in different directions is a sure sign that bot turning can't get a better direction. This will work with every given angle and should not depend on compu...
by Andreas_B
Tue Feb 08, 2011 2:58 am
Forum: Runes of Magic
Topic: Autologinscript
Replies: 8
Views: 2472

Re: Autologinscript

Is the secondary password working with that version? I didn't try it on my own, because I don't save my passwords. It has the necessary values and the feedback within the forum is positive. Sure this version has no adaption for bot using. fastLoginSecPass is the secondary password LoginDialogTypes[...