Search found 187 matches

by Jandrana
Fri Jan 25, 2013 4:18 am
Forum: Runes of Magic
Topic: Tier Stone Production: 2 Scripts to Rule them All
Replies: 76
Views: 21845

Re: Elf Daily And Tier Stones

And as a separate script: I would like to be able to run 1 script that will buy 10x excellent belts and send them to each character. I will a attach two files, that you can use as an example for your request. #1 - will buy belts in Limo desert and send them to a second char - requires rocks userfun...
by Jandrana
Sun Jan 20, 2013 7:47 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Malatina's survival
Replies: 409
Views: 103978

Re: Malatina's survival

I'm usually dropping phirius shells into my bank. The max shells check in the Malatina scripts, AT, and gobsAslan do only check the local inventory. So it happened now several times for me, that I did not get the shells, because I was over the limit. The fix for this, is to add the shells on your ba...
by Jandrana
Fri Jan 18, 2013 4:18 am
Forum: Runes of Magic
Topic: Question because of scripts for Gd7H
Replies: 2
Views: 1198

Re: Question because of scripts for Gd7H

This forum is focused using English: Gd7H is unknown to the English community. So don't expect any answers using foreign abbreviations.

I think you are talking about Tomb of seven Heros (TosH).
by Jandrana
Wed Jan 16, 2013 4:29 am
Forum: Runes of Magic
Topic: Bot pauses with mousclick
Replies: 3
Views: 1115

Re: Bot pauses with mousclick

I am unable to let the bot run, because the bot pauses everytime I put micromacro in the background. Which windows version? Does it happen with RC3 and/or the official version? Does it happen with both versions? Does MM use CPU time when in background? Perhaps there is a windows setting that proces...
by Jandrana
Mon Jan 14, 2013 5:48 am
Forum: Runes of Magic
Topic: Runes of Magic: drop rate increace?
Replies: 18
Views: 16103

Re: Runes of Magic: drop rate increace?

Yes of course, there are two things related to the "value" of a drop: - the drop luck value - the loot table (which items can be dropped by this mob). The drop luck value determines somehow which and how many items from the loot table the mob will drop. Drop luck value is determined server...
by Jandrana
Mon Jan 14, 2013 4:15 am
Forum: Runes of Magic
Topic: Runes of Magic: drop rate increace?
Replies: 18
Views: 16103

Re: Runes of Magic: drop rate increace?

I mean the data.fdb someone told me that in specific Database file in it lies the info in which Mob is which loot to more spezific the probabilitys are their too. The loot tables for each mob may be in the data.fdb, but I'm pretty sure that the "loot probability" is controlled server side...
by Jandrana
Mon Jan 07, 2013 3:32 pm
Forum: Runes of Magic
Topic: "Fixing" buggy quests (not bot specific)
Replies: 13
Views: 4153

Re: "Fixing" buggy quests (not bot specific)

Dropping and re-accepting the quest since Morrok would then be the last NPC you talked to. Unfortunately not. You must talk to the centaur leader to complete the quest. So SpeakFrame_LoadQuest() opens the dialog with the centaur leader again. Is this a rom script that can be made into an in-game ma...
by Jandrana
Mon Jan 07, 2013 12:16 pm
Forum: Runes of Magic
Topic: "Fixing" buggy quests (not bot specific)
Replies: 13
Views: 4153

Re: "Fixing" buggy quests (not bot specific)

BTT. I managed to find the function to open the SpeakFrame. The function is called: SpeakFrame_LoadQuest(). The strange thing with this quest is: if I have Morrok targeted and call this function, it opens the SpeakFrame for the last NPC I talked to. This can be the NPC in Obsidian that transported m...
by Jandrana
Fri Jan 04, 2013 10:51 am
Forum: RoM general
Topic: "Projectile or Arrow" rom API function
Replies: 3
Views: 1883

Re: "Projectile or Arrow" rom API function

There is no Rom API function for this, as far as I know. But if you like to use it in a macro you can use something like this: function isAmmo(bagIndex) return string.find(GetBagItemLink(GetBagItemInfo(bagIndex)),"Arrow") > 0 or string.find(GetBagItemLink(GetBagItemInfo(bagIndex)),"Pr...
by Jandrana
Fri Jan 04, 2013 10:17 am
Forum: Runes of Magic
Topic: ChatBot
Replies: 14
Views: 3644

Re: ChatBot

All valid points regarding bot usage in general BUT this thread is more focused on the concept of a ChatBot. Even with a perfect WP and normal time use there will still be pesky groupies/wannabes/whatever that love nothing more than to harrass and annoy and to me that's where a chat bot can help. D...
by Jandrana
Fri Jan 04, 2013 9:06 am
Forum: RoM general
Topic: Happy New Year!
Replies: 16
Views: 4125

Re: Happy New Year!

Already bit late, but also a "Happy new year!" I also tried to program some games a long time ago on the C-64. I finished a playable version of "Risk" - but without AI. The computer was mainly the manager for the playfield. One of the greatest challenges these days was to display...
by Jandrana
Fri Jan 04, 2013 5:45 am
Forum: Runes of Magic
Topic: MicroMacro update; testers needed
Replies: 33
Views: 14686

Re: MicroMacro update; testers needed

Some question regarding the new MM: I was wondering if it would be possible to get a stack trace, if an error happens? A stack trace has always been available in log.txt. You can also use the debug.traceback () function if you need. You can get the function's name at runtime: local function myFunc(...
by Jandrana
Fri Jan 04, 2013 5:23 am
Forum: Runes of Magic
Topic: ChatBot
Replies: 14
Views: 3644

Re: ChatBot

If people ask you, whether you are a bot, then your script is bad. This mostly happens when you are running against obstacles or are doing things for an unusual amount of time. These situations should be avoided. If running in the open world, I think the current logic to detect if you are running ag...
by Jandrana
Thu Jan 03, 2013 11:50 am
Forum: Runes of Magic
Topic: "Fixing" buggy quests (not bot specific)
Replies: 13
Views: 4153

Re: "Fixing" buggy quests (not bot specific)

Thx rock. I tried the functions like you suggested, but without success. Normally if a NPC will talk to you and you move the mouse cursor over the NPC, the cursor changes into a small speech bubble. Currently already this speach bubble cursor does not appear. I don't know what the functions you post...
by Jandrana
Thu Jan 03, 2013 10:15 am
Forum: Runes of Magic
Topic: "Fixing" buggy quests (not bot specific)
Replies: 13
Views: 4153

Re: "Fixing" buggy quests (not bot specific)

Well it may be possible to convince the NPC to give you the quest, as it should, even though it is bugged and not working properly. The problem is not to accept the quest, but to complete the quest. The NPC is visible and has a yellow check mark over is head, if you completed the task. When clickin...
by Jandrana
Thu Jan 03, 2013 8:08 am
Forum: Runes of Magic
Topic: "Fixing" buggy quests (not bot specific)
Replies: 13
Views: 4153

"Fixing" buggy quests (not bot specific)

Perhaps you know that the quest "Raid plan" is currently buggy. If you have completed the quest, Morrok has a yellow check mark, but you cannot complete the quest, because Morrok does not open a dialog when you click it. I'm asking myself if it would be possible to "fix" this usi...
by Jandrana
Thu Jan 03, 2013 5:50 am
Forum: Runes of Magic
Topic: MicroMacro update; testers needed
Replies: 33
Views: 14686

Re: MicroMacro update; testers needed

os.clock() has increments of about 1ms. It returns values in seconds and fractions of a second. If you need even more accuracy you can use getTime(). getTime() returns a table, though, so you have to use another function deltaTime() to return the difference between 2 getTimes(). So you would use it...
by Jandrana
Thu Jan 03, 2013 5:39 am
Forum: Runes of Magic
Topic: Elite skill 70 R/S
Replies: 40
Views: 9980

Re: Elite skill 70 R/S

what I can tell the 60/70 Elite skills are impossible to get, well solo anyway. Oh, its not so hard. For the Lvl 60 elite, they changed it that you can use any dead world boss to get the tokens. The regular Wodjin and Mandara can be done with any decent equipped group that can run temple or similar...
by Jandrana
Thu Jan 03, 2013 4:04 am
Forum: Runes of Magic
Topic: ks drop rate
Replies: 5
Views: 1801

Re: ks drop rate

There was a posting how to get the most gold out of KS:

http://www.solarstrike.net/phpBB3/viewt ... =21&t=4030

Maybe it will help you.
by Jandrana
Wed Jan 02, 2013 4:49 am
Forum: Runes of Magic
Topic: ChatBot
Replies: 14
Views: 3644

Re: ChatBot

Perhaps it would be possible to adapt "Eliza" and make a LUA implementation. Maybe there is already one? For all that do not know Eliza: en.wikipedia.org/wiki/ELIZA Just stumbled over a successor of Eliza, called ALICE: http://www.alicebot.org/ Edit: Yes, there seems to be a simple Eliza i...