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

Lua Vocation Question

Breakdown

Be good, or be good at it
Joined
Feb 5, 2009
Messages
334
Reaction score
9
Okay, so working on making a custom vocation on my server, but i have a few questions.

Code:
soulmax="350"
Will that work if i set it to 350? Someone told me it wouldnt. Basically i just want them to beable to have a max of 350 soul points.

Code:
gainsoulticks="15"
What would i set that too so they gain soul VERY FAST? Would i decrease, or increase it?

Last, how do players gain soul? I havent been into tibia much, so im curious. Is it through fighting, cause i killed a few orcs ingame to test it, but gained no soul. I was on a level 50.
 
Just test if it works with 350 and if your supposed increase or decrease.
You gain soul by killing, 15 min for 1 soul point if you doesent have promotion. You can check all about it on TibiaWiki :)
Hope i helped.
 
To get soul you need to kill a creature that gives more exp than your level.

Code:
gainsoulticks="15"

The lower that number is, the fastest you get soul points.



Cheers~
Leiken.
 
Back
Top