igroglaz / srvmgr

https://rom2.ru
8 stars 5 forks source link

add more spells to mage #71

Open igroglaz opened 3 years ago

igroglaz commented 3 years ago

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 часть её)
igroglaz commented 3 years ago

Also we could add all other spells for mage which is right now exist as scrolls - eg Acid stream, darkness, light, curse etc

igroglaz commented 1 month ago

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)