View Single Post
Author Message
xSquared
Junior Member
Join Date: Jan 2019
Old 01-31-2019 , 19:19   Issue with "preserve-attributes" function
Reply With Quote #1

So I can't seem to get the preserve attributes function to work.
I have attempted to set the first number to be higher than that of the last of the actual item's stats, but no use. Here's my code:

Code:
		"18"
		{
			"preserve-attributes"	"1"
			"quality"		"6"
			"level"			"1"

			"1"			"6 ; 0.1"
			"2"			"4 ; 99999999"
		}
		"513"
		{
			"preserve-attributes"	"1"
			"quality"		"6"
			"level"			"1"

			"1"			"408 ; 1"
		}
		"237"
		{
			"preserve-attributes"	"1"
			"quality"		"6"
			"level"			"1"

			"2"			"4 ; 9999999"
		}
xSquared is offline