Yurots By Aggresor
Yurots By Aggresor
Yurots By Aggresor
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.



 
ÍndicePortalGaleríaBuscarÚltimas imágenesRegistrarseConectarse
Dineromail, para enviar y recibir dinero via e-mail
contador de visitas
contador de visitas
contador de visitas
Últimos temas
» Tibia MC Tibia Multiclient 9.81 Download
Vip Sytem 100% full EmptyMiér Ene 16, 2013 7:31 pm por kate542

» [9.80] OTServ (0.6.5) r.6155 OTS Serwer Tibia
Vip Sytem 100% full EmptyMiér Ene 16, 2013 7:29 pm por kate542

» [9.81] OTServ (0.8.8) r.7200 OTS Serwer Tibia
Vip Sytem 100% full EmptyMiér Ene 16, 2013 7:26 pm por kate542

» [9.81]Styller Yourots 0.9.6 v.0.7 OTS serwer Tibia
Vip Sytem 100% full EmptyMiér Ene 16, 2013 7:24 pm por kate542

» Tibia Multi IP Changer 7.1 - 9.81 Setup Download
Vip Sytem 100% full EmptyMiér Ene 16, 2013 7:21 pm por kate542

» OtLand IP Changer 9.81 Download
Vip Sytem 100% full EmptyMiér Ene 16, 2013 7:19 pm por kate542

» Red Bot 9.81 Crack + Scripts Download
Vip Sytem 100% full EmptyMiér Ene 16, 2013 7:17 pm por kate542

» Styller Yourots 9.81 (0.8.6) Rev 02c RPG Download
Vip Sytem 100% full EmptyMiér Ene 16, 2013 7:05 pm por kate542

» Red Bot 9.70 Crack + Scripts Download
Vip Sytem 100% full EmptySáb Oct 27, 2012 9:51 am por kate542

Mejores posteadores
kate542 (54)
Vip Sytem 100% full I_vote_lcapVip Sytem 100% full I_voting_barVip Sytem 100% full I_vote_rcap 
Moderador Dark (53)
Vip Sytem 100% full I_vote_lcapVip Sytem 100% full I_voting_barVip Sytem 100% full I_vote_rcap 
Administrador Aggresor (32)
Vip Sytem 100% full I_vote_lcapVip Sytem 100% full I_voting_barVip Sytem 100% full I_vote_rcap 
kasper414 (19)
Vip Sytem 100% full I_vote_lcapVip Sytem 100% full I_voting_barVip Sytem 100% full I_vote_rcap 
God Blocker (13)
Vip Sytem 100% full I_vote_lcapVip Sytem 100% full I_voting_barVip Sytem 100% full I_vote_rcap 
radulcia (12)
Vip Sytem 100% full I_vote_lcapVip Sytem 100% full I_voting_barVip Sytem 100% full I_vote_rcap 
God Italiano! (10)
Vip Sytem 100% full I_vote_lcapVip Sytem 100% full I_voting_barVip Sytem 100% full I_vote_rcap 
God Koke (7)
Vip Sytem 100% full I_vote_lcapVip Sytem 100% full I_voting_barVip Sytem 100% full I_vote_rcap 
Slept (5)
Vip Sytem 100% full I_vote_lcapVip Sytem 100% full I_voting_barVip Sytem 100% full I_vote_rcap 
metalero (4)
Vip Sytem 100% full I_vote_lcapVip Sytem 100% full I_voting_barVip Sytem 100% full I_vote_rcap 
¿Quién está en línea?
En total hay 1 usuario en línea: 0 Registrados, 0 Ocultos y 1 Invitado

Ninguno

El record de usuarios en línea fue de 26 durante el Lun Feb 14, 2011 10:30 pm
Marzo 2024
LunMarMiérJueVieSábDom
    123
45678910
11121314151617
18192021222324
25262728293031
CalendarioCalendario
Sondeo
Conectarse
Nombre de Usuario:
Contraseña:
Entrar automáticamente en cada visita: 
:: Recuperar mi contraseña

 

 Vip Sytem 100% full

Ir abajo 
AutorMensaje
Moderador Dark
tibiano
tibiano
Moderador Dark


Mensajes : 53
Puntos : 84
Reputación : 1
Fecha de inscripción : 06/11/2010
Localización : Llanquihue,Pto Montt

Vip Sytem 100% full Empty
MensajeTema: Vip Sytem 100% full   Vip Sytem 100% full EmptySáb Nov 06, 2010 5:28 pm

Vip System


Aqui Tienen El Tutorial Para Poner Vip System En Tu Servidor...!

Vip Zones:
Las Vip Zones Necesitan, lo que es algo llamado storagevalue que es algo com un numero que le colocas a las zonas vips para que los jugadores que le otorges la vip puedan accesar a estas sonas premiums.


Sencillamente:
Para Otorgar Una VIP: /addvip
Ve A Talkactions/scripts/--> crea un archivo addvip.lua y coloca lo siguiente

Código:
--- By GM Bunz
function onSay(cid,words,param)
local vipstorage == 336548
if param ~= nil then
setPlayerStorageValue(getPlayerByName(param), vipstorage, 1)
doPlayerSendTextMessage(cid, 19, "Otorgaste Una VIP")
doPlayerSendTextMessage(getPlayerByName(param), 19, "Te Han Sido Otorgados 30 Dias de VIP Account.")
end
return TRUE
end




Para Remover Una Vip: /removevip
Ve A Talkactions/scripts/--> crea un archivo removevip.lua y coloca lo siguiente

Código:
--- By GM Bunz
function onSay(cid,words,param)
local vipstorage == 336548
if param ~= nil then
setPlayerStorageValue(getPlayerByName(param), vipstorage, -1)
doPlayerSendTextMessage(cid, 19, "Removiste una VIP")
doPlayerSendTextMessage(getPlayerByName(param), 19, "Te acaban de quitar la VIP.")
end
return TRUE
end



Debes Reconfigurar Donde Dice vipstorage = 336548 & Cambiarlo Si Quieres 'Cambialo Si Quieres'

En talkactions.xml Abrelo & Coloca Lo Siguiente

Código:
El Comando Para Agregar.

-----------
El Comando Para Quitar.




El Comando Lo Usas De La Siguiente Forma:
/addvip Bunz
/removevip Bunz

Las Door(Puertas)' Para La Vip Zone:
Habren La Carpeta Data/Actions/Script crean un archivo doorvip.lua Y Ponen Lo Siguiente:

Código:
function onUse(cid, item, frompos, item2, topos)
local vipstorage = 336548

if item.actionid == 12345 then
if getPlayerStorageValue(cid, vipstorage) == TRUE then
pos = getPlayerPosition(cid)

if pos.x == topos.x then
if pos.y < topos.y then
pos.y = topos.y + 1
else
pos.y = topos.y - 1
end
elseif pos.y == topos.y then
if pos.x < topos.x then
pos.x = topos.x + 1
else
pos.x = topos.x - 1
end
else
doPlayerSendTextMessage(cid,22,'Colocate Alfrente De La Puerta.')
return 1
end

doTeleportThing(cid,pos)
doSendMagicEffect(topos,12)
else
doPlayerSendTextMessage(cid, 22,'Solo Pueden Accesar Players VIP Account.')
end
return 1
end
end



Nota: Si Cambias El Local Vipstorage Por Otro Numero Tienes Que Cambiarlo En Este Script Tambien.

Nota: En Tu Map Editor A Las Puertas Que Seran Para Accesar A La Vip Zone Donde Dice Action Id- Pones 12345

Luego Habren El Archivo Actions.xml & Colocal Esto:

Código:




Para Crear Un Piso Que Sea VIP:
Te Diriges A Data/Movements/Scripts --& Creas Un Archivo Con El Nombre 'tilevip.lua' & Colocas Esto:

Código:

unction onStepIn(cid, item, position, fromPosition)
local posx = getPlayerPosition(cid).x
local posy = getPlayerPosition(cid).y
local posz = getPlayerPosition(cid).z
local vipstorage = 336548

if getPlayerStorageValue(cid, vipstorage) == TRUE then
else
doTeleportThing(cid, {x = posx, y = posy-1, z = posz}, FALSE)
doSendMagicEffect(getPlayerPosition(cid), CONST_ME_POFF)
doSendMagicEffect(position, CONST_ME_MAGIC_BLUE)
doPlayerSendTextMessage(cid, 22, "Necesitas Ser VIP Account Para Accesar Por Aqui.")
end
end



Luego Te Vas a movements.xml Lo Habres Y Colocas Lo Siguiente:

Código:
movevent type="StepIn" itemid="Id Del Piso A Colocar" event="script" value="tilevip.lua"/>



Nota: Si Cambiaron El Vipstorage Tienen Que Poner El Vipstorage Que Ustedes Cambiaron Para Que Sirva

Atte Dark
ojala me den un poco de rep
Volver arriba Ir abajo
 
Vip Sytem 100% full
Volver arriba 
Página 1 de 1.
 Temas similares
-
» TIBIA WAYPONTS ! FULL AFk UP to 250 LEVEL !
» TIBIA WAYPONTS ! FULL AFk UP to 250 LEVEL !
» TIBIA WAYPONTS ! FULL AFk UP to 250 LEVEL !
» TIBIA WAYPONTS ! FULL AFk UP to 250 LEVEL !
» TIBIA WAYPONTS ! FULL AFk UP to 250 LEVEL !

Permisos de este foro:No puedes responder a temas en este foro.
Yurots By Aggresor :: nuevas ideas-
Cambiar a: