Jump to content

ewerer

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by ewerer

  1. Buenas tengas todos, venia a pedir ayuda sobre este script de asistente movil mandandole mensaje privado a "npc:asistente" no se que error tenga, no me lo carga el emulador, si me podrian ayudar porfavor, muchisimas gracias!

    Quote

    -    script    VipAsi    -1,{
        OnInit:
            bindatcmd("asistente",strnpcinfo(0)+"::Onasistente",0,99);
            end;
        Onasistente:
        if( isPremium() == 1 )
            donpcevent "vipservice::OnStartNPC";
        else
            donpcevent "noVip::OnStartNPC";
    end;

    -    shop    Tienda    -1,712,678:100000,602:400,533:1900,7136:55000,7135:55000,657:3500,645:300,1065:100,611:40,601:70,713:6,502:500,504:1000,506:40,656:3000

    -    script    vipservice    -1,{
        OnStartNPC:
        mes "Hola "+strcharinfo(0)+".";
        mes "¿En que puedo ayudarte?";
        next;
    menu "Curarme",Cura_123,"Tienda",Tienda;
        
        Cura_123:
        percentheal 100,100;
        specialeffect2 403;
        skilleffect 34,0; sc_start SC_BLESSING,360000,10;
        skilleffect 29,0; sc_start SC_INCREASEAGI,360000,10;
        sc_start 29,  300000, 10;  // Angelus
        sc_start 35,  60000, 5; // Impositio Manus
        sc_start 40,  90000, 5; // Magnificat
        sc_start 41,  360000,  5; // Gloria 
        sc_start 72,  360000,  5; // CP_WEAPON 
        sc_start 73,  360000,  5; // CP_SHIELD  
        sc_start 74,  360000,  5; // CP_HEAD  
        sc_start 75,  360000,  5; // CP_ARMOR
           sc_start 187,  1800000,  5; // halo halo
        sc_start SC_ASPDPOTION2,360000,0;
        sc_start SC_STRFood,1800000,10;
        sc_start SC_AGIFood,1800000,10;
        sc_start SC_VITFood,1800000,10;
        sc_start SC_INTFood,1800000,10;
        sc_start SC_DEXFood,1800000,10;
        sc_start SC_LUKFood,1800000,10;
        skilleffect 29,0; // Increase Agi
        skilleffect 34,0; // Blessing
        atcommand "@repairall "+strcharinfo(0);
        getinventorylist;
        set @identify, 0;
        for(set @i, 0; @i < @inventorylist_count; set @i, @i + 1) {
            if (@inventorylist_identify[@i] == 0) set @identify, @identify + 1;
        }
        if (@identify == 0) end;    
        getinventorylist;
        set @identified, 0;
        for(set @i, 0; @i < @inventorylist_count; set @i, @i + 1) {
            if (@inventorylist_identify[@i] == 0) {
                set Zeny, Zeny - 0;        
                delitem2 @inventorylist_id[@i],1,0,0,0,0,0,0,0;
                getitem @inventorylist_id[@i],1;
                set @identified, @identified + 1;
            }
        }
        close;
        

        mes "Cierra esta ventana para accesar la tienda, Suerte!!";
        close2;
        callshop "Tienda",0;
        end;    

    -    script    noVip    -1,{
        OnStartNPC:
        mes "Hola "+strcharinfo(0)+".";
        mes "No eres premium Adios";
        close;    

     

  2. Buenas a todos, venia a preguntar si me podian ayudar a crear este evento porfavorsito, se trata de que 3 veces al dia a horas especificas se activa un portal que abre la arena mvp, dentro de la arena sale 1 mvp por ronda, va escalando del mas facil al mas dificil, cada 10 rondas aparesca un npc en medio de la sala a dar recompensas y entre mas lejos llegues mas recompensas te dara, si mueres no podras entrar hasta que empiece la otra arena de nuevo, el evento se termina cuando pasas la ultima ronda y tienes 30 segundos para cobrar recompensas  si no, te saca a prontera automaticamente el evento, si me podrian ayudar porfavor se los agradeceria muchisimo!

    Pd: dejo link de referencia, perdon por la calidad y por las molestias, gracias! 

     

  3. Good morning everyone, I come to ask for your help because the truth is very new to the script, what I want is if you can help me create an event that invokes mvps per round, for example 40 rounds but in 4 phases, by killing the mvp of Round 1 to 10, an NPC and a prize come out, as they pass the 11-20 round, the NPC and double the prize come out and so on until the final round and give the jackpot to those who managed to pass the 40 rounds. of mvps, I don't know if I understood, if you could help me, I would really appreciate it n.n

    reference video : 

     

  4. Buenas tengas todos!
    Lo que pasa esque contrate un ragnarok host(vps) para testear  un servidor, pero soy tan iniciado en esto, que no se entrar al servidor, ellos me proporcionarion pues el emulador y el cliente pero no logro loguear, si me podrian orientar porfavor :c

     

×
×
  • Create New...

Important Information

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