• 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!
  • New resources must be posted under Resources tab. A discussion thread will be created automatically, you can't open threads manually anymore.

The best VIP system ever! [Action/Movevent/Globalevent]

Nice System with my own custom mods added to it. Rep++

auto removing vipdays is not working >.< i don't know why :S

^ Fail. Start over from page 1 and read all pages. Your problem is discussed and answered many times. Also can't help without error logs. Sometimes I wonder how some people even start their servers... >.<
 
Is there one way for only VIP players buy houses?
When the VIP time end, he looses the house.
Tranfer house only for other VIP player.

Is this difficult to do?

Thank you
 
That's not good.

I was thinking in another option:

Is it possible to do one talkevent calling a script:
Code:
<talkaction words="!buyhouse" event="script" value="housebuy.lua"/>

And housebuy.lua calls a function of another talk event:
Code:
<talkaction words="alevo grav" filter="word-spaced" [B]event="function" value="houseBuy"[/B]/>

This way i can verify if the player is VIP and let just them say commands.

To end, in globalevents verify after VipDaysRemover to doCleanHouse and setHouseOwner to nobody if the player is not VIP anymore.

Ty
 
Last edited:
vip day remove dont work and, i want to know how to do script wath mount system works only on vips players :D thx
 
Hi kekox, saludos..
what about if i want that players with this vip get double exp, and when vip ends, the double exp ends?
any script?
Thanks!
 
Back
Top