
Originally Posted by
Sync`
Purpose:
To change the Bonuses of Items.l
Difficulty:
1/10
Assumed Knowledge:
C&Ping
Server Base:
SyncScape(Should work on all)
Classes Modified:
Item.CFGl
Procedure:
Firstly open: Item.CFG, now search for the Item you would like to change the Bonuses of, if your item has a space it will be substituted with a Underscore(_).
Now that you have found your item we can change the bonuses.
Ignore the first 3 large numbers, the fist five bonuses after those are the Melee statistics, you can change them to whatever number you like. For example, if I wanted the Perfect' Ring to kill in one hit, and make me invincible, it would look like this.
Code:
item = 773 'perfect'_ring A_perfect_ruby_ring. 1469.99280576915 1469.99280576915 1760.58823743125 800 800 800 800 800 0 0 0 0 0 0 0
Well, you should understand how it works by looking at that.
Thanks for reading.
after i did THIS(
) i got this message if i open run.bat or compile.bat:
Code:
Note: stream.java uses or overrides a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Starting pimpscape Server on 0.0.0.0:43594
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: 6
at ItemHandler.loadItemList(ItemHandler.java:312)
at ItemHandler.<init>(ItemHandler.java:39)
at server.main(server.java:28)
PLEASE PLEASE help me!!!!