Quote:
Originally posted by Loriel
You could script it to be exactly as the normal one, just more customizable.
|
Like we did on Classic Dev? But that was a huge script...
On Classic setsword is working fine.
NPC Code:
setsword sword3.png,3;
Maybe you did
NPC Code:
setsword #1,3;
which wouldn't be working, because the image would still be sword1.gif, and I think that would always set your power to 1.
Online it would have to be serverside.
As far as I know write access to playerswordpower isn't working.