nekiro / TFS-1.5-Downgrades

Alternative forgottenserver versions for older protocols support
72 stars 83 forks source link

Draw Well Bug #107

Closed Mirkaanks closed 2 years ago

Mirkaanks commented 2 years ago

Protocol version 7.72/8.00

When u use this item, u go to down floor. <item fromid="1368" toid="1369"

First Floor image

Second Floor after use. image

Mirkaanks commented 2 years ago

To solve this just remove from actions.xml

<action itemid="1368" script="other/teleport.lua" />
<action itemid="1369" script="other/teleport.lua" />
waqmaz93 commented 2 years ago

To solve this just remove from actions.xml

<action itemid="1368" script="other/teleport.lua" />
<action itemid="1369" script="other/teleport.lua" />

Draw wells have the same ID on real map so edit pick script to fix them.