Jump to content

Titan

Members
  • Posts

    135
  • Joined

Everything posted by Titan

  1. Solved: I just disable the settings in jobmaster script. Cheers!
  2. I'm using 20151104 client and disable renewal features. Compiled it flawlessly but i'm getting this error when I run the server How to remove this problem? or should i ignore this? Thank you
  3. How to solve this problem Nothing shows even it tells "Guild storage opened".
  4. Thanks for your feedback. Testing now and hope it works fine all the way.
  5. Will it work fine if I copy item_db.txt from renewal folder and use it in pre-re folder? Did some tried it already? TIA
  6. Hi Functor,

    Can you pm me the price of gepard 3.0? Thanks

  7. naka admin account ka kasi kaya kahit anong change mo di talaga magbabago yan unless edit mo sa client side. New account ang solusyon para matry mo as normal player. Good luck!
  8. Looks like the page of MyRO was down too. http://www.facebook.com/myro.tk
  9. So this script is a daily guild ladder. I need something that can be monthly and able to reset.
  10. Post updated with found script to be modify. Thanks
  11. Can I request for this script? Found this script below: //===== eAthena Script ======================================= //= Amatsu Guides //===== By: ================================================== // Rahul Dev // Thanks to Myzter //===== Current Version: ===================================== //= 1.0 //===== Compatible With: ===================================== //= eAthena/ rAthena SVN //===== Description: ========================================= //= Castle Ranking //===== Additional Comments: ================================= //= 1.0 //============================================================ prontera,139,175,5 script Guild Ranking 415,{ // Configurations .@max_ranking = 10; // Max Rankings to display. // Do not touch for (set .@x,0; .@x < .@max_ranking; set .@x,.@x + 1) { if (.@x) mes "- - - - - - - - - - - - - - -"; mes "# ^ff0000" + (.@x + 1) + "^000000: ^0000ff" + ( (.GuildName$[.@x])? .GuildName$[.@x]:"None" ) + "^000000"; mes " - Master: ^0000ff" + ( (.GuildMaster$[.@x])? .GuildMaster$[.@x]:"None" ) + "^000000"; mes " - Territories: ^ff0000" + .NumCastles[.@x] + "^000000"; mes " - Members: ^ff0000" + .NumMembers[.@x] + "^000000"; } close; OnAgitEnd: OnAgitEnd2: OnInit: set .Cnt, query_sql("SELECT (SELECT count(c.castle_id) FROM guild_castle c WHERE c.guild_id = g.guild_id) castles, CONCAT(g.name, ' (LV. ',g.guild_lv,')') guild, count(g.char_id) members, g.master FROM guild g LEFT JOIN guild_member m ON g.guild_id = m.guild_id GROUP BY g.guild_id HAVING castles > 0 ORDER BY castles DESC, guild_lv DESC, members DESC", .NumCastles,.GuildName$,.NumMembers,.GuildMaster$); waitingroom "Top 10 Guild",0; end; } I want to have the option for admin to restart every month. Thanks in advance. Guild_Ranking.txt
  12. Titan

    in-game clock

    how to make it as a countdown timer? example i want it to count the time before 20:00/8:00. Thanks
  13. Already did the instruction above but still not working for me.
  14. Been searching the script but I can't get where to enable it. https://github.com/rathena/rathena/blob/master/npc/merchants/refine.txt Thanks in advance.
  15. you can check this guide on how to add custom maps https://rathena.org/board/topic/53375-how-to-add-maps-in-my-server-linux/
  16. you can check this one but i think it's not working. I guess it's a good start to have this script as reference https://rathena.org/board/topic/90749-simbang-gabi-script-like-in-pro/
  17. I am reading some post about battleground features in rAmod/eAmod but we already have this scripts included in rAthena. What's the difference? Just asking. Thanks
  18. Titan

    Game guard

    Is Harmony now updated?
×
×
  • Create New...