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

Creating script

dervin13

Active Member
Joined
Apr 26, 2008
Messages
458
Solutions
1
Reaction score
28
hello anyone know if is possible to do a space like an arena where everyone(players) got the same life and mana while they stay in this space?

thanks
 
hello anyone know if is possible to do a space like an arena where everyone(players) got the same life and mana while they stay in this space?

thanks

Hi Dervin,

I'd suggest posting in Requests. I'm sure someone would be willing to assist you.
Support is more for requests on fixing existing things, rather than advice / requests.
 
I'll assume you want the player to keep its vocation, if not you can just create a new vocation and assign it to all the players with a set amount of health or use a condition in conjunction with an movement script which will apply or remove the condition/vocation.
8.6
Code:
CONDITION_PARAM_STAT_MAXHEALTH
CONDITION_PARAM_STAT_MAXMANA
1.2
Code:
CONDITION_PARAM_STAT_MAXHITPOINTS
CONDITION_PARAM_STAT_MAXMANAPOINTS
 
Is it possible to use on libs "to are from" to "area pos"?? I want to keep the vocations... very thanks
 
Back
Top