WARDEN_SUMMON_NATURE_CRYSTAL Tigger on profile/waypoint

Runes of Magic/Radiant Arcana (http://www.runesofmagic.com)
Post Reply
Message
Author
spyfromsiochain
Posts: 84
Joined: Sun Aug 18, 2013 9:57 am

WARDEN_SUMMON_NATURE_CRYSTAL Tigger on profile/waypoint

#1 Post by spyfromsiochain »

Hello, I have the following problem when using bot in elven island

Waypoint part from: Hgrow.xml

player = CPlayer.new();
settings.load();
settings.loadProfile("tokens"); -- profile name to load
yrest (1000)
loadPaths("Hgrow"); -- script name to load

When it switches characters it doesn't trigger the summoning of the pet

Profile part from: tokens.xml
<skills_warden>
<skill name="WARDEN_SUMMON_NATURE_CRYSTAL" hotkey="MACRO" priority="100" autouse="true" /> </skills_warden>

The first character in that account works well, it summons the pet on the 4th waypoint, around 20 sec after starting the bot, but when it swichs to the other characters, none of them triggers the skill to summon the pet.

Can u help?

Tyvm
I look at those fans with no blades and it amazes me everytime, how can they push air without using blades lol - lisa (pro sentence :D)
User avatar
rock5
Posts: 12173
Joined: Tue Jan 05, 2010 3:30 am
Location: Australia

Re: WARDEN_SUMMON_NATURE_CRYSTAL Tigger on profile/waypoint

#2 Post by rock5 »

I think it just needs a player:update after it loads the profile. But I would just use loadProfile instead.

Code: Select all

loadProfile("tokens"); -- profile name to load
yrest (1000)
loadPaths("Hgrow"); -- script name to load
The benefits include:
  • - It's a lot simpler
    - Does the player:update() for you
    - Runs the profile 'onload'.
    - If no profile is specified then it will default to loading the characters profile or 'userdefault' profile, just like when starting the bot.
  • 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
spyfromsiochain
Posts: 84
Joined: Sun Aug 18, 2013 9:57 am

Re: WARDEN_SUMMON_NATURE_CRYSTAL Tigger on profile/waypoint

#3 Post by spyfromsiochain »

Working perfectly

TYVM

YRTM (you are the man)
I look at those fans with no blades and it amazes me everytime, how can they push air without using blades lol - lisa (pro sentence :D)
Post Reply