Jump to content

Heero Yuy

Members
  • Posts

    68
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Heero Yuy

  1. I have always used 2012-04-10a since I started using rAthena and fortunately, up until now, I never experienced a crash.
  2. Hmmm that seems to be pretty weird. Have you tried the charset gb2312 or the newer standars which is gb18030?
  3. If you are using Linux, read and follow this: http://www.cyberciti.biz/faq/howto-set-date-time-from-linux-command-prompt/ If you are using Windows, then adjust the time of your computer (just as what nanakiwurtz said, it follows the time you have said on your computer)
  4. Something like this: http://rathena.org/board/topic/72372-bg-type-emperium-breaking/ ? It will be much better if you will elaborate more your request.
  5. Try using iso-8859-1 instead: <meta http-equiv="Content-Type" content="text/html; charset="iso-8859-1" /> 最良好的祝愿
  6. is really bored -.-

  7. Go to your rAthena database or your main database, and delete/drop all the tables with cp_ name and proceed on installing FluxCP again. That should work.
  8. You can read this and study how the Thor Patcher works: http://rathena.org/wiki/Thor_Patcher You can download Thor Patcher in here: http://rathena.org/board/files/file/2259-thor-patcher/ (Credits to Aeomin) There is a default skin included on that package. You can use that until you are already familiar with the Thor Patcher.
  9. As always, an excellent map coming from you. I like the map specially the poring monument (or whatever you may call it). This can be used as a quest map or an map for events (of some sort). But it's quite odd to see the small objects (grass, trees) placed on a little off (and almost random) for me. It could have been much better. Nevertheless, this is an excellent map, as what I have said. 8/10 for me.
  10. Have you checked your src/common/mmo.h? #ifndef PACKETVER #define PACKETVER 20120410 //#define PACKETVER 20111116 #endif Change 20120410 to 20120618 then re-compile again. If you changed it already, try to check if your db/packet_db.txt is set into something like this: //packet_db_ver: 25 packet_db_ver: default
  11. Did you diffed your client with the option Read LUA Before LUB? If yes---and still your status icons are not working---try to update your whole lua514 folder with the latest one (be sure you will not overwrite your accname.lua and accessoryid.lua with the default one).
  12. I am also using 2012-04-10 and it is working on me. I advice that you update your lua files: http://svn6.assembla.com/svn/ClientSide/Lua_Project/
  13. You are missing the AI folder. Download the attachment below and extract it on your kRO folder. AI.rar
  14. Here, I translated it to Korean (I didn't used Google Translator here ) // list-boxes TEXT_NUMSAMPLETYPE_48CHANNEL, "48 채널" TEXT_NUMSAMPLETYPE_32CHANNEL, "32 채널" TEXT_NUMSAMPLETYPE_16CHANNEL, "16 채널" TEXT_SOUNDMODE_NOSOUND, "소리없는" TEXT_SOUNDMODE_2DSOUND, "2D 사운드를 사용" TEXT_SOUNDMODE_3DSOUND, "3D 사운드를 사용" TEXT_SPEAKERTYPE_2SPEAKER, "2 SPEAKER" TEXT_SPEAKERTYPE_HEADPHONE, "헤드폰" TEXT_SPEAKERTYPE_SURROUND, "둘러 싸다" //Or it can be written as 에워 싸다 TEXT_SPEAKERTYPE_4SPEAKER, "4 SPEAKER" TEXT_DIGITALRATETYPE_22K, "22k" TEXT_DIGITALRATETYPE_11K, "11k" TEXT_DIGITALRATETYPE_8K, "8k" TEXT_DIGITALBITSTYPE_16BIT, "16 bit" TEXT_DIGITALBITSTYPE_8BIT, "8 bit" // tabs TEXT_TAB_GRAPHICS, "그래픽" TEXT_TAB_SOUNDS, "소리" TEXT_TAB_SETTINGS, "설정" TEXT_TAB_ABOUT, "약" I am not sure if you need Korean translation though.
  15. As far as I know, most of broadbands' IP are dynamic and not static. It means that it changes from time to time (every time you will connect and disconnect) the broadband you are using. In that case, you should use No-IP or buy a Linux server to host your server files.
  16. Use this (Credits to Borf): http://ro.borf.info/sprview/
  17. I lol'd when I saw this. But I find it really cute, mixing pink with panties is a good idea.
  18. Did you make any modifications on the src? Or did you apply any patch/diff on your src? If yes, then better apply it manually. I have experienced this as well and that solved my problem. Also try to get a fresh copy of rAthena svn into your server and re-compile again and see if that will work or not. Post again in here if that doesn't worked. Oh and another thing, you can read this thread as well and see if that will solve your problem: http://www.eathena.ws/board/index.php?showtopic=263690&st=0
  19. Yes, it do have the capability to send patches/files to both root folder/kRO folder and to your custom grf (or even to official data.grf). For more info about Thor Patcher, you can read this: http://rathena.org/wiki/Thor_Patcher
  20. I haven't tried Windows Vista so I don't know the exact solution to this but try to run it as administrator. If that still doesn't fix it, try to check if you have installed .nEt Framework to your PC. If the error still persists, try to check if you are using the version 2.6.1.66 of Thor Patcher.
  21. Use this script: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/npc/re/mobs/dungeons/lhz_dun.txt It is on line 108 - 164.
  22. If you wanted to inflict 10% additional damage to Demi-Human, use this: bonus2 bSubRace,7,10;
  23. i will try to learn bymyself when i needed ill call you o.o i've search on the link that you gave me and it look like i cant find inflicted Increases Physical damage inflicted on all enemies by 10% bonus2 bAddRace,RC_NonBoss,10; bonus2 bAddRace,RC_Boss,10 correct? Use this instead of using bAddRace: bonus bAtkRate,10;
×
×
  • Create New...