Author Topic: Editing Butterfly Knife (NEED HELP)  (Read 880 times)

 I am ELF, BL_ID 1481, and I want to know how to change the amount of damage a butterfly knife can erect by editing its' script.
 I would like to make different butterfly knifes, each differing the amount of damage it can cause for a knife TDM.
 Each knife will have its' own rank, so I can tell which knifes cause more or less damage.
 By the way, I'm a newcomer to scripting, please don't laugh at me.
 I can open the butterfly knifes' code using NotePad + +.

ctrl + F in notepad++

search for "directdamage"

change it to something else

 When I go to my blockland add-ons and open the butterfly knife, the only thing that comes up under that file is something named activate, and the file type for "activate" is wave sound, I have a feeling that isn't the right code. I also think I may have downloaded the wrong language for NotePad + + because the whole code is made up of these: ŒþØü«ý»þqý   I did what you said and it said it couldn't find anything that said directdamage, should I redownload NotePad + +?

I would suggest redownloading notepad++, yes, or even use a default text editor (whichever one comes with windows/mac/whatever OS you use)

the code you're looking for will be in a file in the .zip named "server.cs"

Before re-installing NotePad + + should I un-install what I have now?


How much health does a no-jump player have?

I assume 100 by default but I'm not sure

Thankyou for all your help, I re-scripted it using normal NotePad.