Quote:
Originally Posted by Tyhm
Massokre and Masterstorm spend all their time reworking a massive ugly script that basically says "Act just like Classic used to when movement and damage were default. But so it works with serverside scripting and the NPCServer."
|
Actually, Storm made a massive ugly script. I wrote a new script for the system that I use to actually develop things (opposite boots, gravity boots, horses, hammer, trident, drunk movement, etc.). It's called abstraction. Several things can be developed on the basis of one thing being developed. The fact that I wrote the movement system with horses in mind really helps a lot.
The main massive ugly problem lies within storm's old scripts that are still being used (projectiles, staff for the most part). The recoil/death system, since movement was uploaded before my damage system was made, is also a little bit ugly, but can be worked with.
Meanwhile, Storm wanted movement to be completely rescripted again (he's jealous that I made something better than he could). However, HR was opting to just build on top of my systems for the most part (much cleaner).