Arunsun
Arunsun
Reactions
-
Re: Near Infinity, item edit question.
I am afraid that bard song is hardcoded to trigger once every round as long as it is active. But here are two solutions to prevent buff stacking: At the top of the effect list within each spell abili… (View Post)2 -
Re: WeiDU dialog coding questions
You will probably need to juggle between CHAIN and APPEND+EXTERN: CHAIN typically works well for banters that do not require the player's intervention. It is a very simple way to write a dialogue bet… (View Post)1 -
Re: Near Infinity, item edit question.
Yup, when you edit a file in NI, you need to either go to the next row by pressing Enter or click another row for the change to take effect, and then to save the file itself. (View Post)1 -
Re: Near Infinity, item edit question.
I just tested it and it seems to work on an unmodded install. I used a skald song for the example. There seems to be a cap at 32767 (2^15) after which the bard song simply ceases to work on my instal… (View Post)1 -
Re: Near Infinity, item edit question.
One of the fields of the modify duration effect (on the 4th row in NI) is called percentage and is set to 300% Bard song normally lasts 1 round. The Bard hat increases it to 3 rounds (hence 300%). No… (View Post)3