Could i get some help setting up mage script?
Could i get some help setting up mage script?
Hey! I was wondering if someone could help me with my mage skills. I have only managed to set it up to use flame/fireball. However I would like to use the m/p elite skill essence of magic once every 900 sec (buff). Is this possible? I don t find the essence of magic skill in the database and dont know how to write the string correct for a buff (I just copied the attack skills from the default profile, and there were no buffs there)
Also are there premade waypoints to download? For example for the dailies in Silverspring?
Thanks
Also are there premade waypoints to download? For example for the dailies in Silverspring?
Thanks
-
- Posts: 46
- Joined: Sat Jan 24, 2009 3:34 pm
Re: Could i get some help setting up mage script?
pls past / copy your crypt her in a code tag
so we can help you better
show what u have first pls
so we can help you better
show what u have first pls
Re: Could i get some help setting up mage script?
Oh yeah right. Currently im only using the settings from the default profile, with these mage settings:
<skill name="MAGE_FLAME" modifier="" hotkey="VK_1" priority="80" />
<skill name="MAGE_FIREBALL" modifier="" hotkey="VK_2" priority="70" />
<skill name="MAGE_LIGHTNING" modifier="" hotkey="VK_3" priority="60" />
</skills_mage>
But as i mentioned earlier, to be able to grind higher mobs I would need the bot to be able to use buffs (essence of magic for now, which is not in the database/skills).
<skill name="MAGE_FLAME" modifier="" hotkey="VK_1" priority="80" />
<skill name="MAGE_FIREBALL" modifier="" hotkey="VK_2" priority="70" />
<skill name="MAGE_LIGHTNING" modifier="" hotkey="VK_3" priority="60" />
</skills_mage>
But as i mentioned earlier, to be able to grind higher mobs I would need the bot to be able to use buffs (essence of magic for now, which is not in the database/skills).
-
- Posts: 46
- Joined: Sat Jan 24, 2009 3:34 pm
Re: Could i get some help setting up mage script?
her for you, as exemple
my priest/mage
priority means what pessed first and what later
hpper means on what % your hp
inbattle should speak as self
and her to learn more about settings and script about the bot
http://www.solarstrike.net/wiki/index.p ... =Main_Page
my priest/mage
priority means what pessed first and what later
hpper means on what % your hp
inbattle should speak as self
and her to learn more about settings and script about the bot
http://www.solarstrike.net/wiki/index.p ... =Main_Page
Code: Select all
<skills_priest>
<skill name="PRIEST_SOUL_SOURCE" modifier="" hotkey="VK_4" priority="110" inbattle="true" hpper="15" />
<skill name="PRIEST_HOLY_AURA" modifier="" hotkey="VK_7" priority="100" inbattle="true" hpper="24" />
<skill name="PRIEST_URGENT_HEAL" modifier="" hotkey="VK_2" priority="100" hpper="30" />
<skill name="PRIEST_REGENERATE" modifier="" hotkey="VK_6" priority="90" />
<skill name="PRIEST_RISING_TIDE" modifier="" hotkey="VK_3" priority="80" />
<!--<skill name="PRIEST_BONE_CHILL" modifier="" hotkey"VK_XX" priority"" inbattle="true" />
<skill name="MAGE_LIGHTNING" modifier="" hotkey"VK_XX" priority"" inbattle="true" />
<skill name="PRIEST_ICEWIND_BLADE" modifier="" hotkey"VK_XX" priority"" inbattle="true" />-->
<skill name="MAGE_FIREBALL" modifier="" hotkey="VK_8" priority="70" inbattle="true" />
<skill name="PRIEST_WAVE_ARMOR" modifier="" hotkey="VK_5" priority="40" inbattle="true" />
<!--skill name="PRIEST_SOUL_BOND" hotkey="VK_T" priority="30" /> -->
<!--skill name="PRIEST_MAGIC_BARRIER" hotkey="VK_F" priority="20" rebuffcut="60" inbattle="false" /> -->
</skills_priest>
like thisBut as i mentioned earlier, to be able to grind higher mobs I would need the bot to be able to use buffs (essence of magic for now, which is not in the database/skills).
Code: Select all
<skill name="MAGE_ESSENCE_OF_MAGIC" modifier="" hotkey"VK_XX" priority"" inbattle="true" />
Re: Could i get some help setting up mage script?
Thanks for the priest example! However I have one more question, i changed my script to this:
<skills_mage>
<skill name="PRIEST_URGENT_HEAL" modifier="" hotkey="VK_5" priority="100" hpper="30" />
<skill name="LIGHTNING" modifier="" hotkey"VK_3" priority"90" />
<skill name="MAGE_ESSENCE_OF_MAGIC" modifier="" hotkey"VK_4" priority"60" />
<skill name="MAGE_FLAME" modifier="" hotkey="VK_1" priority="80" />
<skill name="MAGE_FIREBALL" modifier="" hotkey="VK_2" priority="70" />
</skills_mage>
And now it says: Message not well formed (invalid token)
Do you know what what i did wrong? I didnt touch anything besides these skills (the hotkeys are in the right place ofcourse)
<skills_mage>
<skill name="PRIEST_URGENT_HEAL" modifier="" hotkey="VK_5" priority="100" hpper="30" />
<skill name="LIGHTNING" modifier="" hotkey"VK_3" priority"90" />
<skill name="MAGE_ESSENCE_OF_MAGIC" modifier="" hotkey"VK_4" priority"60" />
<skill name="MAGE_FLAME" modifier="" hotkey="VK_1" priority="80" />
<skill name="MAGE_FIREBALL" modifier="" hotkey="VK_2" priority="70" />
</skills_mage>
And now it says: Message not well formed (invalid token)
Do you know what what i did wrong? I didnt touch anything besides these skills (the hotkeys are in the right place ofcourse)
-
- Posts: 46
- Joined: Sat Jan 24, 2009 3:34 pm
Re: Could i get some help setting up mage script?
Jengoso wrote:Thanks for the priest example! However I have one more question, i changed my script to this:
<skills_mage>
<skill name="PRIEST_URGENT_HEAL" modifier="" hotkey="VK_5" priority="100" hpper="30" />
<skill name="LIGHTNING" modifier="" hotkey"VK_3" priority"90" />
<skill name="MAGE_ESSENCE_OF_MAGIC" modifier="" hotkey"VK_4" priority"60" />
<skill name="MAGE_FLAME" modifier="" hotkey="VK_1" priority="80" />
<skill name="MAGE_FIREBALL" modifier="" hotkey="VK_2" priority="70" />
</skills_mage>
And now it says: Message not well formed (invalid token)
Do you know what what i did wrong? I didnt touch anything besides these skills (the hotkeys are in the right place ofcourse)
skill name="MAGE_LIGHTNING"
Re: Could i get some help setting up mage script?
Two of your hotkeys and prioritys are missing the equals signJengoso wrote:
Message not well formed (invalid token)
-
- Posts: 73
- Joined: Mon Aug 16, 2010 12:50 pm
Re: Could i get some help setting up mage script?
Code: Select all
^^<skill name="MAGE_ELECTRIC_BOLT" hotkey="VK_5" priority="100"/>
<skill name="MAGE_FIREBALL" hotkey="VK_2" priority="90" />
<skill name="PRIEST_RISING_TIDE" hotkey="VK_3" priority="80"/>
<skill name="MAGE_LIGHTNING" hotkey="VK_4" priority="70"/>
<skill name="PRIEST_URGENT_HEAL" hotkey="VK_Q" priority="105" hpper="50" inbattle="true" />
<skill name="PRIEST_REGENERATE" hotkey="VK_E" priority="105" hpper="85" inbattle="true" />
<skill name="PRIEST_HOLY_AURA" hotkey="VK_P" priority="110" hpper="20" inbattle="true" />
<skill name="MAGE_ESSENCE_OF_MAGIC" hotkey="VK_J" priority="60" rebuffcut="10" />
<skill name="MAGE_ENERGY_SUPPLY" hotkey="VK_H" priority="60" rebuffcut="0" />
-
- Posts: 316
- Joined: Wed Jun 16, 2010 8:16 am
Re: Could i get some help setting up mage script?
i use this:
<skills_mage>
<skill name="MAGE_ELECTROSTATIC_CHARGE" hotkey="VK_2" priority="130" hpper="85" inbattle="true"/>
<skill name="PRIEST_REGENERATE" hotkey="VK_6" priority="120" hpper="90" />
<skill name="MAGE_FLAME" hotkey="VK_3" priority="90" />
<skill name="MAGE_LIGHTNING" hotkey="VK_7" priority="110" maxuse="1" />
<skill name="MAGE_FIREBALL" hotkey="VK_4" priority="80" maxuse="1" />
<skill name="MAGE_ESSENCE_OF_MAGIC" hotkey="VK_8" priority="140" inbattle="false" />
<skill name="PRIEST_URGENT_HEAL" hotkey="VK_5" priority="110" hpper="75" />
<skill name="PRIEST_HOLY_AURA" hotkey="VK_9" priority="140" hpper="45" inbattle="true" />
</skills_mage>
<skills_mage>
<skill name="MAGE_ELECTROSTATIC_CHARGE" hotkey="VK_2" priority="130" hpper="85" inbattle="true"/>
<skill name="PRIEST_REGENERATE" hotkey="VK_6" priority="120" hpper="90" />
<skill name="MAGE_FLAME" hotkey="VK_3" priority="90" />
<skill name="MAGE_LIGHTNING" hotkey="VK_7" priority="110" maxuse="1" />
<skill name="MAGE_FIREBALL" hotkey="VK_4" priority="80" maxuse="1" />
<skill name="MAGE_ESSENCE_OF_MAGIC" hotkey="VK_8" priority="140" inbattle="false" />
<skill name="PRIEST_URGENT_HEAL" hotkey="VK_5" priority="110" hpper="75" />
<skill name="PRIEST_HOLY_AURA" hotkey="VK_9" priority="140" hpper="45" inbattle="true" />
</skills_mage>
Who is online
Users browsing this forum: Bing [Bot] and 1 guest