[DiscordArchive] wow that is going to look awesome! so does the new one show you how much xp you have and how much yo
[DiscordArchive] wow that is going to look awesome! so does the new one show you how much xp you have and how much yo
Archived author: Naruon • Posted: 2021-02-18T22:35:49.825000+00:00
Original source
wow that is going to look awesome! so does the new one show you how much xp you have and how much you meed to get the next point?
Archived author: Jeebus • Posted: 2021-02-19T00:33:12.208000+00:00
Original source
I suggest adding the possibility of increasing how many stats are given per point instead of the default 1, as I asked you for before.
It would be amazing for higher attribute servers and custom servers. <@!653906069801664512>
Archived author: iThorgrim • Posted: 2021-02-19T06:34:01.656000+00:00
Original source
Yes for the futur version, not for this actual
Archived author: iThorgrim • Posted: 2021-02-19T06:37:09.076000+00:00
Original source
The small problem with this way of doing it is that the maximum stack is 255. But if I increase the number of stacks per point to 2 for example, the player will only be able to give 127 points maximum and not 255.
The best thing to do is to modify the spells directly in Spell.DBC or to create spells in spell_dbc in the db directly.
I made a test with what you asked me and it automatically divides the number of stacks / 2 and to be exact it divides it by the number of stacks you want.
If for 1 point you want 3 in Strength then you divide 255 / 3.