Jump to content

clydelion

Members
  • Posts

    754
  • Joined

  • Last visited

  • Days Won

    5

Everything posted by clydelion

  1. clydelion

    Mapserver.

    It crashes. Are you using any custom source mod?
  2. Done first day of p90x workout! 89 to go :/

    1. Maki

      Maki

      rofl, have fun with that =p

    2. Maki

      Maki

      I do P90X about 3 days out of the week (go to the gym 4-5 days a week)

    3. clydelion

      clydelion

      I'm on day 5 now. :) Did it work for you? I mean, nice results?

  3. Yung dll ba na kasama nung secure grf nilagay mo din sa ro mo? Kailangan kasi yung para maread yung encrypted file. Yung yung pinaka susi nya.
  4. Change the "The" in the npc name to "the".
  5. Tomorrow, I will start P90x workout. Who's with me? Move your fat ass!

  6. this? http://rathena.org/board/topic/79464-cant-choose-hair-colour-on-certian-hairstyles-on-character-creation/#entry183559
  7. Index: atcommand.c =================================================================== --- atcommand.c (revision 17161) +++ atcommand.c (working copy) @@ -1726,7 +1726,10 @@ clif_displaymessage(sd->fd,msg_txt(995)); // You cannot use @go on this map. return 0; } - + if( map[sd->bl.m].flag.town && !pc_has_permission(sd, PC_PERM_WARP_ANYWHERE) ) { + clif_displaymessage(sd->fd,"You can only use @go inside towns."); + return 0; + } memset(map_name, '\0', sizeof(map_name)); memset(atcmd_output, '\0', sizeof(atcmd_output));
  8. You cannot use branches to summon in certain areas.. Check them here https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/mapflag/nobranch.txt For the atcommands ro summon.. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/doc/atcommands.txt @spawn @monster
  9. You wont see such thing here. You have to edit the db manually to match your episode's requirement.
  10. clydelion

    rates

    exp.conf if you want 150x, the formula is 100 x 150 = 15000
  11. There's an existing command. @unloadnpcfile npc/custom/warper.txt
  12. ou nga,, need mo lang update yung sql tables mo para gumana sa latest rathena.
  13. hindi, mano mano mo iuupdate yung sql tables mo. https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/sql-files/upgrades/
  14. nah. kahit saan mo ilagay, basta iload mo yung npc by adding an entry sa scripts_custom.conf or what ever. ang pinagkaiba ng renewal sa pre-re ang renewal, ang iloload nya npc/re/scripts_main.conf pag hindi renewal npc/pre-re/scripts_main.conf
  15. Nope, dinalawang folder lang yung mga yun dahil magkaiba ang script at values.. No need to alter anything there.
  16. Oh, you want to manually do it for players? you can do #autotrade <Name>
  17. Can you explain further? Autotrade command is in the emulator by default. You just have to enable it from groups.conf.
  18. @autotrade enable it in conf/groups.conf for your players.
  19. Naka-hide known file extensions ata. Anyway, i think hindi nireread ng client mo yung data folder? Dapat ata ipasok mo sa grf yan. Ang nireread nya yung clientinfo.xml ng pRO.
  20. Did you disable renewal exp too? /src/config/renewal.h //#define RENEWAL_EXP
  21. When diffing your client, tick 'Skip packet obfuscation'.
  22. If it is in a dedicated server w/c is directly connected to the internet, then you don't need to set IP's in char_athena.conf,map_athena.conf,login_athena.conf.
  23. Are you using rathena behind a router?
×
×
  • Create New...