2014-10-22 Client Download

Hello Hercules, its been a while
default_biggrin.png


here i present a new client, which requires a fully updated kRO and Hercules.

https://mega.co.nz/#!kYRAFRqJ!GF4vLIcOKQHsIQkCgZ2oGbXiJaxRsmn1ldohBgOXi3I

its already patched with some options, which i needed for testing..

..Disable Ahnlab

..Disable ragexe filename check

..Read msgstringtable

..Read datafolder first

NEMO Patcher should work for most things, but there may be some patches that are broken.

<3
Is this the latest 2014 client version Hercules support?

Can you put it on Github or Mediafire instead of Megaupload? I can't download from there 
default_unsure.png


I am looking for a client that able to run on Linux (using WINE, PlayOnLinux is not an option it consume too many RAM), I used the 2014-02-05 but it always crashes on WINE

 
Last edited by a moderator:
I edit massively database of monsters. Using Excel tables and arranging the data according to what I needed.

This new system has resulted in me ... really quite annoying.

This system is good for those who find it difficult to find or handle data of a few monsters.

But for those who need to edit hundreds of monsters quickly.
This is a headache.

I would have preferred that we possibly can choose the type of database to be used rather than force us to use a single method.

 
Someone heave link dowload Ragexe 2014-10-22, Can share me please?

 
Last edited by a moderator:
// 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
default_smile.png


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
default_sad.png


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.type; // type: 0: item, 1: skill WFIFOL(fd, offset + 1 + i * 7) = sd->status.hotkeys.id; // item or skill ID WFIFOW(fd, offset + 5 + i * 7) = sd->status.hotkeys.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)

 
Last edited by a moderator:
Is there someone who can solve this:

lua_erro.jpg


lua_erro_2.jpg


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. 


@edit


Problem 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?

 
Last edited by a moderator:
Patch it yourself with NEMO.

The one on this topic wasn't patched either

 
Last edited by a moderator:
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?

 
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...

 
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.

screenrAthena011.jpg


 
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.

 
Back
Top