Search found 724 matches

by beanybabe
Sun Sep 18, 2016 4:43 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Mirror wp samples. ver 5
Replies: 19
Views: 25712

Re: Mirror wp samples. ver 5

I did not quite understand how to do the timer.

I added a waypoint for hoto and updated one for shrine. The hoto wp is hard unless you can heal and got chain armor at least. if you in cloth or leather you will need bits of code to make it work. hopefully people post there mods.
by beanybabe
Sat Sep 17, 2016 1:40 pm
Forum: Runes of Magic
Topic: get mob id
Replies: 10
Views: 4335

Re: get mob id

maddness Why is loot not working?
by beanybabe
Sat Sep 17, 2016 12:30 pm
Forum: Runes of Magic
Topic: get mob id
Replies: 10
Views: 4335

Re: get mob id

Here is sort of what I am trying to do next I need to set a start point and have it not wander off to far looking for mobs. <?xml version="1.0" encoding="utf-8"?><waypoints> <onLoad> changeProfileOption("MAX_TARGET_DIST", 200) changeProfileOption("COMBAT_DISTANCE&q...
by beanybabe
Sat Sep 17, 2016 12:14 pm
Forum: Runes of Magic
Topic: get mob id
Replies: 10
Views: 4335

Re: get mob id

It took me a few tries finally got it working.
by beanybabe
Fri Sep 16, 2016 5:14 am
Forum: Runes of Magic
Topic: get mob id
Replies: 10
Views: 4335

Re: get mob id

bill the way you have it it will find any mob. I am trying to make it only target 1 mob so this bit of code needs to be replaced theMob = 123456 with something that looks for agro or the nearist mobs and gets its id I tried this: theMob = player:findEnemy(aggroOnly, _id, evalFunc, ignore) but it is ...
by beanybabe
Thu Sep 15, 2016 1:20 pm
Forum: Runes of Magic
Topic: get mob id
Replies: 10
Views: 4335

get mob id

I now how to use tooltip to get id but im wondering how to get it in a wp. This is my current code. This only hunts the theMob I want to change it so it will hunt the nearest mob or a mobs you have aggro on. theMob = 123456 -- I need something to get this number from the nearest mob changeProfileOpt...
by beanybabe
Thu Sep 15, 2016 1:10 pm
Forum: Userfunctions, waypoint scripts, etc.
Topic: Moorland of Farsitan daily's
Replies: 9
Views: 7121

Re: Moorland of Farsitan daily's

It may be better to just do all in onload and not use any waypoint

just target ...
by beanybabe
Thu Sep 15, 2016 4:46 am
Forum: Runes of Magic
Topic: [SOLVED] Need tutorial for micromacro
Replies: 1
Views: 1565

Re: Need tutorial for micromacro

You learn by doing it. The way-points evolve as people post updates to them. You need to start simple and learn to run 1 char. Party needs a leader then the followers not many share wp made for this so you need to make your own. I have never really tried party much so cannot offer much more help on ...
by beanybabe
Tue Sep 13, 2016 10:06 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Defence Skill Training.
Replies: 0
Views: 7620

Defence Skill Training.

Here is a wp I made for leveling up defense skill. it was made using druid as second class. The wp could be changed to use priest or even potions but I did not add code for that. (much of the code was from the weapon trainer posted elsewhere) There is no code to repair gear also. So it good to set a...
by beanybabe
Tue Sep 13, 2016 7:22 am
Forum: Misc tools
Topic: Renderdoc from cryengine
Replies: 1
Views: 3335

Renderdoc from cryengine

This looks like it might be useful. https://www.cryengine.com/renderdoc Renderdoc™ is a standalone program that can be used to capture and replay frames from any Windows application using Direct3D 11.0 or 11.1, and provides tools for deep analysis and graphics inspection, as well as detailed examina...
by beanybabe
Fri Sep 02, 2016 3:58 am
Forum: Runes of Magic
Topic: how do I disable auto skill in wp? changeProfileOption
Replies: 4
Views: 2363

how do I disable auto skill in wp? changeProfileOption

I tried this but getting an error

<onLoad>
changeProfileOption("WARDEN_BRIAR_SHIELD", autouse="false")
</onLoad>
by beanybabe
Fri Sep 02, 2016 3:24 am
Forum: Runes of Magic
Topic: rom bot Runes of magic
Replies: 31
Views: 11430

Re: rom bot Runes of msgic

use this version of micromacro
MicroMacro v1.04.174
by beanybabe
Tue Aug 30, 2016 5:35 pm
Forum: Runes of Magic
Topic: 8 skills in 1 second?
Replies: 4
Views: 2722

Re: 8 skills in 1 second?

If you are trying to do this for siege I would not, people will make video recordings of what you do in siege. You can make macros to launch a lot of attacks fast if you know the skills and buffs and buff foods.
by beanybabe
Tue Aug 30, 2016 5:26 pm
Forum: Runes of Magic
Topic: Unknown profile skill ...
Replies: 2
Views: 1949

Re: Unknown profile skill ...

Thanks newbie I was just posting the solution for the error.

The error "Unknown profile Skill" will happen, on some class combinations if you run to housegirl and change class.

I discovered you need to do a player:update after changing class to prevent that error from occurring.
by beanybabe
Mon Aug 29, 2016 2:14 am
Forum: MicroMacro general & support
Topic: Odd issue with getPixel using 2 different pcs
Replies: 17
Views: 20548

Re: Odd issue with getPixel using 2 different pcs

I seen some old nvidia cards do strange things in some zones they were cares older than the 300 series.
by beanybabe
Fri Aug 26, 2016 1:26 am
Forum: Runes of Magic
Topic: Using bot to +++ items?
Replies: 38
Views: 16671

Re: Using bot to +++ items?

I messed with this for a while and found some info. the plus seems to work best at certain times more that others ------------------+-----++-------+------ This is sort of a pattern I got just testing a second of time or so. I also tried calculating for ping but after doing that a while found it was ...
by beanybabe
Mon Aug 22, 2016 11:25 pm
Forum: Runes of Magic
Topic: titleist addon causes spells to fail
Replies: 0
Views: 7286

titleist addon causes spells to fail

Titleist add on is another add on that interferes with the bot function.
by beanybabe
Fri Aug 19, 2016 11:51 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Moorland of Farsitan daily's
Replies: 9
Views: 7121

Re: Moorland of Farsitan daily's

I decided not to make that daily to many people near and watching who does it.
by beanybabe
Fri Aug 19, 2016 11:48 am
Forum: Runes of Magic
Topic: DIYCE/FuzzyDiyce
Replies: 1
Views: 1844

Re: DIYCE/FuzzyDiyce

Some of the code may work but you are best to look in rom forums or curse.com forums for them you might also ask in guild chat.
by beanybabe
Sun Aug 14, 2016 10:35 am
Forum: Userfunctions, waypoint scripts, etc.
Topic: Rock5's travelTo userfunction
Replies: 145
Views: 61847

Re: Rock5's travelTo userfunction

its been a while since i seen it, seems i posted about it a while back with the details might have happened trying to go back to Hefner from ruins or Fangers.