potions.lua
data/actions/scripts/liquids/potions.lua :thumbup:More specific, data/actions/potions.lua :thumbup:
[8473] = {empty = [B][COLOR="Red"]8473[/COLOR][/B], splash = 2, [B][COLOR="Red"]health = {800, 1000},[/COLOR][/B] level = 130, vocations = {4, 8}, vocStr = "knights"}, -- ultimate health potion
removeOnUse = "no",
[8473] = {empty = 8473, splash = 2, health = {800, 1000}, level = 130, vocations = {4, 8}, vocStr = "knights"}, -- ultimate health potion
He wants only UHP's to be infinite?LUA:removeOnUse = "no", [8473] = {empty = 8473, splash = 2, health = {800, 1000}, level = 130, vocations = {4, 8}, vocStr = "knights"}, -- ultimate health potion
:thumbup: