Jump to content

Sharpienero

Members
  • Posts

    386
  • Joined

  • Last visited

  • Days Won

    1

Community Answers

  1. Sharpienero's post in Thor Patcher help was marked as the answer   
    Okay, I will diff my client.
     
    It doesn't fail to patch, no. It's as if the patch went through.
     
    The main issue was the fact that I hadn't renamed my .dat. Thanks to Aeomin for solving my issue.
  2. Sharpienero's post in Noob request - Full guide for making a custom client from the scratch was marked as the answer   
    http://rathena.org/board/topic/59824-video-series-sharpienero-setting-up-your-rathena-private-server/
    Search function.
  3. Sharpienero's post in Gold Room Request was marked as the answer   
    Changed for porings.

    town,x,y,direction script Gold Room Manager 965,{ mes "[ Gold Room Manager ]"; //mes "Hello, "; //mes "How may i serve for you ?"; mes "I can warp you to the gold room."; //mes "Would you like to go there try to get some gold ?"; //mes "You could be get rich if you lucky enough."; next; switch(select("Okay.:Not now.")) { Case 1: mes "[Gold Room Manager]"; //mes "So you have decide to go there."; //mes "A wise decision."; mes "You'll be there quickly. c;"; next; mes "[ Gold Room Manager ]"; mes "Enjoy."; close2; warp "guild_vs2",50,50; //OnInit: //waitingroom "Gold Room Warper",0; //end; Case 2: mes "[Gold Room Manager]"; //mes "Owh...."; //mes "Okay ;D"; //mes "It is all up to you."; mes "Come back to me if you've changed your mind."; close; } } //-------- Spawn Monster --------// guild_vs2,0,0,0,0 monster Poring 1002,1000,0,0,0
×
×
  • Create New...

Important Information

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