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

Trainer when you step on the floor

My guess is that wants a a script that when you step on it, it grows the skills of that vocation and not all of them, because if you train all of them, then it beats the whole reason on why having a vocation, so that's what I think he means by vocation, like you can make a table that contains the vocation data:
example
PHP:
local t = {
	[{1}] = { mSKILL = SKILL_AXE; SKILL_CLUB; SKILL_SWORD; SKILL_FIST; SKILL_SHIELDING, vName = "Knight"} 
	} --mSKILL = mayor skill and vName = vocation name--
probably something like this can be done and that would be fair training for the vocations.
P.S. Correct me if I'm wrong i didn't check if 1 = Knight.
 
Back
Top