Summit51 0 Posted May 29, 2016 (edited) @@evilpuncker Could this be updated again for the latest Hercules source? Edited May 29, 2016 by Summit51 Quote Share this post Link to post Share on other sites
evilpuncker 503 Posted May 29, 2016 @@evilpuncker Could this be updated again for the latest Hercules source? sorry but I was not able to update it, lets wait for someone more capable of, like @@Dastgir, @@hemagx, @@malufett etc Quote Share this post Link to post Share on other sites
Summit51 0 Posted May 29, 2016 @@evilpuncker Could this be updated again for the latest Hercules source? sorry but I was not able to update it, lets wait for someone more capable of, like @@Dastgir, @@hemagx, @@malufett etc It's okay. Hopefully they can update it since this is a really useful feature. Quote Share this post Link to post Share on other sites
MikZ 5 Posted June 15, 2016 following this topic.Hoping for sooner update /no1 Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted June 15, 2016 Let me see what I can do Edit: Might not able to test the edit, since I don't have Launcher (and I need to recompile the server , which I couldn't afford atm) Here you go: https://github.com/dastgir/HPM-Plugins/tree/master/diff 2 MikZ and evilpuncker reacted to this Quote Share this post Link to post Share on other sites
MikZ 5 Posted June 16, 2016 (edited) Let me see what I can do Edit: Might not able to test the edit, since I don't have Launcher (and I need to recompile the server , which I couldn't afford atm) Here you go: https://github.com/dastgir/HPM-Plugins/tree/master/diff OMG! TNX dastgir! Tested and: I don't know if it is related. but somehow, if i use ROCRED it always says failed (no error in map-server) to connect to server after character select. cant seem to check if last_mac is working. but i can log in without the ROCRED launcher could not detect last_mac. FIXED! WORKING! Edited June 18, 2016 by MikZ Quote Share this post Link to post Share on other sites
rans 7 Posted November 19, 2016 http://imgur.com/a/Mm7wunot working for me. tried with the latest git ver as of 11/19/16 Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted November 19, 2016 http://imgur.com/a/Mm7wu not working for me. tried with the latest git ver as of 11/19/16 You should login via rocred Quote Share this post Link to post Share on other sites
Only4fun 1 Posted November 25, 2016 (edited) Nice, worked here too. Edited December 3, 2016 by Only4fun Quote Share this post Link to post Share on other sites
rans 7 Posted December 5, 2016 @@Alexandria rocred is not an updater, but a login tool @Topic Updated it to the latest Hercules source code (as of the date of this post) and changed patch format to Git compliant, and added some mirrors. Its confusing me. is this working or no? the First line of this topic is "it is not working" please edit if its working now. TY Quote Share this post Link to post Share on other sites
DarkGuerra 2 Posted January 17, 2017 Buenas, esto funciona? esta muy bueno la verdad! y e intentado meterlo manual pero no encuentro la linea char *accname = (char *)RFIFOP(fd, 9); char *token = (char *)RFIFOP(fd, 0x5C); + char *mac = {(char *)RFIFOP(fd, 60)}; size_t uAccLen = strlen(accname); + size_t uMac = 18; size_t uTokenLen = RFIFOREST(fd) - 0x5C; + safestrncpy(mac,mac, uMac); + safestrncpy(sd->mac_address,mac, uMac); version = RFIFOL(fd,4); en src/login/login.c alguien me colabora? y decir si funciona o no? 1 InFiNiTe reacted to this Quote Share this post Link to post Share on other sites
InFiNiTe 0 Posted February 18, 2017 Buenas, esto funciona? esta muy bueno la verdad! y e intentado meterlo manual pero no encuentro la linea char *accname = (char *)RFIFOP(fd, 9); char *token = (char *)RFIFOP(fd, 0x5C); + char *mac = {(char *)RFIFOP(fd, 60)}; size_t uAccLen = strlen(accname); + size_t uMac = 18; size_t uTokenLen = RFIFOREST(fd) - 0x5C; + safestrncpy(mac,mac, uMac); + safestrncpy(sd->mac_address,mac, uMac); version = RFIFOL(fd,4); en src/login/login.c alguien me colabora? y decir si funciona o no? Funciona... Quote Share this post Link to post Share on other sites
pidow 0 Posted April 17, 2017 Error in clif : lclif.c:87:37: error: ‘const struct packet_CA_LOGIN’ has no member named ‘mac_address’ safestrncpy(sd->mac_address, packet->mac_address, 17); // Mac Length on Address is 17 Can somebody update patch file ?Thx a lot ! Quote Share this post Link to post Share on other sites
pidow 0 Posted May 15, 2017 sorry, i bump Thx for your help ! Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted May 17, 2017 sorry, i bump Thx for your help ! You might have added lines on other function in lclif.c, It should go in lclif_parse_CA_SSO_LOGIN_REQ Quote Share this post Link to post Share on other sites
pidow 0 Posted May 17, 2017 @Dastgir: Thx for your reply, but it too difficult, i don't have the skill to do it.the patch is not up to date :/ Quote Share this post Link to post Share on other sites