• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

Water Vortex - Teleport

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:

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)
 
how exactly? I have never done anything like that

- - - Updated - - -

solved, I had the water vortex with id: 8632

The other that I got was a wrong one I found in raw ^^

Hope my errors can help somebody in the future :'(
 
Back
Top