Jump to content

KaitoKid

Members
  • Posts

    268
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by KaitoKid

  1. Hmm... Download tortoiseSVN here and after that install it. After installation just make a new folder and then right click on it and click "SVN checkout" and on the url of repository put the link that I have provided for data folder.
  2. Use your TortoiseSVN? The one you also used to download the server files?? Info
  3. Here Just use the checkout on your tortoiseSVN
  4. Try mo. Next time pag mag post ka rin ng codes gamitin mo ung codebox( )
  5. When you run the server check the map-server_sql.exe console to identify which part of the script is causing the error.
  6. Sa conf/groups.conf mo dun sa commands ng id:0 Ilagay mo ito sa loob ng commands{}. this would enable normal players to use the @go command go: [true, false]
  7. Download the translated LUA files here Make sure you diff your patcher with "Read data folder first" and "Read LUA before LUB files"
  8. Hair style for female /data/sprite/Àΰ£Á·/¸Ó¸®Åë/¿© for male /data/sprite/Àΰ£Á·/¸Ó¸®Åë/³² For cloth palette datapalette¸ö for hair palette datapalette¸Ó¸®
  9. Here is an SVN. Simply checkout the contents. LINK
  10. No one can actually determine precisely on how much hardware resources would be consumed especially if you are just subscribing on a VPS. You may want to read the system requirements for rAthena though since not all server emulators have the same requirements just like on your given link: HERE
  11. There is no problem asking whether you are a noob or not. Just follow the forums rules and make sure you search first before asking.
  12. Your breeder atcommand strcharinfo(0)+":@mount"; try using atcommand "@mount"; Your 3rd job changer atcommand strcharinfo(0)+":@job "+@target_job; try using atcommand "@job "+@target_job; I don't think it is needed to attach the character name anymore because it is already attach to the npc.
  13. If you are using no-ip and you are using your own computer then did you synchronize your WAN IP address to no-ip?
  14. On your conf/battle/player.conf You can edit it here // Max limit of char stats. (agi, str, etc.) max_parameter: 110 // Same as max_parameter, but for 3rd classes. max_third_parameter: 120 // Same as max_parameter, but for baby classes. max_baby_parameter: 100 // Same as max_parameter, but for baby 3rd's. max_baby_third_parameter: 108
  15. You can set skills do be disable on a particular zones/modes here db/skill_nocast_db.txt Example If you have the maps as PVP then 51,2 // TF_HIDING 135,2 // AS_CLOAKING 389,2 // ST_CHASEWALK
  16. Not all clients have that patch. And also if you want to have a custom aura you can just change the files inside the texture/effect.
  17. better change the font style..I know there is a link in eA on how change that... Its not the servicetype I mean. It was the <langtype>0</langtype>. And by default it is actually recommended to use korea as your service type if you don't know what you are doing. I am using Korea as my service type and 18 for langtype and I don't have any issues regarding about the language or anything.
  18. Ang pinaka madali nito is just change the file type from .txt to .csv viola! It can be opened by Excel and separated yung values by cell instead na by comma.
  19. Check your clieninfo.xml Set your langtype to 0
  20. Seems the file was deleted from the Download section. Nevermind though here is my copy: mellina.zip
  21. You don't need to patch it with a diff file. You just have to check out from SVN and then you can just update it everytime. This might help you: LINK
  22. Sa conf/groups.conf mo dun sa id:0 na group ilagay mo dun sa loob ng commands: {} autotrade: [true, false]
  23. It seems when you checked out from SVN you didn't specify which folder should the files be stored. Therefore the files were saved from the root folder of your account seems messy @_@ Yours: svn checkout https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/ Recommended: svn co https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/ server Note: I have checked out from SVN and stored the files from folder named "server". So that when you try to update: svn up server This will check for latest revision on the SVN. In which to be updated files are stored from "server" folder. If still the error persist try doing: sudo apt-get update then sudo apt-get upgrade and then try re-updating again.
  24. KaitoKid

    damage hidden

    Its because the maps is set by default as "gvg mapflag", therefore it applies the WoE mechanics on that maps. Go to your conf/battle/client.conf and find this line: hide_woe_damage then set it to hide_woe_damage: no
  25. I am so glad to hear it
×
×
  • Create New...