Jump to content

Arcenciel

Members
  • Posts

    1315
  • Joined

  • Last visited

  • Days Won

    10

Everything posted by Arcenciel

  1. You don't need to extract anything from rdata.grf Restart your client folder all over and do this 1. Download Miruku and install 2. Download rAthena Basic Data Folder and extract it to where you installed Miruku 3. Edit your sclientinfo inside the data folder 4. Run rAthena.exe..It should work without any problems. You can get the lua files you need from rAthena Basic Folder if you're trying to add custom items in.
  2. O_o Shoulda work... What did you put for your langtype and version in the clientinfo.xml?
  3. Ok, Did your errors come out of the rAthena.exe from that link?
  4. Miruku doesn't provide a client exe. It only provides the files that you need to play but not the .exe to run them.
  5. Which client are you using?
  6. I actually have the script right now. Just putting the finishing touches however it's not exactly how he requested it cause I intend to release it. =P
  7. Use the client provided in the last link I gave you or you can diff your own client.
  8. set @noitem,countitem(6096); delitem 6096,@noitem;
  9. Use this to get the files you need. http://rathena.org/board/topic/54190-release-basic-rathena-client/
  10. Can you attach the file here?
  11. itemslotcount.txt is all numbers and # You can pull the latest one from data.grf or rdata.grf using a GRF Tool. It should be updated provided that your client files are fully patched.
  12. Try opening it with Notepad++ Also someone in the IRC the other night was saying that all you need to do is to rename .lub to .lua. Test it out?
  13. Thanks for willing to vouch for me! Really appreciate it.

    1. jTynne

      jTynne

      You're awesome, always looking to learn more, and have helped TONS of people. I know you'd make an excellent moderator here, man!

  14. Freaking frustrating Client Folder.....series of unfortunate events..GAH

  15. I know you need Korean but just follow the sprite directory. /data/sprite/Àΰ£Á·/¸öÅë/¿© <- For female /data/sprite/Àΰ£Á·/¸öÅë/³² <- For male Work using those characters above since they're much easier to recognize than Korean...after you place them in the right folder, then that's when you use Unbollox to convert them into Korean.
  16. I can't read what you just pasted. (Probably a problem on my side) But before using unbollox, it should look like this For female: ´ÑÀÚ_¿©.spr For male: ´ÑÀÚ_³².spr
  17. Try this http://www.grfbuilder.com/ Or Gryff http://forum.ratemyserver.net/modification-sprite-and-tool-discussion/grf-factory-help/msg78449/#msg78449
  18. Why does she need to paste it at pastebin for? It's a downloadable .txt format. O_o
  19. I don't think second job for gunslingers been released yet.
  20. You can create a function and call it onEquip. This function would then check which map you're on and if it's not the right map it'll take the equipment off or kill you. Problem with this is, you can change maps whenever. It will only check for the map in the map where you equipped the item. I can't think of any other alternative besides having an OnLoadMap event that checks if you're wearing the equipment or not in EVERY map...don't think that's very efficient to code.
  21. Oh, then look in the sprite bible for the file name of Ninja bodies and use the name you find to rename the kagerou sprite.
  22. You have to rename the sprites that you want to use for the GM sprites into And place them in the right folder in your Data folder.
  23. I think rAthena supporting this feature officially would greatly improve server administration. http://rathena.org/board/topic/56125-new-source-mod-added-ultimate-gm-tool/ Does anyone else think so?
×
×
  • Create New...