• 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!

TFS 0.X Vial doesn't handle subtype

gader

New Member
Joined
Dec 20, 2017
Messages
22
Reaction score
1
Hi,

Someone what to do with this issue? Some part of containers are able to store liquids but vials no.
 
Hi,

Someone what to do with this issue? Some part of containers are able to store liquids but vials no.
I would say the liquid system is some what bugged on the old TFS, I had some problems whit vials on 0.3.6, mainly whit npc's selling vials and other containers whit different fluids.
I did manage to get it to work whit some source edits.

Do you mind share more specific what your problem is, i mean do you try to use an empty vial on a vial that contain e.g. water?
Or when you try to fill the vial on a well or an other fluid source?

It might just be a simple edit inside items.xml
If so then this is the attribute key you have to add to the items that wont give a fluid type
XML:
<attribute key="fluidSource" value="water"/>
 
Hmm trough doesn't have this attribute and works fine. Attribute mentioned by you have items which should be source of liquid for example wine barrel... And that is point... I can fill trough with water or wine but not vial.
 
Back
Top