Jump to content

Recommended Posts

I'm making character have a axe but how do I make it infinite durability, I follow a tutorial but it doesn't help because It keeps crashing the game so I deleted it my script it fix the game but now I'm back at the beginning ple ase help.

Capture.PNG

as far as I remember, scripts use

uses

(I made a bold selection myself) example:

TRIDENT =
{
DAMAGE = wilson_attack * 0.8, -- Same damage as an axe... hahaha.
OCEAN_DAMAGE = wilson_attack * 2,
USES = 150,
SPELL =
{
USE_COUNT = 50,
RADIUS = 2.75,
DAMAGE = wilson_attack * 2.5,
MINES = 10,
},
},
TRIDENT_FARM_PLANT_INTERACT_RANGE = 20, -- castspell action distance

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...