Profile question

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
vernberg
Posts: 28
Joined: Tue Nov 27, 2012 6:33 am
Location: north of the the world

Profile question

#1 Post by vernberg » Thu Feb 27, 2014 3:36 pm

hey all i got a little noobis / wierd question, how do i make my character just use Attack in profile no skills or nothing just the simple attack. i hope you alla understand the question

User avatar
Ego95
Posts: 564
Joined: Tue Feb 28, 2012 12:38 pm
Contact:

Re: Profile question

#2 Post by Ego95 » Thu Feb 27, 2014 4:16 pm

You could delete all skills or you add an

Code: Select all

autouse="false"
after every skill. You can also deactivate all skills with a short function in the onLoad of a waypoint file:

Code: Select all

<onLoad>
  for k,v in pairs(settings.profile.skills) do
         v.AutoUse = false
   end
</onLoad>

vernberg
Posts: 28
Joined: Tue Nov 27, 2012 6:33 am
Location: north of the the world

Re: Profile question

#3 Post by vernberg » Fri Feb 28, 2014 12:13 am

well if i add the autouse="false" or delete everything will it still attack target with auto attack and hit it ?

User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: Profile question

#4 Post by rock5 » Fri Feb 28, 2014 12:57 am

I believe if the combat type is melee it will but not if you are a ranged attacker. I think you need to have

Code: Select all

COMBAT_TYPE = "melee" 
and

Code: Select all

COMBAT_RANGED_PULL = "false"
You can set these in your profile or if you only want to use it in a particular waypoint file you can add the following in the waypoint onload

Code: Select all

<onLoad>
  for k,v in pairs(settings.profile.skills) do
         v.AutoUse = false
   end
settings.profile.options.COMBAT_TYPE = "melee"
settings.profile.options.COMBAT_RANGED_PULL = false
</onLoad>
  • Please consider making a small donation to me to support my continued contributions to the bot and this forum. Thank you. Donate
  • I check all posts before reading PMs. So if you want a fast reply, don't PM me but post a topic instead. PM me for private or personal topics only.
  • How to: copy and paste in micromacro
    ________________________
    Quote:
    • “They say hard work never hurt anybody, but I figure, why take the chance.”
          • Ronald Reagan

vernberg
Posts: 28
Joined: Tue Nov 27, 2012 6:33 am
Location: north of the the world

Re: Profile question

#5 Post by vernberg » Fri Feb 28, 2014 7:05 am

thanks so much for the help i think i got it working now so im gonna go try it out.

Post Reply

Who is online

Users browsing this forum: Google [Bot] and 136 guests