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
WARDEN_SUMMON_NATURE_CRYSTAL Tigger on profile/waypoint
-
spyfromsiochain
- Posts: 84
- Joined: Sun Aug 18, 2013 9:57 am
WARDEN_SUMMON_NATURE_CRYSTAL Tigger on profile/waypoint
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
)
Re: WARDEN_SUMMON_NATURE_CRYSTAL Tigger on profile/waypoint
I think it just needs a player:update after it loads the profile. But I would just use loadProfile instead.
The benefits include:
Code: Select all
loadProfile("tokens"); -- profile name to load
yrest (1000)
loadPaths("Hgrow"); -- script name to load- - 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
Working perfectly
TYVM
YRTM (you are the man)
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
)