• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

How do I change the hitpoints you heal with healthpotsion etc.

Viggegliid

New Member
Joined
Nov 17, 2011
Messages
15
Reaction score
1
I'm making a noobwar server and I want to change the healing to a littlebit less then it heals, can anyone help me?
 
Noob here, but I'll try. :)

So for my particular distribution (TFS Crying Damson), there is a file called 'potions' under data>actions>scripts>liquids. The inside of potions.lua looks like this: http://puu.sh/4RwJB.png.

Look under local POTIONS and you'll see all of the different potions. For example, a regular health potion:

[7618] = {empty = 7636, splash = 42, health = {100, 200}}, -- health potion

7618 is the item ID, and health = {100, 200} is the healing range.

Just edit the 100 and 200 to the min/max healing range you want for your potion.


Hope I helped.
 
Back
Top