Hmm.. Im thinking that is this a client exe error? Meaning the client exe max supported item ID's is only 32767. Is this correct? Anyone can validate this?
@Filgaja, same error occured. i recompile my server and changed the following:
packet_db.txt
packet_db_ver: 38
common/mmo.h
#ifndef PACKETVER
#define PACKETVER 20130605
#endif
clientinfo.xml
<servertype>primary</servertype>
<connection>
<display>RO</display>
<balloon>Ragnarok Online</balloon>
<desc>Ragnarok Online Private Server</desc>
<address>x.x.xxx.xxx</address>
<port>6900</port>
<version>38</version>
<langtype>0</langtype>
should i copy the packets (http://pastebin.com/kvUf4DNM) to my packet_db.txt? can't figure the problem. Im always rejecting the server.
EDIT:
okay i just got it now.. it seems the Loki launcher is has an error.. I am able to connect using R.O.L.E.X. Launcher. I think the MD5 thing has to do with it.
i have no Aura's when im using lvl 255 character.
in my client.conf
// Maximum allowed 'level' value that can be sent in unit packets.
// Use together with the aura_lv setting to tell when exactly to show the aura.
// NOTE: You also need to adjust the client if you want this to work.
// NOTE: Default is 99. Values above 127 will probably behave incorrectly.
// NOTE: If you don't know what this does, don't change it!!!
max_lv: 255
// Level required to display an aura.
// NOTE: This assumes that sending max_lv to the client will display the aura.
// NOTE: aura_lv must not be less than max_lv.
// Example: If max_lv is 99 and aura_lv is 150, characters with level 99~149
// will be sent as being all level 98, and only characters with level
// 150 or more will be reported as having level 99 and show an aura.
aura_lv: 255
Is there other option to enable the Aura in lvl 255? Please help.
Thanks.
Great! that was very nice of you
btw, my Client crash when i use L.O.V., Magic Crasher, Meteor skills & Comet. How to arrest that problem? Its working on 2012-06-18 client before, but now in 2013-06-05, my client always crash.
oh i see.. hmmm.. where i can get that updated msgstringtable.txt? i have already looked to the Hercules client release but unfortunately, they dont have the latest.
Hi Shakto,
There is missing in the client translation in creating a player. (see image)
to change this, search in Hex Value 4E4F204D5347 and replace it with 437265617465. (see image below)
How about the Korean Language? All skills are in Korean language (not ASCII code). How to change it in English?
P.S. im using the latest lua file released in Hercules website.
Thanks.
Yes, both are checked.
Below are the patch that i applied in my client.
Allow space in guild name
Change Gravity Error Handler
Custom Window Title
customWindowTitle
Disable 4 Letter UserCharacter Limit
Disable 4 Letter UserID Limit
Disable 4 Letter UserPassword Limit
Disable Ragexe Filename Check
Disable Hallucination Wavy Screen
Disable HShield
Disable Packet Encryption
Enable 64k Hairstyle
Enable Ascii
Enable Custom 3D Bones
Enable Multiple GRFs
Extended Chat Box
Extended Chat Room Box
ExtendNpcBox
Extended PM Box
Fix Camera Angles
@ Bug Fix (Recommended)
Ignore Missing File Error
Ignore Missing Palette Error
Increase Screenshot Quality
Increase Headgear ViewID to 5000
Load ItemInfo.lua before lub
KOREA ServiceType XML Fix
Disable Quake skill effect
Read Data Folder First
Read msgstringtable.txt
Read questid2display.txt
Remove Gravity Ads
Remove Gravity Logo
Remove Hourly Annonce
Remove Serial Display
Disable Nagle Algorithm
Shared Body Palettes Type1
Shared Head Palettes Type1
Skip License Screen
Translate Client In English
Use Custom Aura Sprites
Use Normal Guild Brackets
Use Ragnarok Icon
Hi Shakto,
I don't have errors on server but my client was forcing to auto close (MyRO.exe has stopped working) when i go to "Character Select".
Is this a client file error or something?
Please help.
Thanks.