cfemen wrote: ↑Wed Nov 20, 2024 6:40 pm
Hey all,
I've a updated table on my patreon ( it got requested )
Also the table has some more new features ( weapon stats edit + temporary character stats )
So in case you want to support my work you can get the table on my patreon ( even on the lowest tier )
Is it okay if is upload the altered table here since it will contains your updated version i thought ide check with you first..
I Added a quick item check ( mainly to see if the item is already in the "change item list" and if not will inform the user to use print hash, Also made some categorization within the itemlist.
Some examples
Code: Select all
AddItem("Crafters - The Alchemist",0xf72a4c04)
AddItem("Crafters - The Bard",0x419af480)
AddItem("Crafters - The Blacksmith",0x2ee18a0f)
AddItem("Crafters - The Carpenter",0x44836d45)
AddItem("Crafters - The Collector",0xe05f1fdf)
AddItem("Crafters - The Farmer",0x3bddd3a9)
AddItem("Crafters - The Hunter",0x4fe25661)
AddItem("Weapon/Clubs - Ignited Hammer",0xc732f017)
AddItem("Weapon/Clubs - Mace-like Club",0x8828c46b)
AddItem("Weapon/Clubs - Metalstar Mace",0xf4ff735a)
AddItem("Weapon/Clubs - Misfortune Mace",0xc85c609)
AddItem("Weapon/Clubs - Misfortune Mace",0xc85c609)
AddItem("Weapon/Clubs - Rotblood",0xd1ec44f8)
AddItem("Weapon/Clubs - Spiked Club",0x765e1c9d)
AddItem("Weapon/Clubs - Sun Hammer",0xeaa67e40)
AddItem("Weapon/Clubs - Twin Soul Mace",0x63e7142c)
AddItem("Weapon/Daggers - Baroness Daggers",0x3c1646b6)
AddItem("Weapon/Daggers - Sleek Daggers",0x176b175c)
AddItem("Weapon/Staves - Blackened Staff",0xb834f7f6)
AddItem("Weapon/Staves - Elder's Staff",0xda05e03a)
AddItem("Weapon/Staves - Hopeful Glimmer",0x42104d68)
AddItem("Weapon/Staves - Mirage",0x76bc31be )
AddItem("Weapon/Staves - Root Staff",0x95e85c0c)
AddItem("Weapon/Staves - Shepherd's Lightning",0xc8f9131d)
AddItem("Weapon/Staves - Shepherd's Staff",0x44fad060)
AddItem("Weapon/Staves - Shroud Weaver",0xbe4dd183)
AddItem("Weapon/Staves - Spiritual Cane",0xd2c882c0)
AddItem("Terrain - Dirt",0x5cdef690)
AddItem("Terrain - Farm Soil",0x6cb3103a)
Also added the "Glider Flight"
But as said i wont just release it cause it does contains your updated script, unless you give me the A okay
@cfemen Also change the
in the Print Hash code to
So you never miss the first 0 like in the case of the "Flour" and some other items