nazgul001 Posted August 9, 2014 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 37 Reputation: 1 Joined: 06/26/13 Last Seen: November 23, 2020 Share Posted August 9, 2014 (edited) 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 .@COSTSILVER,500; // Costo de la Cuenta Silver * Set .@silverDays,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 .@COSTGOLD,900; // Costo de la cuenta GOLD * set .@goldDays,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 .@platinumDays,28; // Dias cuenta platinum * set .@COSTPLAT,1200; // Costo de la cuenta Platinum * //----------------------------------------------------------------------------------- sistema_vip.txtvip.sql Espero que sea de ayuda. Edited August 9, 2014 by nazgul001 1 Quote Link to comment Share on other sites More sharing options...
alcapone Posted August 9, 2014 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 33 Reputation: 0 Joined: 01/22/13 Last Seen: June 30, 2020 Share Posted August 9, 2014 Pero mas o meno explicano de que se trata el npc, dano mas detalle... Quote Link to comment Share on other sites More sharing options...
Ziu Posted August 10, 2014 Group: Members Topic Count: 178 Topics Per Day: 0.04 Content Count: 909 Reputation: 247 Joined: 11/08/11 Last Seen: March 28 Share Posted August 10, 2014 Pon los creditos de su creador en el post, asi te evitas que te tachen de thief Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.