• 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 Potion on stack bug Help Pls

willks123

New Member
Joined
Dec 31, 2012
Messages
65
Reaction score
2
My server is OTX 2 - 0.7-

I have 2 problems in the stack.

1st - Players are using Potion normally when they are in Stack. Since if it is in the Stack only the Player that is on Top can use it.

2nd - I'm also having problems with the UH on the Stack. The First Player on the Stack is managing to heal normally. I need that when someone gets on top of him in the Stack, the UH doesn't heal him, but who is on top.

Can someone help me please? I'm having a lot of complaints about this and I'm not able to solve it.

I've tried to follow the posts here from Otland but none of them worked.
 

Attachments

Try to remove these lines:
Lua:
    if(doComparePositions(getCreaturePosition(cid), toPosition))then
        itemEx.uid = cid
    end
and check if it fix problem.


It just doesn't let them use potion. I need only those at the top to be able to use it, if someone at the bottom uses the fluid, it falls to the ground.
 
Back
Top