- Joined
- Sep 10, 2022
- Messages
- 146
Maybe it will be my self-reflection, but I'll leave it here, but I noticed this:
I'll point out:
1. You can't add hero abilities to a book. You have to create three abilities of the corresponding level separately. It might seem like a small thing, not a problem, BUT: a book only has 11 slots... this is very inconvenient, and will most likely force you to create a book within a book.
2. The book doesn't support normal ability sorting (it sorts them not by X/Y values, but by ascending ID).
3. The book has an ID of 'spellbook', which is why trying to sort different skills into different books results in them all getting lumped together in a single book, because the game treats two different created book objects as a single book. Trying to solve this problem by assigning each book a unique ID, such as 'vodo', results in ShadowHunter's spells being broken if he uses his ultimate on a map, followed immediately by a spell from a book with the same ID.
4. A book cannot contain another book if it also has the same Spellbook ID. (This probably applies to any ID match.)
ID here is Base ID Order field
For me, the question remains open: how can we create a system for leveling up a hero so that he has the option to use 3 skills instead of one on slot 1 (the first spell slot), the same on table 2, and so on.
Maybe I don't understand something yet and am reinventing the wheel...
I'll point out:
1. You can't add hero abilities to a book. You have to create three abilities of the corresponding level separately. It might seem like a small thing, not a problem, BUT: a book only has 11 slots... this is very inconvenient, and will most likely force you to create a book within a book.
2. The book doesn't support normal ability sorting (it sorts them not by X/Y values, but by ascending ID).
3. The book has an ID of 'spellbook', which is why trying to sort different skills into different books results in them all getting lumped together in a single book, because the game treats two different created book objects as a single book. Trying to solve this problem by assigning each book a unique ID, such as 'vodo', results in ShadowHunter's spells being broken if he uses his ultimate on a map, followed immediately by a spell from a book with the same ID.
4. A book cannot contain another book if it also has the same Spellbook ID. (This probably applies to any ID match.)
ID here is Base ID Order field
For me, the question remains open: how can we create a system for leveling up a hero so that he has the option to use 3 skills instead of one on slot 1 (the first spell slot), the same on table 2, and so on.
Maybe I don't understand something yet and am reinventing the wheel...