Search found 187 matches

by Jandrana
Sat Jul 07, 2012 4:17 am
Forum: Runes of Magic
Topic: Event when boss/elite mobs found?
Replies: 8
Views: 2146

Re: Event when boss/elite mobs found?

Personally I would need to know exactly what you are trying to do, can't really create code unless I know the situation. My main problem is to find a generic way to avoid getting aggro from mobs that will kill my char. Usually these are elite mobs / world bosses that spawn randomly and wander aroun...
by Jandrana
Sat Jul 07, 2012 2:59 am
Forum: Runes of Magic
Topic: Event when boss/elite mobs found?
Replies: 8
Views: 2146

Re: Event when boss/elite mobs found?

Thx for this example. But I don't completely understand your solution. As far as I understood, you define a new function that will overwrite the original harvest function. Right? Will the bot still harvest? I would have expected to call the original harvest function somewhere inside the new function...
by Jandrana
Sat Jul 07, 2012 2:43 am
Forum: MicroMacro general & support
Topic: RomBot issues
Replies: 6
Views: 2991

Re: RomBot issues

Thx, will try to setup a MinG environment and try again.

Regarding my AMD issues: good to know, that it usually should work with them. Maybe another SW / HW will cause this issue - AV scanner maybe?
by Jandrana
Fri Jul 06, 2012 4:42 am
Forum: MicroMacro general & support
Topic: RomBot issues
Replies: 6
Views: 2991

RomBot issues

* MM causes an GPF when pressing CTRL-C and a script has being paused with END key. * MM works fine on my Core I5 system. But on my AMD Athlon II X3 system something is wrong. MM runs rom scripts extremely slow (100 times slower than expected). Many scripts do not work any more. An issues with hardw...
by Jandrana
Fri Jul 06, 2012 4:28 am
Forum: Runes of Magic
Topic: Event when boss/elite mobs found?
Replies: 8
Views: 2146

Re: Event when boss/elite mobs found?

Thx for this solution. Will try to integrate it into my scripts.
Should work for scripts that will attack mobs.

But will this work for harvest only scripts (type="RUN")?
In this case the bot will on fight if being attacked, but I like to avoid being attacked by elite mobs.
by Jandrana
Thu Jul 05, 2012 9:30 am
Forum: Runes of Magic
Topic: whats the code for " ß " ?
Replies: 5
Views: 1346

Re: whats the code for " ß " ?

The texts inside RoM are not encoded as ASCII, because this would limit the possible languages to latin alphabet only. ASCII is a single byte encoding, that does only allow up to 256 different characters which is no longer sufficient. RoM uses UTF-8 encoding. The code for "LATIN SMALL LETTER SH...
by Jandrana
Thu Jul 05, 2012 6:17 am
Forum: Runes of Magic
Topic: Event when boss/elite mobs found?
Replies: 8
Views: 2146

Event when boss/elite mobs found?

Hi! I created a view scripts to farm items for daily quests and to harvest resources. Sometimes random elite / boss mobs appear. (i.e. the beetle boss / ice witch in Silverspring). Currently the bot does not attack elite / boss mobs. But with a low level char, you easily can get in their aggro range...