joseluis2g/my-nostalrius

now we can use mana fluids for example in others players/monsters

renanluis90 opened this issue · 1 comments

this is wrong, in ReaLOTS we can't use fluids on monsters/npcs/others players...

I saw a modification in file fluids.lua, to not use in npcs... right! but we can use this

Solution.
if target:isCreature() and target == player then <------
if item:getFluidType() == FLUID_NONE then
player:sendCancelMessage("It is empty.")

This can solve all the problems.

Confirmed, This solution solve this issue
#3 (comment)