Jump to content

Elsa Mist

Members
  • Posts

    387
  • Joined

  • Last visited

  • Days Won

    6

Everything posted by Elsa Mist

  1. You cant encypt DATA.INI, perhaps you could hide/camouflage your .INI file. When you diff your client make sure you diff with enable custom .INI file. But make sure to put DATA.INI in your RO folder, otherwise 'camouflage' trick will not work.
  2. Why dont you try it first? OFF TOPIC : We are the user, so we are the one that will provide the report either its working or not. Don't expect that mod/dev will test every single thing.
  3. Napster , are you still active? Im test this with current GIT, open vending choose TCG Card ID:7227 and... Packet Ver: '45', IP: '127.0.0.0', Group '99'). [Error]: Server received crash signal! Attempting to save all online characters!
  4. You can start scripting by your own. NPC that your asking is really really really basic script. https://rathena.org/wiki/Basic_Scripting
  5. // Map: // 1 - Normal (the maps that aren't classified as these maps below) // 2 - PVP // 4 - GVG // 8 - Battlegrounds // 16 - 'skill_damage' mapflag 1+2+4+8=? AS_SONICBLOW,"?",15,-20,-20,-20,-20
  6. Seperate the dye grf delete the old dye files. Make sure you edit your data.ini
  7. Nice...!!! Just cant wait to see the completed version.
  8. Ots should be skills name since r17+++ but you can check with skills number.
  9. https://github.com/rathena/rathena/blob/master/src/config/core.h /// Uncomment to enable skills damage adjustments /// By enabling this, db/skill_damage.txt and the skill_damage mapflag will adjust the /// damage rate of specified skills. //#define ADJUST_SKILL_DAMAGE
  10. - Cash Shop Use the Kafra Button next to your mini map. Configure it here https://github.com/rathena/rathena/blob/master/db/re/item_cash_db.txt - Font Use command '/showname' ingame. - SVN version As i remember you are asking old trunk version. Maybe that was the problem on the old version?
  11. jezznar, Do you know how to play with that OnInit thing? Ive got bad experience with that on my scripts
  12. lol? U cant ask Emistry just like that...
  13. Emistry where did you get a FULL Version of jRO Client? if possible do you a link on it? Thank you and i appreciate! They have it. I am also playing with jRO, twRO items. https://github.com/ROClientSide/Translation/blob/master/data/luafiles514/lua%20files/datainfo/NPCIdentity.lub
  14. make sure you are using latest iteminfo.lub for the items. you can find it here. Client Translation Project What do you mean by Cash Shop? Font? Please be more details in future...
  15. When you using tortoise or etc, dont use 'head' version.
  16. Since you sad it was official, by digging in data.grf/rdata.grf... You might find it.
  17. you can do this https://github.com/rathena/rathena/blob/master/conf/login_athena.conf find this // Minimum account group id required to connect to server. // Will not function if group_id_to_connect config is enabled. // -1: disabled // 0 or more: group id min_group_id_to_connect: -1 put the value which GM level can enter the server. exp : I want from level group 1 to 99. min_group_id_to_connect: 1 I want ONLY level group 99 min_group_id_to_connect: 99
  18. the best can you do is to re-do everything from zero. Nice to hear you can solve it!!!
  19. try both disable and enable packet obfuscation. that way you can trace with one is the problem. if the problem still accur, we will try take a look on another way. btw, please using NEMO when diff, xdiff is really outdated for newest client.
  20. yes u still need to insert the keys when you diff your client.exe
  21. anyway, where did you get your eAmod? you should ask to the person that selling you the eAmod.
  22. If you are using Packet Obfuscation, please put the right keys when you diff your client.exe and disable 'Disable Packet Encrypt'. Default keys for 2013-08-07Ragexe is 0x7E241DE0,0x5E805580,0x3D807D80. If you are not using the Packet Obfuscation, when you diff your client.exe please enable 'Disable Packet Encrypt' and go to your src/config/core.h and find /// Comment to disable the official packet obfuscation support. /// When enabled, make sure there is value for 'packet_keys' of used packet version or /// defined 'packet_keys_use' in db/[import/]packet_db.txt. /// This requires PACKETVER 2011-08-17 or newer. #define PACKET_OBFUSCATION disable it by commenting '//' at #define PACKET_OBFUSCATION Edit : use NEMO patcher for diffing your client.exe.
  23. https://rathena.org/board/topic/92332-night-life-prontera/ https://rathena.org/board/files/file/3084-prontera-noite-de-natal/
×
×
  • Create New...