-
Apprentice
How can I make my own weapon
Help :) [antrix]
I want to create my own weapon or take a wep and edit it :) but with commands like .setweapondamage 1000 or something like that :D is it possible?
-
-
Enthusiast
Re: How can I make my own weapon
If you just want to change your damage you can use .mod damage <min> <max>,
-
Apprentice
Re: How can I make my own weapon
I want to change weapon's dmg not mine :S
-
Enthusiast
Re: How can I make my own weapon
You'll need to edit the SQL.
Go into `items` table and find the item you want to change.
Look for the column "dmg_min1" and "dmg_max1."
Change them to the minimum and max damage you want. Then login to your server and type .reload items.
-
Apprentice
Re: How can I make my own weapon