Jump to content
nazgul001

(SQL) VIP System Español

Recommended Posts

Hola a todos, hace tiempo encontre este script, quiero aclarar que no es mio pero me tome el tiempo para traducirlo.

 

Solo tienen que instalar el script como comunmente se hace y cargar la tabla sql y arreglar los pequeños detalles de la tablas.

 

Sistema VIP:

 

VIP Silver        --Boost Exp, Jexp e Items 50% mas por 500 Cash Points 28 Dias

VIP Gold         --Boost Exp, Jexp e Items 100% mas por 900 Cash Points 28 Dias

VIP Platinum   --Boost Exp, Jexp e Items 200% mas por 1200 Cash Points 28 Dias

 

Configuracion

 

//---------------------- CONFIG SILVER ACCOUNT --------------------------------------

set $VIPs_SilverAccLevel,1; // Nivel de GM asignado para la cuenta Sil*
set $VIPs_SilverExpRate,50; // Cuanta Exp extra obtiene ( 1 = 1% )*
set $VIPs_SilverJexpRate,50; // Cuanta Exp extra obtiene ( 1 = 1% )*
set $VIPs_SilverItemRate,50; // Cuanta drop exp extra gana( 1 = 1% ) *
set [email protected],500; // Costo de la Cuenta Silver *
Set [email protected],28; // Cuantos Dias por Cuenta Silver *
//---------------------- CONFIG GOLD ACCOUNT ----------------------------------------
set $VIPs_GoldAccLevel,2; // Nivel de cuenta que obtiene la cuenta g*
set $VIPs_GoldExpRate,100; // Extra Exp JOB Base     ( 1 = 1% ) *
set $VIPs_GoldJexpRate,100; // Cuanta Exp extra obtiene ( 1 = 1% )*
set $VIPs_GoldItemRate,100; // Extra Drop Exp  ( 1 = 1% ) *
set [email protected],900; // Costo de la cuenta GOLD *
set [email protected],28; // Cuantos dias odtiene la cuenta GOLD *
//---------------------- CONFIG Platinum Account ------------------------------------
set $VIPs_PlatinumAccLevel,3; // Nivel de GM Asignado para la cuenta Pla*
set $VIPs_PlatinumExpRate,200; // Extra Exp Platinum ( 1 = 1% *
set $VIPs_PlatinumJexpRate,200; // Cuanta Exp extra obtiene ( 1 = 1% )*
set $VIPs_PlatinumItemRate,200; // Extra Drop exp  ( 1 = 1%) *
set [email protected],28; // Dias cuenta platinum *
set [email protected],1200; // Costo de la cuenta Platinum *
//-----------------------------------------------------------------------------------

sistema_vip.txtvip.sql

 

 

Espero que sea de ayuda.

Edited by nazgul001
  • Upvote 1
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.