Search found 37 matches

by bussdee
Sat Sep 18, 2010 3:15 am
Forum: Runes of Magic
Topic: Uberflex replacement
Replies: 122
Views: 41926

Re: Uberflex replacement

am i wrong when i think we only need to call "acsMacro()" as fast as possible (0.01 for scout should be fine) and we are done?
by bussdee
Fri Sep 10, 2010 5:48 am
Forum: Runes of Magic
Topic: Bot playing sound when whispered.
Replies: 16
Views: 5924

Re: Bot playing sound when whispered.

am i wrong? Why you dont just use RoM-Audio-Config?
There are different configs for sound. Only activate the one for Interface and it should do what you need.
by bussdee
Fri Aug 27, 2010 10:24 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's Mail Mods
Replies: 766
Views: 238409

Re: Rock5's Mail Mods

1st problem: <!-- # 8 --><waypoint x="2258" z="31897"> player:target_Object(112113,100); yrest(300); sendMacro("UseSkill(1,1);"); yrest(300); UMM_SendByNameOrId ("twinkname", {"207434","207443","Pukarifell"}); yrest(300); </waypo...
by bussdee
Fri Aug 27, 2010 8:37 pm
Forum: Runes of Magic
Topic: Looting Quest-Items !?
Replies: 1
Views: 953

Looting Quest-Items !?

I there ! Right now i am creating a waypoint script that will farm the new daylies (50 max-stack), send them by mail (thx 2 Rock5), sell my stuff, repair and go back for farming. some of the items needed for daily quest (flowers and the wired balls on the bottom of the trees) can only be stacked to ...
by bussdee
Mon Aug 16, 2010 3:33 pm
Forum: Runes of Magic
Topic: Produce Arrows & use
Replies: 4
Views: 1708

Produce Arrows & use

Maybe someone here can help me create a macro to produce arrows with my bow and equip them. I always forget this and it takes too much time to open char-window, rightclick on my bow, and manually put in the new arrows ...if you always remember this 2mins after battle has started ^^ some hints to cre...
by bussdee
Tue Aug 10, 2010 9:42 pm
Forum: Runes of Magic
Topic: DailyQuest Problem
Replies: 4
Views: 1636

Re: DailyQuest Problem

shame on me, thanks a lot !

I should go to sleep since 4 hours like i planned, missing an "end" ... uuuhhh
but that is what my signature always say. ^^
by bussdee
Tue Aug 10, 2010 9:26 pm
Forum: Runes of Magic
Topic: DailyQuest Problem
Replies: 4
Views: 1636

DailyQuest Problem

I want to load a new waypoint when finished Dailies, but something is wrong. scripts\rom/bot.lua:675 <!-- # 44 --><waypoint x="-4137" z="6074"> player:target_NPC("Sueke Haragen"); sendMacro("OnClick_QuestListButton(3, 1)"); yrest(750); sendMacro("Complete...
by bussdee
Fri Apr 23, 2010 6:43 pm
Forum: Runes of Magic
Topic: Who can fix UberFlex AutoCombat System?
Replies: 26
Views: 8289

Re: Who can fix UberFlex AutoCombat System?

This is an old post and i asked the same question because v3 of RoM crashed it again.
by bussdee
Fri Apr 23, 2010 3:17 pm
Forum: Runes of Magic
Topic: Who can fix UberFlex AutoCombat System?
Replies: 26
Views: 8289

Re: Who can fix UberFlex AutoCombat System?

Anybody who can tell me what are the changes now that disables Uberflex ?
maybe any ideas how to fix it ?
by bussdee
Wed Apr 14, 2010 11:51 am
Forum: Runes of Magic
Topic: Error after Update: bot.lua:797
Replies: 3
Views: 1338

Re: Error after Update: bot.lua:797

thx 4 fast reply
by bussdee
Tue Apr 13, 2010 11:33 pm
Forum: Runes of Magic
Topic: Error after Update: bot.lua:797
Replies: 3
Views: 1338

Error after Update: bot.lua:797

Got this eror now and cant start the rom/bot.lua

script/rom/bot.lua:797: function arguments expected near `___RPL`


Update:
tryed createpath.lua and got this error:

scripts\rom/createpath.lua:3: ..../classes/player.lua :858: unexpected symbol near `and`
by bussdee
Thu Dec 17, 2009 9:40 pm
Forum: Runes of Magic
Topic: Wrong number of parameters supplied to keyboardPress
Replies: 4
Views: 1238

Wrong number of parameters supplied to keyboardPress

I updated the script to 409 and now i got this error:
.../rom/classes/player.lua:1751: Wrong number of parameters supplied to keyboardPress()

Code: Select all

keyboardPress(settings.hotkeys.TARGET.key, settings.hotkeys.TARGET.modifier);

any idea how to fix this?
by bussdee
Mon Dec 14, 2009 4:41 am
Forum: Runes of Magic
Topic: [Rom AddOn] Need some help.
Replies: 2
Views: 2877

Re: [Rom AddOn] Need some help.

thx 4 info & link
by bussdee
Mon Dec 07, 2009 1:59 am
Forum: Runes of Magic
Topic: [Rom AddOn] Need some help.
Replies: 2
Views: 2877

[Rom AddOn] Need some help.

Hi community! I try to create an addon that will support my botting. (auto-answer, chat-status, ...) Now i need some help: 1. how to create a GUI in "Runes of Magic". I searched a lot at google and read some wow-guides, but i can`t get it to work. Maybe someone can show me some simple GUI ...
by bussdee
Thu Dec 03, 2009 2:05 am
Forum: Runes of Magic
Topic: Play Sound / Send whisper ?!
Replies: 2
Views: 1279

Re: Play Sound / Send whisper ?!

thx a lot, works well and now i get notified if my bot finished @ lvl 10! Maybe you can help me with some other problem too? I`m creating an AddOn with some usefull functions. Right now i try to play a soundfile every time i get whispered (maybe another sound on GM-message possible?) function Wsound...
by bussdee
Wed Dec 02, 2009 10:09 pm
Forum: Runes of Magic
Topic: Play Sound / Send whisper ?!
Replies: 2
Views: 1279

Play Sound / Send whisper ?!

Is it possible to play a sound or send a whisper at waypoint-file ?

I tryed this, but can`t get it to work:

Code: Select all

SendChatMessage("Some Text", "WHISPER", 0, "SomePlayerName")

Code: Select all

PlaySoundByPath("music/rom/title.mp3")
thanks for any help.
by bussdee
Fri Nov 06, 2009 10:08 pm
Forum: Runes of Magic
Topic: database.lua:121: attempt to call global 'cprintf_ex' (a nil
Replies: 7
Views: 2181

Re: database.lua:121: attempt to call global 'cprintf_ex' (a nil

thx a lot, works perfect!
Time to get some sleep now!
by bussdee
Fri Nov 06, 2009 7:33 pm
Forum: Runes of Magic
Topic: database.lua:121: attempt to call global 'cprintf_ex' (a nil
Replies: 7
Views: 2181

Re: database.lua:121: attempt to call global 'cprintf_ex' (a nil

how did you fix it? Got the same ERROR at newest revision! :cry:
by bussdee
Fri Oct 16, 2009 2:34 am
Forum: Runes of Magic
Topic: Rom-Bot + UberFlex still possible ?
Replies: 12
Views: 3864

Re: Rom-Bot + UberFlex still possible ?

posted at the same time when i edited my message:

Now i added the Target-Debug and its telling me that the target is too strong. Can i change it to attack the enemy ?
by bussdee
Fri Oct 16, 2009 2:10 am
Forum: Runes of Magic
Topic: Rom-Bot + UberFlex still possible ?
Replies: 12
Views: 3864

Re: Rom-Bot + UberFlex still possible ?

the small space is just a copy&paste-error and i can`t see the damm error. :oops: :oops: :oops: <skill name="UBERFLEX" "type="damage" target="enemy" /> <skill name="UBERFLEX" "hotkey="VK_Z" priority="90" /> i copied a mage sta...