Jump to content

Luffy

Members
  • Content Count

    303
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by Luffy


  1. Check if your in renewal or pre-renewal

     

     

    src/config/renewal.h 

     

    /// game renewal server mode/// (disable by commenting the line)////// leave this line to enable renewal specific support such as renewal formulas//#define RENEWAL  <------- 

     

     


     


  2. i think it's because of the basejob line 27

    it should be BaseJob

     

    like this, Try this :

    prontera,156,165,5    script    Buff & Link    100,{emotion 47;        set .@Price,0;    // Zeny requerido.    set .@Buffs,1;    // Buffar os jogadores? (1: sim / 0: não)    set .@Delay,5;    // Tempo de espera, em segundos ( Padrão 5 segundos )    set .@level,1;    // Level de Player VIP    set .@time, 300000;    // Duração do Buff Soul Link ( Padrão 5 minutos )            // Padrão VIP ----------------------------------------------------    if (getgroupid() >= .@level) {    atcommand "@repairall";    callfunc "F_ClearGarbage",0;    if (@HD > gettimetick(2)) end;    if (.@Price) {        message strcharinfo(0),"Custo: "+.@Price+" Zeny.";        if (Zeny < .@Price) end;        if(select("^0055FFCurar^000000:^777777Sair^000000") == 2) close;        set Zeny, Zeny-.@Price;    }    specialeffect2 313; percentheal 100,100;    if (.@Buffs) {        specialeffect2 EF_INCAGILITY; sc_start SC_INC_AGI,240000,10;        specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10;            //  Soul Linker --------------------------------------------------        switch ( BaseJob ) {                case 18:							 set .@spirit, 445; break;			    case 15:								  set .@spirit, 447; break;			    case 4047:			    set .@spirit, 448; break;			    case 16:								  set .@spirit, 449; break;			    case 14:							  set .@spirit, 450; break;			    case 23:				   set .@spirit, 451; break;			    case 7:							    set .@spirit, 452; break;			    case 9:							    set .@spirit, 453; break;			    case 8:							    set .@spirit, 454; break;			    case 19:    case 20:    set .@spirit, 455; break;			    case 17:								 set .@spirit, 456; break;			    case 10:				    set .@spirit, 458; break;			    case 11:							    set .@spirit, 460; break;	    }	    if ( .@spirit ) {			    sc_start4 sc_spirit, .@time, 5, .@spirit,0,0;			    skilleffect .@spirit, 5;        }            if (.@Delay) set @HD, gettimetick(2)+.@Delay;            end;    }    }    else    {        atcommand "@repairall";    callfunc "F_ClearGarbage",0;    if (@HD > gettimetick(2)) end;    if (.@Price) {        message strcharinfo(0),"Custo: "+.@Price+" Zeny.";        if (Zeny < .@Price) end;        if(select("^0055FFCurar^000000:^777777Sair^000000") == 2) close;        set Zeny, Zeny-.@Price;    }    specialeffect2 313; percentheal 100,100;    if (.@Buffs) {        specialeffect2 EF_INCAGILITY; sc_start SC_INC_AGI,240000,10;        specialeffect2 EF_BLESSING; sc_start SC_BLESSING,240000,10;    }        if (.@Delay) set @HD, gettimetick(2)+.@Delay;    end;    }} 

  3. hi guys,

     

    i'm used to have my server on a VPS with RO Packages so all the things i need is installed there, so i dont know much anything..

     

    so i saw this Awesome Hosting , DDosDeflect , so they said , they dont have RO packages so you need to install all everything what is need.



    Now my question is,

     

    Can someone Guide me, or Post the link the thing i need to install like for example. i need to install phpmyadmin,mysql and so on.
     

     

     

    More Power Hercules m/


  4. is there possible that i can set the certain number of the hairstyle that can be bought by premium (TCG card) for example Hairstyle number " 30 " it cant be bought unless you have TCG, then next one is Hairstyle number 31 and it just normal that can be bought via Zeny..

     

    And ALSO That i can set the Maximum Hairstyle for male and female,

    ex.

     

    i got 83 male hstyle and got 90 female hstyle..

     

    what happen is male hstyle also set maximum into 90 but i dont have 84-90.. the heads go invisible.. so i need help on how to set also the MAXIMUM hairstyle for male and female.


  5. Thanks! Btw, why it comes like sub-project, and not with sources...

    your welcome, please search first before ask,

     

    as for the sub-project, as sir Dastgir said it was done seperately ripping from iRO, i was following his updates on this too. Thumbs up :D

×
×
  • Create New...

Important Information

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