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

Donate and get promotion?

Status
Not open for further replies.

Rizzla

Donator / Photoshop
Joined
Sep 7, 2008
Messages
1,335
Reaction score
2
Location
Sweden -> Stockholm
Is it possible to buy promotion from shop?

Like donator promotion. If its possible, how can i do that?
 
Action script.

You know when you got the Exp scrolls and such?

Ask on Request section for a lua action script promo.


I think it would look like this

Code:
local playerVoc = getPlayerVocation(cid)
if playerVoc == 1 then
doPlayerSetVocation(cid, voc)


But also the script would have to check if player has ItemID and then doPlayerRemoveItem.
 
well, not bad if you want this promotion to be infinite
and use promotionlevel not vocation I guess

better us efield in db or something an onlogin check if should have promo or not and set it to correct value
 
Status
Not open for further replies.
Back
Top