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

soon im going to compile to from tfs crying damson 0.3.6 to 8.61 client server it does still support it? Pm me with the anwer please
 
Hello, wanted to know how can I put vip status on the website.

I'll rep++

Also thanks kekox, nice script :) REP++
 
can you help me ?

i want the vip player get more exp how i can do that?
 
why when you enter the message always say: You have 30 vips days?
it never ends?
 
If it never ends is because you didnt added the globalevent..

@josehhhxx
Yes, all your account.
 
I got this error :S:S
[16/12/2010 17:08:24] [Error - Action Interface]
[16/12/2010 17:08:24] data/actions/scripts/vipmedal.lua:eek:nUse
[16/12/2010 17:08:24] Description:
[16/12/2010 17:08:24] data/lib/050-function.lua:12: attempt to call field 'executeQuery' (a nil value)
[16/12/2010 17:08:24] stack traceback:
[16/12/2010 17:08:24] data/lib/050-function.lua:12: in function 'doAddVipDays'
[16/12/2010 17:08:24] data/actions/scripts/vipmedal.lua:5: in function <data/actions/scripts/vipmedal.lua:1>


And for remove vip days too! :S
 
PHP:
ALTER TABLE `accounts` ADD
`vipdays` int(11) NOT NULL DEFAULT 0;



I got this error :S:S
[16/12/2010 17:08:24] [Error - Action Interface]
[16/12/2010 17:08:24] data/actions/scripts/vipmedal.lua:eek:nUse
[16/12/2010 17:08:24] Description:
[16/12/2010 17:08:24] data/lib/050-function.lua:12: attempt to call field 'executeQuery' (a nil value)
[16/12/2010 17:08:24] stack traceback:
[16/12/2010 17:08:24] data/lib/050-function.lua:12: in function 'doAddVipDays'
[16/12/2010 17:08:24] data/actions/scripts/vipmedal.lua:5: in function <data/actions/scripts/vipmedal.lua:1>


And for remove vip days too! :S
 
where I add that to win the VIP 25% experience?



I'm sorry for my bad English
Lua:
function onLogin(cid)
	local n = getPlayerVipDays(cid)
	if n > 0 then
		doPlayerSendTextMessage(cid, MESSAGE_EVENT_ORANGE, "You have ".. n .." vip days left.")
		doPlayerSetRate(cid, SKILL__LEVEL, 1.25) 
	end
	return true
end
? :p
 
Back
Top