• 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!

[Request] Vocation tiles

Listo

New Member
Joined
Aug 17, 2008
Messages
222
Reaction score
0
Hey folks,

I was looking for a vocation tile script.
That means, only a certain vocation can step on a tile.

Hope someone can help me

Regards
 
For TFS 0.3.5+;
Code:
	[ Doors & Tiles
...
		Vocation depending Level Door & Tile
			100 -> 149
				+ Vocation ID
...
	]
 
Using the last tfs
Cykotitan, don't understand that?
If I want that only sorcerers can step on the tile. aid 1001?

This works for doors too?
 
Using the last tfs
Cykotitan, don't understand that?
If I want that only sorcerers can step on the tile. aid 1001?

This works for doors too?
If you want only sorcerers to be able to step on the tile, set its actionid to 101. It works like 'actionid - 100'
 
Back
Top