• 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.
  • 💡 We're thrilled to announce that our upcoming texturing contest is in the works, and we're eager to hear your suggestions! Please take this opportunity to share your ideas in this theme discussion thread for the Texturing Contest #34!
  • 🏆 Hive's 7th HD Modeling Contest: Icecrown Creature is now open! The frozen wastes of Icecrown are home to some of Azeroth’s most terrifying and resilient creatures. For this contest, your challenge is to design and model a HD 3D monster that embodies the cold, undead, and sinister essence of Icecrown! 📅 Submissions close on April 13, 2025. Don't miss this opportunity to let your creativity shine! Enter now and show us your frozen masterpiece! 🔗 Click here to enter!

[General] Strangest object bug I've encountered

Status
Not open for further replies.
Level 6
Joined
Oct 23, 2011
Messages
182
I have 2 abilities (based on Hero Attribute skill)
They are exactly same, and has ability code 'A01V' and 'A04Q'

Now, if I use the 'A01V' one, it won't show up on hero's spell learning section.
'A04Q' does.

(Ex.

'A000' 'A001' 'A01V' 'A002'

the third icon is missing. I cannot learn it

'A000' 'A001' 'A04Q' 'A002'

There are 4 spell icons that I can click)

I'm so confused, I guess its some kind of magic id that should not be used?
is my map corrupted? or in the worst case, is it something that randomly happens?

My map uses JNGP (if that matters)
 
Level 17
Joined
Nov 13, 2006
Messages
1,814
I have 2 abilities (based on Hero Attribute skill)
They are exactly same, and has ability code 'A01V' and 'A04Q'

Now, if I use the 'A01V' one, it won't show up on hero's spell learning section.
'A04Q' does.

(Ex.

'A000' 'A001' 'A01V' 'A002'

the third icon is missing. I cannot learn it

'A000' 'A001' 'A04Q' 'A002'

There are 4 spell icons that I can click)

I'm so confused, I guess its some kind of magic id that should not be used?
is my map corrupted? or in the worst case, is it something that randomly happens?

My map uses JNGP (if that matters)

u imported few spells? coz example when u copy paste ability then raw code changeing and when u import the raw code going from lowest to highest (A000,A001,A002...A009,A00A,A00B etc) example when u copy paste what was A01V in previous m,ap but in your map missing the A003 then its will be A003 when u paste. (but idk then why visible the A04Q)
still this can happen too if u delete a ability then copy A01V, then new one will get the deleted ability raw code.

normally i never noticed the ability dissapear when something happen with saveing so i dont think it is corrupted or something

whatever still a potentional reason is the disabled ability or if channel based then visibility unchecked but ur is attribute bonus so idk
 
Level 6
Joined
Oct 23, 2011
Messages
182
u imported few spells? coz example when u copy paste ability then raw code changeing and when u import the raw code going from lowest to highest (A000,A001,A002...A009,A00A,A00B etc) example when u copy paste what was A01V in previous m,ap but in your map missing the A003 then its will be A003 when u paste. (but idk then why visible the A04Q)
still this can happen too if u delete a ability then copy A01V, then new one will get the deleted ability raw code.

normally i never noticed the ability dissapear when something happen with saveing so i dont think it is corrupted or something

whatever still a potentional reason is the disabled ability or if channel based then visibility unchecked but ur is attribute bonus so idk

thank you so much.. ive realized this rawcode was used by another spell a long time ago.. and it was diabled via trigger
 
Status
Not open for further replies.
Top