News:

SMF - Just Installed!

Main Menu

[tiny fix] No screen flashing upon using wand

Started by ZaRR, September 29, 2024, 11:20:21 PM

Previous topic - Next topic

Are you comfortable with

wand flashing screen
1 (50%)
wand not flashing screen
1 (50%)

Total Members Voted: 2

Voting closes: September 20, 2025, 11:20:21 PM

ZaRR

Upon hitting wall/enemy with wand the screen will flash a bit as intended but personally found it annoying.
Decided to disable it.

knights_data\server\classic\magic.lua
line 32
function wandzap() --only in this "wandzap" func, NOT the first "zap" since it's used in teleportation/etc.
   kts.FlashScreen() -- deleted this line to get rid of flashing.
   snd_pentagram()
end