Jump to content

revivalro

Members
  • Posts

    12
  • Joined

  • Last visited

Posts posted by revivalro

  1. when i add more then 51 achievments to the monster section in the sql db and i go to the bob npc to check out the monster mob list of achievments my client crashes but their is no errors popping up in my map server, did anyone else have this happen to them and is their a fix? thank you

    can anyone help me?

  2. I Have all the files edited right in my data folder but my custom card names still wont show in english. im on rathena and lastest svn client 2012-04-10

     

    UPDATE: i overlooked something and fixed it, cards work fine now 

     

    Capture-3_zpscc851523.png

  3. When i click on the NPC with normal player it only says have fun and warps me :(



    hi,you may want to check this out, the npc can be found at new_1-1 (@go 15) :)) feel free to modify it as you wish  /no1

     

    
     new_1-1,51,113,5 script Freebies 403,{
    
    if( BaseLevel > 1 || JobLevel > 1 || Class != Job_Novice ){
    mes "[Novice Freebies]";
    mes "Nice to meet you "+ strcharinfo ( 0 ) +", ";
    mes "Welcome to ^E066FFYour Ragnarok Online!^000000";
    mes "I see that you're new here so to help you out I'd like to give you these";
    mes "items as a gift to show how much we appreciate you here!";
    next;
    mes "[Novice Freebies]";
    mes "Have fun!";
    sc_start SC_EXPBOOST,3600000,100;
    sc_start SC_ITEMBOOST,3600000,0;
    skilleffect 34,0; sc_start SC_BLESSING,3600000,20;
    skilleffect 29,0; sc_start SC_INCREASEAGI,3600000,20;
    skilleffect 361,0; sc_start SC_ASSUMPTIO,3600000,5;
    getitem 1203,1;
    getitem 2306,1;
    savepoint "prontera",155,179;
    next;
    warp "new_zone02",164,172;
    close;
    }
    {
    mes "[Freebies]";
    mes "Have fun!";
    savepoint "prontera",155,179;
    next;
    warp "new_zone02",164,172;
    close;
    }
    
    }
    
    

    When i click on the NPC with normal player it only says have fun and warps me :(



    when im a novice on a normal account the npc wont work, but if i change my job to a different one the npc works, any idea why?

×
×
  • Create New...