Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ function bakragoreEntrance.onUse(player, item, fromPosition, target, toPosition,
return false
end

if entrance.position == position then
if entrance.position == item:getPosition() then
player:teleportTo(entrance.destination)
player:getPosition():sendMagicEffect(CONST_ME_TELEPORT)
end
Expand Down
85 changes: 85 additions & 0 deletions data/items/items.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76302,6 +76302,91 @@ Granted by TibiaGoals.com"/>
<attribute key="primarytype" value="trophies"/>
<attribute key="weight" value="500"/>
</item>
<item id="44012" article="" name="remains of bakragore">
<attribute key="containerSize" value="30"/>
<attribute key="decayTo" value="44013"/>
<attribute key="duration" value="60"/>
<attribute key="fluidSource" value="blood"/>
</item>
<item id="44013" article="" name="remains of bakragore">
<attribute key="containerSize" value="30"/>
<attribute key="decayTo" value="44014"/>
<attribute key="duration" value="60"/>
<attribute key="fluidSource" value="blood"/>
</item>
<item id="44014" article="" name="remains of bakragore">
<attribute key="decayTo" value="0"/>
<attribute key="duration" value="60"/>
<attribute key="fluidSource" value="blood"/>
</item>
<item id="44015" article="" name="remains of murcion">
<attribute key="containerSize" value="30"/>
<attribute key="decayTo" value="44016"/>
<attribute key="duration" value="60"/>
<attribute key="fluidSource" value="blood"/>
</item>
<item id="44016" article="" name="remains of murcion">
<attribute key="containerSize" value="30"/>
<attribute key="decayTo" value="44017"/>
<attribute key="duration" value="60"/>
<attribute key="fluidSource" value="blood"/>
</item>
<item id="44017" article="" name="remains of murcion">
<attribute key="decayTo" value="0"/>
<attribute key="duration" value="60"/>
<attribute key="fluidSource" value="blood"/>
</item>
<item id="44018" article="" name="remains of ichgahal">
<attribute key="containerSize" value="30"/>
<attribute key="decayTo" value="44019"/>
<attribute key="duration" value="60"/>
<attribute key="fluidSource" value="blood"/>
</item>
<item id="44019" article="" name="remains of ichgahal">
<attribute key="containerSize" value="30"/>
<attribute key="decayTo" value="44020"/>
<attribute key="duration" value="60"/>
<attribute key="fluidSource" value="blood"/>
</item>
<item id="44020" article="" name="remains of ichgahal">
<attribute key="decayTo" value="0"/>
<attribute key="duration" value="60"/>
<attribute key="fluidSource" value="blood"/>
</item>
<item id="44021" article="" name="remains of vemiath">
<attribute key="containerSize" value="30"/>
<attribute key="decayTo" value="44022"/>
<attribute key="duration" value="60"/>
<attribute key="fluidSource" value="blood"/>
</item>
<item id="44022" article="" name="remains of vemiath">
<attribute key="containerSize" value="30"/>
<attribute key="decayTo" value="44023"/>
<attribute key="duration" value="60"/>
<attribute key="fluidSource" value="blood"/>
</item>
<item id="44023" article="" name="remains of vemiath">
<attribute key="decayTo" value="0"/>
<attribute key="duration" value="60"/>
<attribute key="fluidSource" value="blood"/>
</item>
<item id="44024" article="" name="remains of chagorz">
<attribute key="containerSize" value="30"/>
<attribute key="decayTo" value="44025"/>
<attribute key="duration" value="60"/>
<attribute key="fluidSource" value="blood"/>
</item>
<item id="44025" article="" name="remains of chagorz">
<attribute key="containerSize" value="30"/>
<attribute key="decayTo" value="44026"/>
<attribute key="duration" value="60"/>
<attribute key="fluidSource" value="blood"/>
</item>
<item id="44026" article="" name="remains of chagorz">
<attribute key="decayTo" value="0"/>
<attribute key="duration" value="60"/>
<attribute key="fluidSource" value="blood"/>
</item>
<item id="44036" article="a" name="dead ayana the crimson curse">
<attribute key="decayTo" value="0"/>
<attribute key="duration" value="60"/>
Expand Down