Someone suggested to have a client bug release section. So why not start here.
My internship went well, and I have some time to contribute some fixes here and there.
This topic will primarily be used to post what bugs/issues people have with each client date they use.
2011-11-22+
- Supports sprites Kagerou and Oborou
- Hair Styles capped at 27
- Can't disable multi windows
- Read data folder first doesn't work correctly
- Load lua before lub isn't recommended
- Favorite tab supported
2011-12-20b+
- Homunculus Interface updated
- Uses new AI setups
-> require is now dofile
2012-05-15+
- Crash on Firewalk/Lightning Walk/Quagmire
->Use skill walk a little bit, and @warp to new location causes window error and exit
(No Gravity Crash)
2012-08+
- Weediff, All patches broken...
- Only one that is supported is restore login window
============
Fixes -
ShadowTables: (luafiles514/lua files/datainfo) [2012-05+]
http://www.sendspace.com/file/m7v6ds
http://rathena.org/board/topic/69896-request-shadowtablelua/#entry136929 ( Mirror Link )
Hex Creation Method: (When you create a new character, text on top)
http://rathena.org/b...r-2012-clients/
Tetra Vortex Temp Fix: (Need Hex Editor - I use hex workshop)
- Ctrl+F, select text and find tv-8
- We want to override tv-1 through tv-8
- Override tv-8.bmp with 90
- Jump over to where tv-7.bmp begins and override with 90
- And so on...
-> Ex. - 74762D312E626D70 be replaced with 90 [tv-1.bmp]
Body Relocation Fix: (2012 Clients Mainly)
-Fixed in latest rAthena already
http://trac.rathena....t/16541/rathena
Disable Battle and Booking Buttons: (Need Hex Editor)
- Find \basic_interface\booking
-> Replace booking part with 90
- Find \basic_interface\btn_battle_field
-> Replace btn_battle_field with 90
this has probably been brought up, but in rdata.grf
there is a jobidentity.lub file now.
This looks like it will be an easier way to add custom jobs instead going inside the client.
I took a look at it, but it seems kro doesn't support it for now. I checked the _f and no support for now, but maybe in the future
Example Layout:
["JT_WARLOCK"] = 4212,
["JT_2004_JOB_LAST"] = 4215,
12622,Reins_Of_Mounts,Reins Of Mounts,2,500,,0,,,,,0xFFFFFFFF,7,2,,,,,,{ sc_start SC_ALL_RIDING,-1,1; },{},{sc_end SC_ALL_RIDING; }
something like that should work,
some people report they have click delay on 11-22, some ppl don't