How to: using waypoint files (Examples: DQ running, multi )
Re: How to: using waypoint files (Examples: DQ running, mul
wow that was fast
Thank you both
by the way, great work
Thank you both
by the way, great work
Re: How to: using waypoint files (Examples: DQ running, mul
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:
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>
Re: How to: using waypoint files (Examples: DQ running, mul
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.”
- Ronald Reagan
Re: How to: using waypoint files (Examples: DQ running, mul
but that levels the skills only from lvl1 to 10 right? so, how can we lvl the skills above that?
Re: How to: using waypoint files (Examples: DQ running, mul
You could use
But you would have to execute the function for each skill you want to level.
Code: Select all
levelupSkill(_skillname, _times)
-- _skillname = name of the skill in skills.xml
-- _times = how many levels do you want to levelup that skill
- 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
Re: How to: using waypoint files (Examples: DQ running, mul
well, that makes it a bit complicated, but thanks for the answers, it helped a lot
-
- Posts: 1
- Joined: Sat Mar 28, 2015 12:34 am
Re: How to: using waypoint files (Examples: DQ running, mul
Is there a possibility to make the bot change the channel?
Re: How to: using waypoint files (Examples: DQ running, mul
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.”
- Ronald Reagan
-
- Posts: 3
- Joined: Sun May 03, 2015 11:37 pm
Re: How to: using waypoint files (Examples: DQ running, mul
Thanks, you make it easy guide.
Who is online
Users browsing this forum: No registered users and 0 guests