You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it will be fun to add more spells for mage.. eg Meteor storm (Камнепад) from Allods 1.
How it could be done:
15:21] ZZYZX: Но проще всего будет игнорировать датабин
[15:21] ZZYZX: И делать заклинания вручную
15:22] ZZYZX: Там есть достаточно точно идентифицируемые функции чтобы создать спецэффекты или наносить урон
[15:22] ZZYZX: В итоге можно сделать заклинание которое не будет заклинанием)
15:22] ZZYZX: А чисто отдельная команда серверу
If adding UI element is hard thing - we could hardcode this spell on certain hotkey (as we have plenty of empty space on keyboard @ A2).
Another variant is to add button:
15:24] ZZYZX: Вот вы мой код меню видели?
[15:24] ZZYZX: Как-то так, только встраиваться нужно в книгу заклинаний
[15:24] ZZYZX: Или в обработку карты (UI часть её)
The text was updated successfully, but these errors were encountered:
from other ticket:
It's known that there is a possiblity to add two new spells to mage's spellbook. Lest do it!
Minimum task:
1st slot Light
2nd slot Curse
Maximum task (harder to implement):
1st slot Light
2nd slot Heal spell, but with different maxRange... As atm we got Heal spell with maxRange=0, so mage could heal only himself; new spell could have 6 (but much less healing potency)
it will be fun to add more spells for mage.. eg Meteor storm (Камнепад) from Allods 1.
How it could be done:
If adding UI element is hard thing - we could hardcode this spell on certain hotkey (as we have plenty of empty space on keyboard @ A2).
Another variant is to add button:
The text was updated successfully, but these errors were encountered: