2013 Ragexe Area

lol looks like you missed a byte shakto
default_tongue.png


Code:
Find:    BE C6 C0 CC C5 DB 20 BA F1 B1 B3Replace: 49 74 65 6d 20 43 6d 70 61 72 65 
 
brathena has the implementation for this,

but if you want a quick fix:

OPTION_PLACEHOLDER = 0x08000000,

OPTION_MOUNTING = 0x10000000,

and that should fix it.

 
I tried to add the brathena patch but it doesn't work :/

I'll try this 

OPTION_HANBOK    = 0x08000000,
OPTION_MOUNTING  = 0x10000000,
 
i had

OPTION_MOUNTING  = 0x08000000,
OPTION_HANBOK    = 0x10000000,
 

 
Last edited by a moderator:
oh okay O.o

but i tested my way above just to get mounting back, didn't really care for hanbok

 
Ok, my way works, now i'll try an item to change to hanbok
default_smile.png


Edit : Ok my patch works for setoption hanbok
default_smile.png


(i've dragon breath water from brathena too working fine)

 
Last edited by a moderator:
Finally added all the English translations known so far into diff file <that took a while
default_tongue.png
> .

Updated Diff File =>  http://www.mediafire.com/download.php?o52ncrpo44nzeq9

Why a v2? Cause there were too many hex edits added that I just wanted to keep the old one as a backup (in case i screwed up somewhere)

Included Updates:

1)  Translate Client into English now does all the known translations so far (Including the Alt + E one).

2)  Enable Arial on All Langtypes (Since the new hex was found to be working by some people I have added it).

3)  Extend NPC Dialog Fixed

4)  Fix for Taekwon Branch Classes for Langtype 0 (Avoid converting name to Korean)
Updates to be done soon:

1)  Custom Window Title

2)  Enable DNS Support - Space is there for adding code. Just need to find the logic.
So the impending question is ...Are there any major diffs left over that needs attention?

 
does enable aura past 99/150 still exist in 2013?

looks like aura triggers immediately at 175 for 3rd classes, and dissapear after 175

 
Finally added all the English translations known so far into diff file <that took a while
default_tongue.png
> .

Updated Diff File =>  http://www.mediafire.com/download.php?o52ncrpo44nzeq9

Why a v2? Cause there were too many hex edits added that I just wanted to keep the old one as a backup (in case i screwed up somewhere)

Included Updates:

1)  Translate Client into English now does all the known translations so far (Including the Alt + E one).

2)  Enable Arial on All Langtypes (Since the new hex was found to be working by some people I have added it).

3)  Extend NPC Dialog Fixed

4)  Fix for Taekwon Branch Classes for Langtype 0 (Avoid converting name to Korean)
Updates to be done soon:

> 


1)  Custom Window Title

2)  Enable DNS Support - Space is there for adding code. Just need to find the logic.
So the impending question is ...Are there any major diffs left over that needs attention?
having hackshield error using this new diff patch file.

 
@MStream Something is wrong with your V2 Diff. Translate Client into English  gave me Error but i Ignore this and Translation work 

But your Extendend NPC Dialog dosent work for me. Is it the same as this here ? That work for me.

@Judas & Shakto OK so about NPC Dialog Extend. Can someone test these? Looks like the Extend NPC Diff was incomplete. This should ( in theory )
change the buffer size to 4096 bytes
 
 
Find:    81 EC 08 08 00 00 A1 70 F0 99 00 33 C4 89 84 24 04 08 00 00 56 8B C1 57 8B BC 24 14 08 00 00 
Replace: 81 EC 04 10 00 00 A1 70 F0 99 00 33 C4 89 84 24 00 10 00 00 56 8B C1 57 8B BC 24 10 10 00 00 
 
Find:    FF D2 8B 8C 24 0C 08 00 00 5F 5E 33 CC E8 75 46 0C 00 81 C4 08 08 00 00
Replace: FF D2 8B 8C 24 08 10 00 00 5F 5E 33 CC E8 75 46 0C 00 81 C4 04 10 00 00 
 
Back
Top