• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Spell Hotkey question! +2 rep to all helpers!

Status
Not open for further replies.

Sverkerman

Hosted Project: BoW
Level 17
Joined
Feb 28, 2010
Messages
1,325
Greetings.
I have a talent tree where some of the talents grants abilities. There are exactly 15 talents which grants spells.

I'd like to have a system that changes the button position and the hotkeys of the spell chosen.
Is this possible if done locally perhaps?
 

Sverkerman

Hosted Project: BoW
Level 17
Joined
Feb 28, 2010
Messages
1,325
@Mr Bean
That would result in 15(spells) x 12(button position) x 15(spells hotkey) spells. Or 15 x 12 spells with un-optimized hotkeys (Q,W,E,R,T etc.)

I don't feel too excited about creating 2700 or 180 spells. I need a other way of doing this using code.
 
Level 19
Joined
Aug 8, 2007
Messages
2,765
Impossible. Best i can think of is make a passive ability with a completely transparent icon and make a system that adds X of these abilities. (if you add 2 of these abilities than 1 of the actual ability all with the co-ordinates 0,0 your ability will show up at 0,2)
 
Level 17
Joined
Feb 11, 2011
Messages
1,860
Impossible. Best i can think of is make a passive ability with a completely transparent icon and make a system that adds X of these abilities. (if you add 2 of these abilities than 1 of the actual ability all with the co-ordinates 0,0 your ability will show up at 0,2)

I was also thinking of this. Then you would have strange things showing up if you put your mouse over the "empty" spaces, but it's probably the best solution.
 
Status
Not open for further replies.
Top