Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 09/25/13 in all areas

  1. Transitioning from SVN to GIT While switching your server to GIT may sound like a daunting task, it's relatively simple and straightforward, even for servers with heavy modifications. We strongly encourage you to do so, since our primary efforts will now be directed towards our repository on GitHub. Simply follow the steps listed below, depending on your OS: Windows Instructions Linux Instructions Conflicts It's possible that you'll run into conflicts along the way, with messages such as: When you see these messages, a conflict in merging your code occurred. Much like resolving code conflicts in SVN, these conflicts create points within the files which show your code compared to the code pulled from the remote repo. To fix them, open your files and find the conflict locations denoted by: Then you can choose which piece of code you wish to keep. After all shown conflicts are corrected, you can continue your normal update process. References Setting your email in git How do I resolve git saying "Commit your changes or stash them before you can merge"? CONFLICT (content): Merge conflict in Credits to @Akinari for writing a good part of this guide.
    1 point
  2. https://www.youtube.com/watch?feature=player_embedded&v=Wo-CdsISup8#t=0s All I need to make my own Rathena Server My Rathena Server Files Rathena Server Files (Media Fire) this is to help people having problem compiling Rathena Revision I hope this help you guys first download this using TortoiseSVN http://svn.code.sf.net/p/rathena/svn/trunk/ check this for latest data folder for your client http://rathena.org/board/topic/66962-basic-complete-renewal-data-english-folder/ next download MySQL so you can setup your servers database MySQL Installers then if you dont have any compiler like Visual Studio or Cygwin just download this file I attached. Rathena 2013 client folder Hercules Server Compiled Rebellion Class included Tools include latest .Lub Decompiler 2012-04-10aRagexeRE.rar 2012-07-02aRagexeRE.rar rAthena Rev.17520 Compiled.rar Rathena Rev 17523 Compiled .rar 2013-07-03aRagexe_patched.exe.rar Rathena Rev 17526 Compiled.rar rathena-master compiled.rar
    1 point
  3. Rate it please, :3 Note: The Midgard Congress Photo is a rotating banner. Interested in my other works? Here are the links. http://rathena.org/board/files/file/3015-diablo3-patcher-theme-by-mardesigns/ http://rathena.org/board/files/file/3010-thor-patcher-by-mardesigns/
    1 point
  4. @reload mobdb also reload the mob_skill_db.txt, no need to restart your server
    1 point
  5. i dont sure at 100%, but try make like this: 26329,Thanatos_Dragon,Thanatos_Dragon,5,,,0,,0,,1,0xFFFFFFFF,7,63,513,,1,1,1248,{ callfunc "bonus_parametr1"; },{ callfunc "bonus_parametr2"; },{ } function script bonus_parametr1 { bonus bIntravision,0; bonus bAllStats,15; bonus bMaxHPrate,20; bonus bMaxSPrate,20; bonus bLongAtkRate,30; bonus bMatkRate,30; bonus2 bResEff,Eff_Blind,10000; bonus2 bResEff,Eff_Sleep,10000; bonus2 bResEff,Eff_Poison,10000; bonus2 bResEff,Eff_Freeze,10000; bonus2 bResEff,Eff_Silence,10000; bonus2 bResEff,Eff_Stun,10000; bonus2 bResEff,Eff_Curse,10000; bonus2 bResEff,Eff_Confusion,10000; bonus2 bResEff,Eff_Stone,10000; if(isequipped(2647)) bonus bAllStats,10; if(isequipped(4399)) bonus bDef,30; if(isequipped(4399)) bonus bFlee,10; end; } function script bonus_parametr2 { if(BaseClass==Job_Swordman||BaseClass==Job_Merchant||BaseClass==Job_Thief||(BaseJob==Job_Taekwon&&Class!=Job_Soul_Linker)) { bonus2 bSkillAtk,"KN_BOWLINGBASH",10; bonus2 bSkillAtk,"PA_SACRIFICE",10; bonus2 bSkillAtk,"SG_SUN_WARM",10; bonus2 bSkillAtk,"SG_MOON_WARM",10; bonus2 bSkillAtk,"SG_STAR_WARM",10; bonus2 bSkillAtk,"413",10; bonus2 bSkillAtk,"415",10; bonus2 bSkillAtk,"417",10; bonus2 bSkillAtk,"419",10; bonus2 bSkillAtk,"421",10; bonus bInt,100; bonus bMatkRate,-70; end; } else if(BaseClass==Job_Mage||BaseClass==Job_Acolyte||class==Job_Ninja||class==Job_Soul_Linker) { bonus bMatkRate,15; bonus bMaxHPrate,10; } else if(BaseClass==Job_Archer||BaseClass==Job_Gunslinger) { bonus bLongAtkRate,15; end; } else if(BaseJob==Job_Novice||BaseJob==Job_SuperNovice) { bonus bMaxHP,92000; bonus bMaxSP,5000; end; } }
    1 point
  6. dapat supported dn ung Client version at updated data.folder and packet_db.txt
    1 point
  7. 1 point
  8. provide the version that you are using as well as the client date.
    1 point
×
×
  • Create New...