Search found 187 matches

by Jandrana
Sun Dec 30, 2012 10:54 am
Forum: Runes of Magic
Topic: Question about mob targetting
Replies: 2
Views: 1118

Re: Question about mob targetting

Depending on how you set up your kill zones and when they are being applied, maybe you are targeting the closest mob in the kill zone even though there are closer mobs outside the kill zone. I just rebuilt the killzone to be sure it is correct. No other adjacent killzone may interfere here. It is t...
by Jandrana
Sat Dec 29, 2012 12:19 pm
Forum: Runes of Magic
Topic: Question about mob targetting
Replies: 2
Views: 1118

Question about mob targetting

When running the KS_killzone_WIP script I noticed the bot attacking a mob that is not the closest one. In fact it looks like being the one, being the farthest away, maybe it is the first mob on the "found mobs list". Seems to me, that this mainly happens if mobs are being targeted while in...
by Jandrana
Tue Dec 25, 2012 11:10 am
Forum: Runes of Magic
Topic: MicroMacro update; testers needed
Replies: 33
Views: 14686

Re: MicroMacro update; testers needed

I don't know what has changed in the upcoming release. But perhaps you could add a high precision timer info to the OS class. Something like the Windows QueryPerformanceCounter() function would be nice. The os.time() function only has a one second resolution, which is too coarse for some applications.
by Jandrana
Tue Dec 25, 2012 10:57 am
Forum: Runes of Magic
Topic: working properly butterfly daily
Replies: 3
Views: 2498

Re: working properly butterfly daily

Yes, but I'm very cautious posting scripts for such a public place like the inferno gardens. If several people run this script, others will notice that this is a bot script and it will attract attention. So if everybody is doing it's own script, it will be less likely that it will attract attention....
by Jandrana
Sat Dec 22, 2012 8:35 am
Forum: Runes of Magic
Topic: Trade items
Replies: 7
Views: 2780

Re: Trade items

I looked for some other functions and now I got a working solution: function tradeTo(RecipientName,itemTable) local tradeIndex = 1; if itemTable then -- Lets trade local Recipient = player:findNearestNameOrId(RecipientName) if Recipient then repeat player:target(Recipient) yrest(500) RoMScript("...
by Jandrana
Sat Dec 22, 2012 8:16 am
Forum: Runes of Magic
Topic: Trade items
Replies: 7
Views: 2780

Re: Trade items

I tried to use this trade feature, but I couldn't make it work. There is a small typo in: RoMScript("TradeFrame:IsVisible()"), but this was easy to fix. The problem is that item:use() is like "right clicking" the item. This does not put items into the trade frame. Either the char...
by Jandrana
Fri Dec 21, 2012 12:05 pm
Forum: Runes of Magic
Topic: How I can kill 75 lvl elite monster myself alone ?
Replies: 2
Views: 1171

Re: How I can kill 75 lvl elite monster myself alone ?

Strange question... Lvl 75 elites have varying strenght, so it would be helpfull if you tell, which Lvl 75 elite you have in mind. Many chars can kill Lvl 75 elites - it depends on your gear. War mage (warrier / mage) is currently the latest craze. But to make money Lvl 75 elite may not be the best....
by Jandrana
Thu Dec 20, 2012 6:51 am
Forum: Runes of Magic
Topic: Need help with a script
Replies: 11
Views: 3821

Re: Need help with a script

Ok, then we can keep it for the unlikely situation, that one day the cooldown of the two skills will be different ;-)
by Jandrana
Thu Dec 20, 2012 5:18 am
Forum: Runes of Magic
Topic: Need help with a script
Replies: 11
Views: 3821

Re: Need help with a script

I made a function that will give you the cooldown for a named transport skill. I found this usefull, because the GetSkillCooldown requires an index into the skill book page and depending on the learned skills, this index changes for the transport skill. So if one char did learn mining and another ch...
by Jandrana
Thu Dec 20, 2012 4:45 am
Forum: Runes of Magic
Topic: Party Bot (questions/answers)
Replies: 307
Views: 79989

Re: Party Bot (questions/answers)

I did not know the options mentioned above (nobuffname="Charged" nobufftarget="player").

Thanks, rock and lisa for your suggestions. Will try it during the next days.
by Jandrana
Mon Dec 17, 2012 8:39 am
Forum: Runes of Magic
Topic: Party Bot (questions/answers)
Replies: 307
Views: 79989

Re: Party Bot (questions/answers)

I played around with party bot during the last days and finally got it working. I was trying to run HoS and it worked out pretty well, but now I'm looking for a way to switch between two "skill sets": one for killing trash (aoe based) and one for killing bosses (skill rotation to get max d...
by Jandrana
Mon Dec 17, 2012 7:40 am
Forum: Runes of Magic
Topic: Error: IGF:[string "?"]:116
Replies: 6
Views: 1686

Re: Error: IGF:[string "?"]:116

Everything works on another pc, with the same specs and configuration, and I use a Dropbox account to synchronize the micromacro folder Did you also update the RoM "Interface\AddOns\ingamefunctions" on your second PC? Synchronizing the micromacro folder will only update the copy in "...
by Jandrana
Sun Dec 02, 2012 7:48 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Autumn Banquet
Replies: 34
Views: 15121

Re: Autumn Banquet

Doesn't using a pot dismount you? if yes you might want to move Lucky Target ahead of mount in onload
Yeah. probabably never tested it with both available. After each test you find things, that could be done better and you focus on a new problem.
by Jandrana
Sun Dec 02, 2012 8:52 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Autumn Banquet
Replies: 34
Views: 15121

Re: Autumn Banquet

I fixed some issues in the "Lost Ostrich Eggs" script. Now it should work with high lvl chars.
by Jandrana
Sat Dec 01, 2012 9:30 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Autumn Banquet
Replies: 34
Views: 15121

Autumn Banquet

I did a simple script for the quest chain starting at "Anoraf Laiken" at Varanas central plaza.

To ease localization, all quest names are assigned to vars at the top of the script.

Have fun.
by Jandrana
Mon Nov 26, 2012 4:17 am
Forum: Runes of Magic
Topic: Sok Bot Crash after few runs :(
Replies: 3
Views: 1850

Re: Sok Bot Crash after few runs :(

A few rules to prevent the client crashing (also recommended before running mini games and similar stuff): - do a restart of the client before running a script that is supposed to run for a longer time. (going back to char selection, login screen does not help). The client cannot cleanup it's textur...
by Jandrana
Tue Nov 20, 2012 4:07 am
Forum: Runes of Magic
Topic: Yolius [Malatina's servant]
Replies: 4
Views: 1724

Re: Yolius [Malatina's servant]

If you open all tiles, besides 3 pumpkin coins you will get some pumpkin rice food, that will give you 100.000 talent points after eating it. If you need to push your TP, spending 6:30 for 100.000 TP is not so bad. "Collecting Cries" will also give you this TP food, if you reach a certain ...
by Jandrana
Mon Nov 19, 2012 9:08 am
Forum: Runes of Magic
Topic: Getting Rombot to loot the magic giftbags from Tergothen?
Replies: 16
Views: 4968

Re: Getting Rombot to loot the magic giftbags from Tergothen

onLeaveCombat is a function that is called each time you leaveCombat. You can provide it in the profile.xml for your char. I found it more usefull, using this function specific to certains scripts. You can change it in onLoad or at any waypoint that seems appropriate. Example: <onLoad> settings.prof...
by Jandrana
Mon Nov 19, 2012 8:54 am
Forum: Runes of Magic
Topic: equpiment item stat attributes question
Replies: 3
Views: 1034

Re: equpiment item stat attributes question

Cindy wrote:is there a item.Level attribute?
Yes, it's called

Code: Select all

item.RequiredLvl
by Jandrana
Wed Nov 14, 2012 4:23 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: [Daily & Public Event] Extinguish More Flames
Replies: 84
Views: 35986

Re: [Daily & Public Event] Extinguish More Flames

But i got still a problem: i cant reach the 6000 points for ending the event. Is there any suggestion with 2 accounts or i'm only too stupid? Everything that speeds up movement will help. Mount plus riding speed buff from guild castle. Reduce all rests command in your script to the minimum. My scri...