Jump to content

Whathell

Members
  • Posts

    116
  • Joined

  • Last visited

Everything posted by Whathell

  1. To change the names and give them skills you have to know src edit, as for the sprites, I believe they do not have their own and just use existing sprites, like for the Dark Knight it uses the regular Knight spright, Gangsi uses Acolyte's, and Dark Collector uses Soul Linker's.
  2. even youre afk you will receive the reward right? it does not have idle check, so yeah.
  3. Simply do not add custom/additional palettes in your grf.
  4. Oh yeah, didnt notice the "Askydun Quest" part and just focused on the "required items". xD Right, use your quest variable instead. 'end' can be used instead of 'close' now, right?
  5. Whathell

    own points

    What do you mean by "points"?
  6. // -------------------------------------------------- Special: // -------------------------------------------------- menu "Askydun",S1; S1: if (countitem(501) > 0) { //change 501 to item of your liking Go("Askydun",90,103); } else { mes "[NPC]"; mes "Sorry you do not have enough items to use this service."; end; }
  7. Whathell

    skill

    What client version are you using? Dragon Breath Water and Full Throttle are for 2013 clients. And One-hand Quicken is spirit skill (skill appears when soul-linked)
  8. And just to add; you could have tried to restart your server. And map server would have told you what exactly was the problem. Just saying it won't hurt to try solving things first on our own first, it helps us grow
  9. 100 = 1x 200 = 2x 1000 = 10x simple as that. so for example: mvp cards: base = 0.01% || item_rate_card_boss: 100 to make it to 5% use: item_rate_card_boss: 50000
  10. check if you set your server to use md5 passwords. if you are, convert your passwords in sql to md5 hashes. Or simply disable: conf/login_athena.conf // Store passwords as MD5 hashes instead of plaintext ? // NOTE: Will not work with clients that use <passwordencrypt> use_MD5_passwords: yes
  11. And what do you mean by not working? - It doesnt increase the drop rate? It doesnt show the status icon at all? elaborate xD
  12. What client version are you using?
  13. You are using Loki launcher to start the client right? and check: src/common/mmo.h search #define PACKETVER YYYYMMDD And match it with the date version you choosed for your client ex : #define PACKETVER 20130522 id not done, edit as necessary then recompile your server.
  14. Make sure you edit your inter_athena.conf and put in the correct root password.
  15. Have you ran your client before this error occurred? Or this error appeared the first time you ran your client? If your client was working before, what was the last thing you have done?
  16. read this: http://rathena.org/board/topic/81860-r17280-slight-script-engine-update/
  17. May I know what are the encryption keys used for? xD
  18. 2013 clients are not yet fully supported in rAthena. But as users say, you can try any client and you'll find the basically stable.
  19. I believe I encountered this one before. Try using only the last two digits of the year just like what Brynner said.
  20. The only way I know is diffing your client and disabling GM sprites. This way, you can assign any account ID thru clientinfo.xml to make their name yellow but without the GM clothes. But ofc, all IDs wont have the sprite, that means your GMs wont have the clothes too.
  21. Diff your client using either http://rathena.org/board/topic/53420-shins-diff-patcher/ http://rathena.org/board/topic/82727-xdiffpatcher-xdiffgen2-packet-parser-and-packet-extractor/ depending on your client and choose the "enable multiple grf" patch.
  22. thought so, I think this is a src bug :/
×
×
  • Create New...