Author Topic: Mythix's HotKeyBar (Almost) for Freeshards.  (Read 5659 times)

0 Members and 1 Guest are viewing this topic.

Offline MythixTopic starter

  • Jr. Member
  • **
  • Posts: 20
  • Activity:
    0%
  • Reputation Power: 1
  • Mythix has no influence.
  • Gender: Female
  • Respect: +1
  • Referrals: 0
    • View Profile
Mythix's HotKeyBar (Almost) for Freeshards.
« on: May 28, 2012, 01:16:08 PM »
0
Code: [Select]
;==========================================================================================================
; Script Name:  HotKeyBar (Almost) for Freeshards.
; Author: Mythix
; Version: 1.0
; Shard OSI / FS: FS only
; Release Date: 5/28/2012
; Purpose: Utilize a menu to access most frequently used skills for easy access.
; Globals: none
; Special Thanks: Thanks to Talon Rhein whose script "Magery Casting Menu" was the inspiration for this.
;===========================================================================================================

I've created a short script that creates a menu for the most commonly used skills/spells for use mainly on freeshards that have no skill caps.
Appreciate any feedback you can give me!

There are 1 attachment(s) in this post. You must register and post an acceptable introduction to download
HotKeyBar (Almost).txt

Offline 12TimesOver

  • Another Day, Another Vendetta
  • Global Moderator
  • *
  • *
  • Posts: 3694
  • Activity:
    0%
  • Reputation Power: 41
  • 12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.
  • Gender: Male
  • Respect: +321
  • Referrals: 2
    • View Profile
Re: Mythix's HotKeyBar (Almost) for Freeshards.
« Reply #1 on: May 29, 2012, 04:54:06 AM »
0
Good idea Mythix! I'm a fan of "quick bar" utilities, as can be noted by my SuperStuff and TMapper Helper scripts. I hope you get some folks testing!

X
When they come for me I'll be sitting at my desk
     with a gun in my hand wearing a bulletproof vest
My, my, my how the time does fly
     when you know you're gonna die by the end of the night

Offline MythixTopic starter

  • Jr. Member
  • **
  • Posts: 20
  • Activity:
    0%
  • Reputation Power: 1
  • Mythix has no influence.
  • Gender: Female
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: Mythix's HotKeyBar (Almost) for Freeshards.
« Reply #2 on: May 29, 2012, 05:50:39 AM »
0
Thanks 12x!
It's a good system for people like me who can never remember their razor macros.  hehe.
Hope to get some feedback as this is my very first script.

Offline 12TimesOver

  • Another Day, Another Vendetta
  • Global Moderator
  • *
  • *
  • Posts: 3694
  • Activity:
    0%
  • Reputation Power: 41
  • 12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.12TimesOver is a force to reckon with.
  • Gender: Male
  • Respect: +321
  • Referrals: 2
    • View Profile
Re: Mythix's HotKeyBar (Almost) for Freeshards.
« Reply #3 on: May 29, 2012, 06:10:40 AM »
0
Quick item...

In your MainLoop:

Code: [Select]
     if c in #menubutton
     {
        gosub #menubutton
     }
     else
     {
        gosub castSpell #menubutton
     }
     set #menubutton n/a
  }
Consecrate, Sacred Journey, Confidence, etc all contain the letter "C" thus would trigger the "if c in #menubutton" criteria and fail since the script would look to gosub to the subs of the same names which don't actually exist.

X
When they come for me I'll be sitting at my desk
     with a gun in my hand wearing a bulletproof vest
My, my, my how the time does fly
     when you know you're gonna die by the end of the night

Offline MythixTopic starter

  • Jr. Member
  • **
  • Posts: 20
  • Activity:
    0%
  • Reputation Power: 1
  • Mythix has no influence.
  • Gender: Female
  • Respect: +1
  • Referrals: 0
    • View Profile
Re: Mythix's HotKeyBar (Almost) for Freeshards.
« Reply #4 on: May 31, 2012, 04:48:35 PM »
0
Thanks for looking at that!
However, those subs have a #menubutton of their event macro 15 XX number so they won't get pulled into that loop.
Code: [Select]
menu Button CLore 4 76 89 29 Lore
  menu Button CTaming 4 112 89 29 Tame
  menu Button 205 100 76 89 29 Divine Fury
  menu Button 210 100 112 89 29 Sacred Journey ;<---#menubutton is actually "210"
  menu Button 146 196 76 89 29 Confidence ;<--- #menubutton is "146"
  menu Button 147 196 112 89 29 Evasion
  menu Button 203 292 76 89 29 Consecrate; <--- #menubutton is "203"
  menu Button 149 292 112 89 29 Lightning Strike

I thank you very kindly for taking a look though. :)
Moar feedback pl0x!

Offline Endless Night

  • Global Moderator
  • *
  • *
  • Posts: 5467
  • Activity:
    0%
  • Reputation Power: 62
  • Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!Endless Night is awe-inspiring!
  • Respect: +393
  • Referrals: 1
    • View Profile
Re: Mythix's HotKeyBar (Almost) for Freeshards.
« Reply #5 on: October 08, 2013, 08:55:19 AM »
0
Congratulations your Script has been moved to Script library
(If you feel the script is in the wrong section please send me a pm.)

Thank you for your submission.


Great script, very useful helper bar.  Worked for me on OSI.
Outlaw Josey Wales - "Manwink, A Long Gone Scripty, and Endless are always teasing us with their private sections lol. What there realy saying is scripters rule and users drool."
Briza - "Your a living breathing vortex of usefulness."

Tags: