Jump to content

Jpeeezy

Members
  • Posts

    15
  • Joined

  • Last visited

Posts posted by Jpeeezy

  1. 26 minutes ago, shatowolf said:

    pnta ka sa grf mo. edit the msgstringtable.txt

     

    nasa line :  627 and 210 - just look for it lang. ?

     

    555.png.120124e1b740c1cc93282d40273da6d0.png

    OMG maraming salamat po hahaha!

    Pwede po magask ng isa pang question? ano po ba difference pag grf first vs data first?

    Thank you

  2. 3 hours ago, Akbare said:

    check in  :

    0-Prontera.grf

     

    if you have, edited in here for msgstringtable.txt

     

    but if not you can look to the next GRF

    1-Server.grf

    2-Palette.grf

    3-Data.grf

    Hi I checked with porntera.grf and theres no msgstring. I also checked with data.grf.

    Why does my server.grf has so many msgstring from different client versions?

  3. Gusto ko sana edit tong mga to

    "Speed has increased" to "Your Speed has increased".

    "Str, Int and Dex Increased" to "Blessing aligned"

    Kaso pagopen ko nung data/msgstring folder andaming laman and nakaset naman lahat sa gusto kong baguhin. Need help please.

    mgstr.PNG.3718b21f128db5ec7bdc81f345c444af.png

    chatbox.png.cd7b3b45251abec900ae27092b128fc9.png

  4. Gusto ko sana edit tong mga to

    "Speed has increased" to "Your Speed has increased".

    "Str, Int and Dex Increased" to "Blessing aligned"

    Kaso pagopen ko nung data/msgstring folder andaming laman and nakaset naman lahat sa gusto kong baguhin. Need help please.

    mgstr.PNG

    chatbox.png

  5. 3 hours ago, Poring King said:

    Go to your server files serverfiles/conf/motd.txt

     

      Hide contents

    // Internal default is limited to 128 lines.  If you need more, you will need to modify the MOTD_LINE_SIZE definition in pc.cpp
    Welcome to rAthena! Enjoy! Please report any bugs you find.
     

     

    Hi I solved the Welcome message. Can you please help me with the buffs text also?

    I want to change these messages

    "Speed has increased" to "Your Speed has increased".

    "Str, Int and Dex Increased" to "Blessing aligned"

  6. On 8/20/2020 at 10:43 AM, Poring King said:



    This is the new one that you need

     

    
     -	script	example	-1,{
        OnInit:
            bindatcmd "BTS",strnpcinfo(3) + "::OnBTS";
    		bindatcmd "Train",strnpcinfo(3) + "::OnTrain";
    		bindatcmd "Quest",strnpcinfo(3) + "::OnQuest";
            end;
    
    //-------------------------------------------------------
        OnBTS:
    		warp "prontera",155,180;
    		end;
    //-------------------------------------------------------
        OnTrain:
    		warp "prontera",155,180;
            end;
    //-------------------------------------------------------
        OnQuest:
    			warp "prontera",155,180;
    			end;
    }

     

    Thank you!

  7. On 8/19/2020 at 7:19 PM, Patskie said:

     

    On 8/19/2020 at 7:00 PM, Start_ said:

    data > msgstringtable

    then search for Speed has increased

    Hi my client has 4 grfs.

    0-Prontera.grf

    1-Server.grf

    2-Palette.grf

    3-Data.grf

     

    Can you please tell me which of them I need to extract to get the correct msgstringtable.txt? also the photo that I attached Is what I have in data>msgstringtable.

    mgstr.PNG

  8. I want to change these messages instead of welcome to rathena, it should be welcome to name of my server

    and the "Speed has increased" to "Your Speed has increased".

    "Str, Int and Dex Increased" to "Blessing aligned"

    Please see attached file

     

    Thank you!

    chatbox.png

  9. Gusto ko sana baguhing yung mga nakasulat. instead of welcome to rathena, it should be welcome to name of my server

    and yung "Speed has increased" to "Your Speed has increased".

    "Str, Int and Dex Increased" to "Blessing aligned"

    chatbox.png

  10. On 8/19/2020 at 11:10 AM, Start_ said:

    \doc\script_commands.txt line 7747

     

    You can copy their codes and look what happened when ran it.

    Then just change command to your own. (bts, train)

    Sorry Im new here. I dont understand what you said. also I checked line 7747 and its only talking about latitude etc.

     

    On 8/19/2020 at 12:24 PM, Poring King said:

    Try this just made it for you not tested but it should be work.   

     

    
     -	script	example	-1,{
        OnInit:
            bindatcmd "BTS",strnpcinfo(3) + "::OnBTS";
    		bindatcmd "Train",strnpcinfo(3) + "::OnTrain";
    		bindatcmd "Quest",strnpcinfo(3) + "::OnQuest";
            end;
    
    //-------------------------------------------------------
        OnBTS:
    		mes "This is me if you add mes on script";
            dispbottom "This is me if you successfully initiate bind command";
            end;
    //-------------------------------------------------------
        OnTrain:
    		mes "This is me if you add mes on script";
            dispbottom "This is me if you successfully initiate bind command";
    		warp "prontera",155,180;
            end;
    //-------------------------------------------------------
        OnQuest:
            mes "Add your quest here";
    		mes "Test";
    		next;
    		switch(Select("Gentleman's Pipe Quest","Exit)){
    				case 1:
                              mes "^00B200I need the following item:^000000";
                              mes "1500 Piece of Bamboo";
                              mes "300 Sharp Leaf";
                              mes "1000 Thin Trunk";
                              mes "50 Matchstick";
                              mes "5 TCG";
                              next;
                              mes "[Mogan]";
                              mes "Do you desire ^FFCC00Gentleman's Pipe^000000?";
                              next;
                              menu "Yes",-,"No",L_OUT;
                                if(countitem(7150) < 1500 || countitem(7100) < 300 || countitem(7186) < 1000 || countitem(7035) < 50 || countitem(7227) < 5 ) goto L_NOTENOUGH;
    
                                delitem 7150,1500;
                                delitem 7100,300;
                                delitem 7186,1000;
                                delitem 7035,50;
                                delitem 7227,5;
    
                                getitem 5377,1;
    							mes "Here is your ^FFCC00Gentleman's Pipe^000000, may it serve you well.";
    							close;
    		}
    //-------------------------NPC DIALOG ------------------------------
    L_NOTENOUGH:
    	mes "^FF0000Please Check your item!!^000000";
    	close;
    L_OUT:
    	mes "Dont go back again here !!";
    	close;
    }

     

    Thank you for creating this but what I need are these commands only

    @quest - teleports to a quest room that I will set

    @train - teleports to training grounds

    @bts - teleports to where I will put the bts npcs

  11. Can you please help me to create a new command where I can have myp players type @BTS and be teleported directly to Break The Seal NPC at Prontera and @Train and be teleported to training/leveling grounds and @quest and so on. Thank you!

×
×
  • Create New...