Jump to content

Mikegyver

Members
  • Posts

    399
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Mikegyver

  1. Well.. seems to be u lack of skillpoint.. to add few number of skill point & see either u can level up those skills or not with @skpoint 20. This will add 20 skills point to the character.
  2. i'm using the one i wrote above. Don't have any error on recompiling.. NOTE: please check above code block. Don't copy whole code block. I think u have 2 #endif. If yes. Just remove either one. Sorry to make u confuse with the #endif. XD EDIT : THIS SOURCE MODIFICATION IS NO LONGER REQUIRED ANYMORE AS @Lemongrass ALREADY IMPLEMENTED THIS CHANGE ON RATHENA Git Hash: 39dbb9a
  3. Nope. In rathena.. find this code block. Replace as follow: #if PACKETVER < 20080102 const int cmd = 0x73; #elif PACKETVER < 20141022 const int cmd = 0x2eb; #elif PACKETVER < 20161228 const int cmd = 0xa18; #else const int cmd = 0x2eb; #endif EDIT : THIS SOURCE MODIFICATION IS NO LONGER REQUIRED ANYMORE AS @Lemongrass ALREADY IMPLEMENTED THIS CHANGE ON RATHENA Git Hash: 39dbb9a
  4. do u disable packet encryption during patch the client with nemo patcher?
  5. i tested it using 3ceam & hercules on my previous testing.. it should work.. especially with these modification in this case, you'll need to remove the login-server on one of the start scripts before executing them as ./athena start will start login / char / map servers server 1 -> athena start will start login / char / map server server 2-> athena start will start char/ map server
  6. please check the link i attached above.. u need to set the client to read itemInfo.. need to be patch in nemo patcher..
  7. well. i agree it sound like having 2 emulator on single login server... perhaps this could give u some idea..
  8. what is the packet ver 56 in ur db/packet_db.txt? if no client for packet ver 56, just rename packet 57 to 56 // 2017-01-25aRagexe packet_keys: 0x066E04FE ,0x3004224A ,0x04FF0458 packet_ver: 56 and in src\common\utils.c it should be like this else if(date < 20170125) return 55; else if(date >= 20170125) return 56; then recompile back
  9. Try check conf/battle/monster.conf // Display some mob info next to their name? (add as needed) // (does not works on guardian or Emperium) // 1: Display mob HP (Hp/MaxHp format) // 2: Display mob HP (Percent of full life format) // 4: Display mob's level show_mob_info:
  10. it is either one.. either Hshield or Game Guard. on 2015-09-16, it is Game Guard. while on 2015-05-13, it is HShield. both need to be disable. well.. i believe u already solve the custom item.. about HP of the monster, i'm not sure about that.. that it happen on both client 2015-09-16 & 2015-03-15?
  11. well... either game guard or h shield.. they are both not applicable.. thus, just tick disable game guard or h shield on nemo patch. about custom item, perhaps this could help u. But be sure to diff on nemo as below: 1st. on nemo patcher. find this patch. Load Custom lua file instead of iteminfo*.lub. change to -> System/itemInfo.lub 2nd. if u want to use ItemConverter tool, u need to change to above to System/itemInfo.lua & use below tool.
  12. Well.. it stated clearly there which line to have a look -> ZC_ACCEPT_ENTER code block.. but by looking at the putty screenshot. It is clearly show that the server is compile for packet version 56 (which i believe 2016-02-03 client) while in the clientinfo.xml is using packet version 57. Upon adding the changes in the src/map/clif.c, u should recompile back ur rathena.. By default.. should not have error on different in packet version use between the server & clientinfo.xml. both of these should match the packet version use.
  13. Well.. for src/map/clif.c, in reference with this topic Just change the client date from 20160203 to 2017-01-25..
  14. Thos feature is not implement in either rAthena or hercules.. both emulator currently in progress supporting this feature.. https://github.com/rathena/rathena/pull/2044 https://github.com/HerculesWS/Hercules/pull/1666
  15. For me it is still the same.. same source of error (due to outdated clientside data, as state in above, lua / lub files) & same simple solution, by grab any updated clientside data.. I have some people already post more likely this kind of error.. on both rAthena & hercules forum.. the problem solved once grabing more update clientside data.. heh
  16. Well.. i really want to help.. but at least u should provide the errors on terminal or screenshot of the error on clientside so that it will make more easier to identify the problem..
  17. Well.. i think the 6th comment on this topic should answer how to make it work.. just follow the guidance on those 2 links and u are good to go...
  18. yet again the same question? on our last conversation.. i have told u already how to fix it.. it is due to outdate clientside data.. even u already know about it aready. i still wonder why u hesitate to grab more update clientside data.. just obtain either one of these and make it into grf.. just very simple solution & yet u just make it become complicate. xD https://github.com/ROClientSide/Translation https://github.com/zackdreaver/ROenglishPRE https://github.com/zackdreaver/ROenglishRE
  19. well.. none of these are related to the client. 1.. this client is dated 2017-01-25. thus u need to patch the kRO full client which it is equivalent to the client release date. i don't it is effective solution to download new kRO full client to support new ragexeRE client.. for me it is pain in the butt.. haha.. the kRO full client itself almost 3GB size.. try to grab RO patcher lite release by ai4rei & run the patch weekly. http://herc.ws/board/topic/2485-ro-patcher-lite-v2415746-last-updated-20170401/ 2. u can set langtype to 1 in the clientinfo.xml so that it will read msgstringtable.txt. for nemo patcher.. i found few patches fail. nemo last commit was on end of may 2016.. even 2016-02-03 is not yet fully support by nemo. So perhaps it will be long way to go for 2017 client.. 3. the initial map blank / black screen is from rathena server side... rathena map_cache.dat is using old novice academy while in the grf, is using new map gat novice academy... if u running on hercules, u don't encounter this error.. i figure out temporary solution. http://herc.ws/board/topic/12600-starter-map-iz-int-both-versions/ 4. this also not related to the client.. i think this is more to grf. to fix this missing sprite resources, simply just grab the zackdreaver client resources & put the sprite into ur grf.. https://github.com/zackdreaver/RO-Clientresources
  20. Well.. nemo last commit was on end of may 2016.. even 2016-02-03 is not yet fully support by nemo. So perhaps it will be long way to go for 2017 client.. and i think u should address this patch fail to nemo instead.. http://herc.ws/board/topic/2905-nemo-client-patcher/ https://github.com/MStr3am/NEMO
  21. well.. please refer this link how to fix table index is nill
  22. here is the packets for this client.. hope this is should help u. xD Packets 2017-01-25aRagexeRE.txt
×
×
  • Create New...