mrlongshen 22 Posted November 21, 2015 @@pink8791 turn off your antivirus Quote Share this post Link to post Share on other sites
Apacman 0 Posted November 28, 2015 (edited) // HEADER_CZ_SHORTCUTKEYBAR_ROTATE = 0xa01,struct PACKET_CZ_SHORTCUTKEYBAR_ROTATE { /* this+0x0 */ short PacketType /* this+0x2 */ char Rotate} should be a fun bit of learning for you hint: look in packets.h and clif.c at the pHotkey and how it does the clif_parse_hotkey Can someone make a PR for this? i'm not good at source edit thank you Any solution to this? I don't have a packets.h or I can't find it on my server folder. This is what I have in my clif.c /// Sends hotkey bar./// 02b9 { <is skill>.B <id>.L <count>.W }*27 (ZC_SHORTCUT_KEY_LIST)/// 07d9 { <is skill>.B <id>.L <count>.W }*36 (ZC_SHORTCUT_KEY_LIST_V2, PACKETVER >= 20090603)/// 07d9 { <is skill>.B <id>.L <count>.W }*38 (ZC_SHORTCUT_KEY_LIST_V2, PACKETVER >= 20090617)void clif_hotkeys_send(struct map_session_data *sd) {#ifdef HOTKEY_SAVING const int fd = sd->fd; int i; int offset = 2;#if PACKETVER < 20090603 const int cmd = 0x2b9;#elif PACKETVER < 20141022 const int cmd = 0x7d9;#else const int cmd = 0xa00; offset = 3;#endif if (!fd) return; WFIFOHEAD(fd, offset + MAX_HOTKEYS * 7); WFIFOW(fd, 0) = cmd; for(i = 0; i < MAX_HOTKEYS; i++) { WFIFOB(fd, offset + 0 + i * 7) = sd->status.hotkeys[i].type; // type: 0: item, 1: skill WFIFOL(fd, offset + 1 + i * 7) = sd->status.hotkeys[i].id; // item or skill ID WFIFOW(fd, offset + 5 + i * 7) = sd->status.hotkeys[i].lv; // item qty or skill level } WFIFOSET(fd, packet_len(cmd));#endif}/// Request to update a position on the hotkey bar (CZ_SHORTCUT_KEY_CHANGE)./// 02ba <index>.W <is skill>.B <id>.L <count>.Wvoid clif_parse_Hotkey(int fd, struct map_session_data *sd) {#ifdef HOTKEY_SAVING unsigned short idx; struct s_packet_db* info = &packet_db[sd->packet_ver][RFIFOW(fd,0)]; idx = RFIFOW(fd, info->pos[0]); if (idx >= MAX_HOTKEYS) return; sd->status.hotkeys[idx].type = RFIFOB(fd,info->pos[1]); sd->status.hotkeys[idx].id = RFIFOL(fd, info->pos[2]); sd->status.hotkeys[idx].lv = RFIFOW(fd, info->pos[3]);#endif} Also please take in mind I changed the Character slots in Accounts so players have 5 pages of characters (15 character slots in total) Edited November 28, 2015 by Apacman Quote Share this post Link to post Share on other sites
ace9010 0 Posted December 3, 2015 the link is dead .. any reupload? Quote Share this post Link to post Share on other sites
cJei 4 Posted December 28, 2015 Broken link do someone has a mirror of this? thanks in advance Quote Share this post Link to post Share on other sites
RodRich 6 Posted January 12, 2016 (edited) Is there someone who can solve this: I'm getting these errors when I play the hexed. I've tried to change this lua file many times, or even the spreditinfo path. I've tried to change the diff options, or even launch a hexed with any diff patch. I don't know what else could I do. @editProblem solved.It was a problem on my jobinheritlist.lub, I've changed that and it worked!!----------------------------------------------------------Now i've noted that message command should display a message on top of character, but it is doing the same of a dispbottom!! Is one who knows how to solve that? Edited January 12, 2016 by RodRich Quote Share this post Link to post Share on other sites
RagnarokOnline2015 4 Posted January 29, 2016 link does not work! who has a link to this client? and better to take a client to Hercules? Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted January 29, 2016 link does not work! who has a link to this client? and better to take a client to Hercules? http://herc.ws/board/files/file/238-2014-10-22bragexe/ 2 Hit` and RagnarokOnline2015 reacted to this Quote Share this post Link to post Share on other sites
RagnarokOnline2015 4 Posted January 29, 2016 link does not work! who has a link to this client? and better to take a client to Hercules? http://herc.ws/board/files/file/238-2014-10-22bragexe/ I need Patched client please Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted January 30, 2016 Patch it yourself with NEMO. The one on this topic wasn't patched either 1 RagnarokOnline2015 reacted to this Quote Share this post Link to post Share on other sites
jimboy09232 0 Posted April 26, 2016 the link is broken can't download please helo I want to have 2014-10-22 Ragexe Quote Share this post Link to post Share on other sites
tepek 0 Posted June 24, 2016 Hi! im using this new client, just curious on how to use the roulette? i already enabled the feature on the conf folder. yes. i also want to play lucky roulette and have enable it in battle.config. i use 2015-09-16 rag.exe. how to enable the lucky roulette in-game? Quote Share this post Link to post Share on other sites
15peaces 18 Posted June 27, 2016 Hi! im using this new client, just curious on how to use the roulette? i already enabled the feature on the conf folder. yes. i also want to play lucky roulette and have enable it in battle.config. i use 2015-09-16 rag.exe. how to enable the lucky roulette in-game? kRO removed this feature shortly after adding it, so I guess there is no way to enable it on 2015 ragexe... Quote Share this post Link to post Share on other sites
mauiboy 0 Posted August 30, 2016 Im using 2014-10-22b but my character deletion is bugged. text wont turn blue even i set the char_del_delay to 0, 30 and even 86400. Any suggestions? Btw im using rathena, i cant find any solutions in rathena forums. Quote Share this post Link to post Share on other sites
Tofee 0 Posted April 15, 2017 (edited) So that people would stop asking about patches present in the client, Here is a clean one with No Patches present. 2014-10-22bRagexe.rar is this normal http://imgur.com/XeL0LWb Edited April 15, 2017 by Tofee Quote Share this post Link to post Share on other sites
Mikegyver 9 Posted April 16, 2017 So that people would stop asking about patches present in the client, Here is a clean one with No Patches present. 2014-10-22bRagexe.rar is this normal http://imgur.com/XeL0LWb yup. it is normal. Because it's compiled on 20th of October 2014 but released on 22th. Quote Share this post Link to post Share on other sites
Hit` 3 Posted July 1, 2017 Hi. Does anyone have a working link? The link above provided by Sir @Dastgir does not seem to work, it seems liek the file is removed. Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted July 2, 2017 https://mega.co.nz/#!EtcjBYqK!lAjnrjCgpyXvu_L909vakVW_twTplrqe4wVZ-VmAa6g Quote Share this post Link to post Share on other sites
Gomez 0 Posted July 2, 2017 (edited) Hello. Sorry for this very noob question. I did set hercules server on my pc. Now i want to test it. I decided to install 20141022 client. Dastgir 's post has a link to Ragexe file. But what will i do with that file? It does not run.... Should i download full Client? Then copy this ragexe to the client folder? or what.... i really have no idea..please help.... edit: The "full client" i will download should be a specific one? i mean does it have to be a "20141022 full client" or can it be "ANY" client ? Edited July 2, 2017 by Gomez added new question Quote Share this post Link to post Share on other sites
Fizik 2 Posted July 8, 2017 On 30.08.2016 at 1:06 PM, mauiboy said: Im using 2014-10-22b but my character deletion is bugged. text wont turn blue even i set the char_del_delay to 0, 30 and even 86400. Any suggestions? Btw im using rathena, i cant find any solutions in rathena forums. Just change in your src/common/mmo.h This ( 78 position (alt+g and whrite 78) #if defined(PACKETVER_RE) && ( PACKETVER == 20120410 || PACKETVER == 20120418 || PACKETVER == 20141022) Quote Share this post Link to post Share on other sites
THPO 7 Posted August 8, 2017 anyone has Full Client Download? Quote Share this post Link to post Share on other sites