Jump to content

Mikegyver

Members
  • Posts

    399
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Mikegyver

  1. I don't use itemInfo.lub.. i use iteminfo.lua instead.
  2. do u do u have odd char number? not multiple of 3?
  3. changed this back to original before u edit 3. clif.c /// Notifies the client, that it's connection attempt was accepted. /// 0073 <start time>.L <position>.3B <x size>.B <y size>.B (ZC_ACCEPT_ENTER) /// 02eb <start time>.L <position>.3B <x size>.B <y size>.B <font>.W (ZC_ACCEPT_ENTER2) /// 0a18 <start time>.L <position>.3B <x size>.B <y size>.B <font>.W <sex>.B (ZC_ACCEPT_ENTER3) void clif_authok(struct map_session_data *sd) { #if PACKETVER < 20080102 const int cmd = 0x73; #elif PACKETVER < 20141022 const int cmd = 0x2eb; #elif PACKETVER < 20161228 <-- ( change it to 20170125 not make any difference ) const imt cmd = 0xa18; #else const int cmd = 0x2eb; #endif int fd = sd->fd; coz this can has been implemented already by lemongrass in newer rA
  4. i think u better attach is as code in here.. i'm using phone.. and to view the nemo patches list is not that easy using fone.
  5. check src/map/clif.h, src/common/utils.c & packet_db.txt there is a mistake in one of these files...
  6. Well.. u shouldn't expect it will work.. even it is not work on 2015 clients..
  7. dude... centos don't give me life in if i want view all the changes i have done using git diff command... the diff got NO colors to distinguish between the original contents / lines which got removed & added contents / lines.. u will see the diff more clearly on ubuntu.. the diff on ubuntu comes with green & red color which make u easier to notice the changes.. see the below screenshot... if u really optimize & utilize git diff & git diff command, i guess u should switch to ubuntu.. EDIT: -- markings are original contents / lines those u remove while ++ markings are added contents / lines
  8. Nope. Client 2017-03-29++ These icons attached together with the clients. They are not that icons that can simply imported to any clients. In fact. They comes together with the clients.
  9. dude.. this guy already patch the client.. so u no need to patch it anymore lol..
  10. please go through this link.. i'm not using centos, so i dunno how to fix this error. but, read somewhere in the link down below. centos 6 got this problem. u need to use centos 7 instead..
  11. rA no longer use make sql command.. instead it use make server command lol
  12. just go for ubuntu... if u working on rAthena using git diff command, u will see the diff more clearly on ubuntu.. the diff on ubuntu comes with green & red color which make u easier to notice the changes.. see the below screenshot... if u really optimize & utilize git diff & git status command, u will loves using ubuntu.. there are some mores advantages using ubuntu rather than on centos... customization & modification of apache webserver (adding virtual server) & phpmyadmin.. but for these 2, i don't think u will go that far for the customization & modification.. i'm prefer ubuntu not because of its stability reason, but bcoz it is more on handy & easy to use & manage (if u loves doing lots of customization & modification). if just doing default setup, i think it shouldn't be a problem (especially for beginners who are just to get things work around)
  13. yes. u need to setup it by urself. but during u about to rent digital ocean vps, u should choose over debian / ubuntu.. don't choose centos.. since u saying u want to look for digital ocean, u should know that there are plenty linux distrubutions are available.. i not really recommend centos. EDIT. i'm not saying i want to setup ur server. i'm saying based on my experience during setup the server, u will across lots of difficulties if using centos. so please don't get me wrong.
  14. @Ciel Phantomhive since @Albert has disable packet obfuscation on server side, he need to disable packet encryption on nemo patcher. perhaps u did not disable packet encryption on nemo patcher. there is just another possiblity of this unknown packet. @Albert please read more on following link
  15. paste the diff patch list of ur nemo patcher.
  16. u still missing something.. check back mrmagic guide.. u must enable RE client on server-side. since this is RE client.
  17. should be like this. 4. src/common/utils.c else if(date < 20151104) return 54; else if(date < 20170125) return 55; else if(date >= 20170125) return 56; else return 30; //default
  18. nope.. official clients support by rAthena only 2015 client. but u can find 2016-02-03 & 2016-12-28 because @Rytech of 3ceam has unpacked those clients... he unpacked those client for 3CeAM as he made those clients supported by it.. the latest u can found is 2017-01-5 client.. somebody release it under client release section..
  19. it is possible... in fact u can search in this forum for the guide.. just i want to give a sugesstion.. avoid using centos.. use debian / ubuntu instead... i'm doing service setup... i have encounter lots of difficulties / problem setup on centos.. but, in debian / ubuntu.. things going smoothly.. so, for starting.. i would advice u to use debian / ubuntu..
  20. just follow this guide.. it has already the server files.. but i think the server files is outdate already. so link below might provide u better guide in creating new one.
  21. this problem actually come from the nemo patcher failes in patching translate client, inform by @zackdreaver.. for info u can read it here.. https://github.com/zackdreaver/ROenglishRE/issues/17
  22. just change ur max char slots into multiply of 3, i.e. 18,21,24
  23. What the everything that u did? Perhaps u can comment it here. I cannot help if i dunno what the things & changes u have done.
×
×
  • Create New...