Jump to content

Alvin Lee

Members
  • Posts

    19
  • Joined

  • Last visited

Posts posted by Alvin Lee

  1. @Alvin Lee

    If your client higher than 2012-04-10aRagexeRE:

    Diff your client with NEMO and use ""Load custom lua file instead of iteminfo.lub"

    than change it to "System/iteminfo.lua"

     

    If below it:

    put these in your grf:

    idnum2itemdesctable.txt

    idnum2itemdisplaynametable.txt

    idnum2itemresnametable.txt

    num2itemdesctable.txt

    num2itemdisplaynametable.txt

    num2itemresnametable.txt

     

     

    p.s:

    It's not the problem of translation files updated or not, use search button for your issue next time.

    But I am using 20130807 client

  2. hI guys, zack here, I want to announce,

    the translation progress of achievement_list is now complete.

     

    If there is something that i miss or you want to improve the translation, let me know.

     

     

    Hello!

    if i am using 20130807 client,any latest file to download ?

    Renewal

     

    Everything is the latest, nothing is outdated

    Hello,any link to download the latest file?

    because some item still apple.

    p5dn0mcd0z.png

  3. This Is My Script.

    prontera,192,168,3 script Freebie 671,{
     
    if(##sorry == 2) goto L_1;
    mes "Welcome to Test Ragnarok Online " + strcharinfo(0) + " !!";
    next;
    mes "So You Is A New Player Here Right?";
    next;
    mes "Enjoy playing at Test Ragnarok Online. We hope you can invite more player's to here.";
    // next;
    getitem 12210,5;
    announce "[server] We have wew player joining our server. His name is [ "+strcharinfo(0)+" ] take this item go leveling! Enjoy Your Self!",2;
    emotion e_thx;
    set ##sorry,2;
    close;
     
    L_1:
    mes "Hey! you Already Get Reward From Me.";
    mes "Sorry I cant give you anymore again more than 1 times or Administrator will kill me and removed me from GM Team.";
    next;
    mes "Please do not press me unless you are new player here!";
     
     
    message strcharinfo(0), "QTYPE_EVENT2 ("+ QTYPE_EVENT2 +")";
    showevent QTYPE_EVENT2, 3; // 0x05, ? event icon, purple mark
    end;
     
    }




    I need to add emotion on my script like keep on showing.how to add that?can someone help me?

     
×
×
  • Create New...