Jump to content

Patskie

Members
  • Posts

    1702
  • Joined

  • Last visited

  • Days Won

    19

Everything posted by Patskie

  1. Assuming you will allow the npc who will use the renitem command in December rentitem, (31*24*60*60 - gettime(5)*24*60*60); PS : This will not do the full work. It only consider the day difference from now up to 12-31-2013. And convert it to seconds. If you want to go into detailed portion of your request. And want an accurate calculation of seconds from now to 12-31-2013. then you need to do a dirty math. I have no time right now as i am doing many things. This is the least i could help
  2. Patskie

    Question

    Try : http://www.eathena.ws/board/index.php?showtopic=271354 As far as i know. No existing command to check the bonus stats of players. readparam only check the base status
  3. Topic locked due to duplicate topic creation
  4. http://pastebin.com/raw.php?i=BQcjcbJy
  5. item_rate_card: 250000 item_rate_card_boss: 50000 item_drop_card_min: 1 item_drop_card_max: 10000 sa mga rare cards mo which is 1%. Lagay mo sila sa db/mob_item_ratio.txt i ooverride nila yung mga naka set sa drops.conf mo
  6. Did you properly link your conf/inter_athena.conf to your database credentials?
  7. Maybe here? db/mob_item_ratio.txt ?
  8. Most likely it will look like this : http://pastebin.com/raw.php?i=ub15zRSS
  9. As you have written it. It will not work.
  10. Check the configuration part
  11. Try : src/map/map.h #define MAX_EVENTQUEUE 2
  12. http://pastebin.com/raw.php?i=QhatSLL3
  13. I believe i have answered your request many times with this content. Want this color, Want that and so on. Please refer to Announce. The color part there is in format ( 0xRRGGBB ). You can choose colors here. Choose a color and disregard the # in the first part and replace it by 0x. Easy as that - announce strcharinfo(0)+ " has entered PVP ARENA",0; + announce strcharinfo(0)+ " has entered PVP ARENA",0,0xFF3399;
  14. Patskie

    Anti AFK?

    You need to attach the player when using checkidle() command with no arguments
  15. Patskie

    PvP Points?

    PVP Points Script : http://pastebin.com/raw.php?i=S6FfAk8T You can use multi-currency shop by @Emistry for the npc who sells item in exchange of pvp points ( #PVPPOINTS ). Search it in the forum.
  16. Patskie

    Anti AFK?

    checkidle command returns time, in seconds. 3000 seconds = 50 minutes as what you have requested in this topic.
  17. Patskie

    Anti AFK?

    being idle means being not active for some time
  18. Patskie

    Anti AFK?

    if ( checkidle() >= 3000 ) atcommand "@kick " +strcharinfo(0); end; Reference : doc/script_commands.txt *checkidle({"<Player Name>"}) Returns the time, in seconds, that the specified player has been idle. Name is optional, and defaults to the attached player if omitted.
  19. You can define/override a command by using bindatcmd. However based on your request. I doubt if they can be achieved by a mere script
  20. http://pastebin.com/raw.php?i=8meGZvip
  21. Ung client ng pRO ang gagamitin mo sa server mo?
×
×
  • Create New...