[Help] Fastblade for Katana

03/11/2010 21:27 iRook#1
I know the fastblade skill is 1045, and I can't find the code that controls if it can used used with what weapon anywhere. Maybe it isn't even coded, its just in some file. Help? I would like to make it so Ninjas can use fastblade with a Katana .
03/12/2010 05:06 _tao4229_#2
client side, and possibly server sided.

magictype.dat
03/12/2010 09:20 pro4never#3
yupp client side controls what can be used and it SHOULD be checked server side. If it's not checked server side then people will be able to edit their client and do all sorts of nasty things (eg: equip 2 backswords, use skills with wrong weps, use hurc without matching weps, etc)

When coding your server MAKE SURE you run all the proper checks. Also think about time between attacks... so few servers seem to run a check on attack rate meaning people using hacks can theoretically hit super fast using certain skills.... and obviously check movement/jump/walk speed. Speedhacks arent fun lol.