Jump to content

mrmagic

Members
  • Posts

    182
  • Joined

  • Days Won

    1

Everything posted by mrmagic

  1. rA does support 2016, you just need a correct setup server files. A default one just by adding packet.db and set mmo.h won't work. For your problem, that one related to \src\config\core.h in this line #define PACKET_OBFUSCATION Either you disable it or enable depends on your NEMO diffs. Because you enable "Disable Packet Encryption" diff, then you need to disable #define PACKET_OBFUSCATION in core.h by adding comment "//".
  2. He is in the wrong boards
  3. 2013-08-07aRagexe is good, older will be harder to maintenance if you want to add custom things. You don't need newer client as many features haven't implemented/irrelevant with prerenewal server.
  4. Haven't tried this, but try to not diff your client with "use ascii on all langtype" when using NEMO.
  5. Try changing your langtype inside clientinfo.xml to 1
  6. Try using command /font http://irowiki.org/wiki/Basic_Game_Control
  7. try using kRO default data.grf, withouth translated folder/grf. leaving only your clientinfo.xml. If not crashing, then it's translated grf/folder 's fault, if still crashing then it server setup fault.
  8. Maybe you mean sprite and texture. Try download them from here https://github.com/zackdreaver/RO-Clientresources
  9. item_db.conf is from Hercules. They kinda outdated compared rAthena. If you use rathena you will notice alot of costumes present in itemdb. Maybe you can try rA. Yes it possible. You can use item between 8000-9000, as they empty right now. Like i mention before, no need to turn headgear into costume, many costumes have their own id now, just search their sprite id in ra's itemdb.
  10. Depends on client date, on newer client you can edit itemInfo.lub/lua. The current one [2115] = { unidentifiedDisplayName = "Shield", unidentifiedResourceName = "°¡µå", unidentifiedDescriptionName = { "Unknown Item, can be identified by using a ^6666CCMagnifier^000000." }, identifiedDisplayName = "Valkyrie Shield", identifiedResourceName = "¹ßÅ°¸®¾Æ½¯µå", identifiedDescriptionName = { "A shield used by Gna, messenger of Freya, when she served as a Valkyrie.", "------------------------", "MDEF +5", "------------------------", "Reduces damage taken from ^0000BBWater^000000, ^FF0000Fire^000000, ^777777Undead^000000 and ^777777Shadow^000000 element attack by 20%.", "------------------------", "[^6666CCFrigg's Set^000000]", "^008800Fricca's Circlet^000000", "^008800Valkyria's Shield^000000", "^008800Odin's Blessing^000000", "DEF +2, MDEF +5", "All upgrade levels of the Shield and Circlet adds to MDEF ^770000Instead^000000 of DEF.", "------------------------", "Class:^6666CC Shield^000000", "Defense:^0000FF 80^000000", "Weight:^006600 50^000000", "Level Requirement:^006600 65^000000", "Jobs:^6666CC All except Novice^000000" }, slotCount = 1, ClassNum = 4 }, Maybe what you're looking for: [2115] = { unidentifiedDisplayName = "Valkyrie Shield", unidentifiedResourceName = "¹ßÅ°¸®¾Æ½¯µå", unidentifiedDescriptionName = { "A shield used by Gna, messenger of Freya, when she served as a Valkyrie.", "------------------------", "MDEF +5", "------------------------", "Reduces damage taken from ^0000BBWater^000000, ^FF0000Fire^000000, ^777777Undead^000000 and ^777777Shadow^000000 element attack by 20%.", "------------------------", "[^6666CCFrigg's Set^000000]", "^008800Fricca's Circlet^000000", "^008800Valkyria's Shield^000000", "^008800Odin's Blessing^000000", "DEF +2, MDEF +5", "All upgrade levels of the Shield and Circlet adds to MDEF ^770000Instead^000000 of DEF.", "------------------------", "Class:^6666CC Shield^000000", "Defense:^0000FF 80^000000", "Weight:^006600 50^000000", "Level Requirement:^006600 65^000000", "Jobs:^6666CC All except Novice^000000" }, identifiedDisplayName = "Valkyrie Shield", identifiedResourceName = "¹ßÅ°¸®¾Æ½¯µå", identifiedDescriptionName = { "A shield used by Gna, messenger of Freya, when she served as a Valkyrie.", "------------------------", "MDEF +5", "------------------------", "Reduces damage taken from ^0000BBWater^000000, ^FF0000Fire^000000, ^777777Undead^000000 and ^777777Shadow^000000 element attack by 20%.", "------------------------", "[^6666CCFrigg's Set^000000]", "^008800Fricca's Circlet^000000", "^008800Valkyria's Shield^000000", "^008800Odin's Blessing^000000", "DEF +2, MDEF +5", "All upgrade levels of the Shield and Circlet adds to MDEF ^770000Instead^000000 of DEF.", "------------------------", "Class:^6666CC Shield^000000", "Defense:^0000FF 80^000000", "Weight:^006600 50^000000", "Level Requirement:^006600 65^000000", "Jobs:^6666CC All except Novice^000000" }, slotCount = 1, ClassNum = 4 }, It will have grey name, actual item name and description, but no slot. If you want to apply this to all items, you will need some tools and text editor like notepad++.
  11. Open data\etcinfo.txt delete these 3 lines from those prontera.rsw# snow# weather#
  12. "https://imagebin.ca/v/366bFDVvH5GZ" > check your accName.lub line 1468, maybe you miss a , "https://imagebin.ca/v/366eYy7QS6vw " > You're missing some custom palletes, maybe you should try fixing it with lowering maximum pallete to official one. Or try renaming x.pallete.grf to pallete.grf, just my guest.
  13. Tell us how did you setup your client, maybe we might find what is wrong with the setup.
  14. Did you notice that the deletion time of those 3 chars are the same? Maybe there is something wrong with your pc. Try host your server on different pc. If that not work. Please post your PC informations.
  15. Open \src\char\char_clif.c go to line 307 change #if false && PACKETVER >= 20151001 to #if true && PACKETVER >= 20151001
  16. You can try this link, if search button doesn't worked for you https://github.com/zackdreaver/UnpackedkROclients
  17. How about trying different client date? with recomended diff in nemo
  18. Are you sure there are no custom things you added on client? Like custom cursor, items or pallettes?
  19. If you want chinesse buttons, why don't grab them from twRO or cRO data.grf ? Or simply you can make it yourself by using software like photoshop.
  20. https://rathena.org/board/search/?&q=2015-10-29aRagexe
  21. Use Ragexe version of client, not RagexeRE
×
×
  • Create New...