bury
Active Member
- Joined
- Jul 27, 2008
- Messages
- 421
- Solutions
- 7
- Reaction score
- 25
I want to make a Water Vortex as a teleport, like a magic forcefield but I dont know exactly how.
My item.xml file has not registered the Water Vortex id, but I have find it in the RME and I have added it to the map, the problem is that I can cross it, is like a wall.
I hasnt name so when you look it, it showed = You see an item of type X. Please, inform gamemaster etc etc....
So I added this to the items.xml:
But it's still working as a wall. I think If I could take its position would be enough, because I can put a Magic ForceField below it.
Is there any script to set itemid, walkable=yes. Or something like that?
Thanks
(Im using TFS 0.4 for tibia 8.6)
My item.xml file has not registered the Water Vortex id, but I have find it in the RME and I have added it to the map, the problem is that I can cross it, is like a wall.
I hasnt name so when you look it, it showed = You see an item of type X. Please, inform gamemaster etc etc....
So I added this to the items.xml:
XML:
<item id="10077" article="a" name="water vortex teleport">
<attribute key="description" value="You can see the other side through it." />
<attribute key="type" value="teleport" />
</item>
But it's still working as a wall. I think If I could take its position would be enough, because I can put a Magic ForceField below it.
Is there any script to set itemid, walkable=yes. Or something like that?
Thanks
(Im using TFS 0.4 for tibia 8.6)