cokebot
Posts: 54 Joined: Wed Oct 19, 2011 7:47 am
#101
Post
by cokebot » Mon Jan 27, 2014 4:26 am
wow that was fast
Thank you both
by the way, great work
Myaaa
Posts: 5 Joined: Mon Aug 18, 2014 2:27 am
#102
Post
by Myaaa » Mon Aug 18, 2014 3:04 am
Hi,
I was wondering if it was possible to level up the skills while running a waypoint file.
I have found something like this in the wiki, but when i put it in a waypoint, the program said it is an invalid line and stopped...
It looked something like this:
Code: Select all
<waypoints>
<!-- # 1 --><waypoint x="-2651" z="-8407"></waypoint>
<!-- # 2 --><waypoint x="-2472" z="-8595"></waypoint>
<!-- # 3 --><waypoint x="-2416" z="-8724"></waypoint>
<!-- # 4 --><waypoint x="-2345" z="-8903">
levelupSkills1To20();
</waypoint>
<!-- # 5 --><waypoint x="-2322" z="-8999"></waypoint>
<!-- # 6 --><waypoint x="-2093" z="-9302"></waypoint>
<!-- # 7 --><waypoint x="-2024" z="-9469"></waypoint>
</waypoints>
rock5
Posts: 12173 Joined: Tue Jan 05, 2010 3:30 am
Location: Australia
#103
Post
by rock5 » Mon Aug 18, 2014 3:37 am
There is no "levelupSkills1To20" function that I'm aware of unless you added it yourself. There is only a "levelupSkills1To10" function.
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.”
Myaaa
Posts: 5 Joined: Mon Aug 18, 2014 2:27 am
#104
Post
by Myaaa » Mon Aug 18, 2014 4:36 am
but that levels the skills only from lvl1 to 10 right? so, how can we lvl the skills above that?
rock5
Posts: 12173 Joined: Tue Jan 05, 2010 3:30 am
Location: Australia
#105
Post
by rock5 » Mon Aug 18, 2014 4:52 am
You could use
Code: Select all
levelupSkill(_skillname, _times)
-- _skillname = name of the skill in skills.xml
-- _times = how many levels do you want to levelup that skillBut you would have to execute the function for each skill you want to level.
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.”
Myaaa
Posts: 5 Joined: Mon Aug 18, 2014 2:27 am
#106
Post
by Myaaa » Mon Aug 18, 2014 5:47 am
well, that makes it a bit complicated, but thanks for the answers, it helped a lot
rock5
Posts: 12173 Joined: Tue Jan 05, 2010 3:30 am
Location: Australia
#108
Post
by rock5 » Sat Mar 28, 2015 2:26 am
Sure. Just search for "change channel" and you will find the command.
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.”