[Question]How can i disable the Nevit's Blessing window?

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
User avatar
Szponiasty
Advanced User
Advanced User
Posts: 557
Joined: Mon Apr 21, 2008 1:31 pm
Location: Eastern Poland

Re: [Question]How can i disable the Nevit's Blessing window?

Post by Szponiasty »

Okari wrote:
UnAfraid wrote:I wouldn't even touch it.
Well, if you want to deactivate Nevit's Blessing and get rid of the window, you kinda have to.
Szponiasty wrote:It doesn't do any noticeable difference
While it is true that you might not notice it in that case, it is still important to avoid such things. Because developing software (especially servers) with that logic will lead to poor program performance.
Negligible impact + negligible impact + negligible impact + ... = noticeable impact.
Uh. You would have to put like 10-20k instance checks at least, to get any measurable performance change. True, best way is to do stuff the best, optimal way. But lets not get paranoid about little stuff like this... Its like arguing if "if (sth) return sth; else return sth_else;" will be (measurable) slower than "if (sth) return sth; return sth_else;".It's pretty hard to do an impact on performance with things like this. Unless you put it eg. in 20k loop (actually I'm not sure, if only 20k will still be enough) xD

On the other hand, removing some code, to disable sth isn't best way to do it too. Especially if in the future, someone else will work on code, or yourself will need to turn this back on. Easy way to miss adding back, sth you removed = adding bugs :)
And in the next chronicle they went into space, fighting the evil empire... In a galaxy far, far away xD
Post Reply