Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 02/21/17 in Posts

  1. Hello people~ These are my sprite work that I would like to share with you all. Feel free to use them after you read the Terms of Use below. Please join my Discord channel and click on #freebies to Download. Enjoy!
    2 points
  2. I think it's better to see who is really available or not and choose the good guy, I missed this topic before see the paid service was removed so i'm working on my points =D
    1 point
  3. - script #mvp_drop -1,{ OnNPCKillEvent: if (getmonsterinfo(killedrid,22)) // If mob has MOB_MVPEXP, it's an MVP. if (rand(100) < 50) //chnage % as your needs getitem 512,1; // your item id here announce "Player ["+ strcharinfo(0) +"] has killed "+ getmonsterinfo( killedrid, MOB_NAME ) +" and Got Apple at "+ strcharinfo(3),0,0x00FF00; } end; }
    1 point
  4. Should be fairly easy. First of all, check the db/import folder. After compiling, you should have a file named job_exp.txt there which is a copy of this file: https://github.com/rathena/rathena/blob/master/db/import-tmpl/job_exp.txt Now you can really just follow the instruction, but in short you want to uncomment the appropriate line (base exp) and replace x with the job ID of Taekwon (4046). Then just put the max level you want. As long as you don't increase the level above 175, no other changes should be required.
    1 point
  5. Give some love on this topic
    1 point
×
×
  • Create New...