Jump to content

nazgul001

Members
  • Posts

    37
  • Joined

  • Last visited

Community Answers

  1. nazgul001's post in Warper VIP, help me plx! was marked as the answer   
    Phenomena and Khazou

     
    Hey guys thx for u help, i can do this and i fixed with ur help of course,
     
    I leave te script if someone want this
    //============================================================ //===== rAthena Script ======================================= //============================================================ //===== Script Propiedad de Cross Way RO ===================== //============================================================ //===== Creado por Kayaba ¡=================================== //============================================================ //===== Script Warper VIP ==================================== //============================================================ // // prontera,151,186,4 script Warper VIP 113,{ cutin "kafra_05",2; mes "[Warper VIP]"; mes "Hola ^0000FF" + strcharinfo(0) + "^000000, Yo soy la encargada de vender cuentas premium"; next; mes"Yo estoy aqui para llevar a los usuarios VIP a las ciudades VIP."; mes"Te interesa?."; next; set .@getAccountType$,query_sql("SELECT `account_type` FROM login WHERE `account_id` = "+getcharid(3)+";",.@accountType$); //---- Revisa si hay VIP if ( .@accountType$ == "PLATINUM" ) { //--- Tipo de VIP switch(select("Atlantis:Puerto Pirata")) { case 1: warp "atlantis",130,158; break; case 2: warp "neko_isle",105,106; break; } } if ( .@accountType$ == "GOLD" ) { //--- Tipo de VIP switch(select("Atlantis:Puerto Pirata")) { case 1: warp "atlantis",130,158; break; case 2: warp "neko_isle",105,106; break; } } if ( .@accountType$ == "SILVER" ) { //--- Tipo de VIP switch(select("Atlantis:Puerto Pirata")) { case 1: warp "atlantis",130,158; break; case 2: warp "neko_isle",105,106; break; } } if ( .@accountType$ == "NORMAL" ) //--- Tipo de VIP { mes "[Warper VIP]"; mes "Lo siento ^0000FF" + strcharinfo(0) + "^000000, solo a los usuarios VIP les puedo proporcionar este servicio."; close; } }  
     
     
×
×
  • Create New...