King 0328 Release

Join Discord

Hazuki

VIP
VIP
Apr 14, 2004
3,459
38
285
United Kingdom
Re: King 0328 Relase

Nice guide Azura, only thing I would add is to save lots and different versions to go back incase you mess up.
 

Azura

Mir3 Coder & Adviser
Mar 12, 2005
3,249
111
300
Re: King 0328 Relase

Nice guide Azura, only thing I would add is to save lots and different versions to go back incase you mess up.

This is why I like Ultraedit as it automatically make a .exe.bak files with every new save you do.

Also good to do it bit by bit so you know where errors you possibly make are.

Sorry if the guide is hard to understand I will make another in time, it was a very quick reply to your question.
 
Last edited:

Ashran

Golden Oldie
Golden Oldie
Dec 11, 2007
611
9
125
Palma, Mallorca
Re: King 0328 Relase

It's great! ^^ But it's a hard work
/
Ehhh imagine: there's a chinese sentence with 5 "letters" and 2 "." -> XXXXX..
So I can put 10 letters + 2, not? -> aaaaaaaaaabb.

If I need to put more letters, how i do?
A lot of thanks for everything
 
Last edited:

Azura

Mir3 Coder & Adviser
Mar 12, 2005
3,249
111
300
Re: King 0328 Relase

It's great! ^^ But it's a hard work
/
Ehhh imagine: there's a chinese sentence with 5 "letters" and 2 "." -> XXXXX..
So I can put 10 letters + 2, not? -> aaaaaaaaaabb.

If I need to put more letters, how i do?
A lot of thanks for everything

Can you post the chinnese and what your translating it to?
 

Baldasor

Dedicated Member
Dedicated Member
Jan 3, 2008
179
0
63
Re: King 0328 Relase

Do not know why, but I Cap 255, will not let me change the level and the items do not go to 255
 

Ashran

Golden Oldie
Golden Oldie
Dec 11, 2007
611
9
125
Palma, Mallorca
Re: King 0328 Relase

Well, I have this: there's a character, two chinese (double) characters, and 2 extra points => 7 character. @HIDEHORSE => 10 characters.
hidehorse.png

How I do it if I don't want to erase the following sentence?

Thanks

**
Now I see that UE has a function to add bytes... Using this, I could complete it...
 
Last edited:

Kaori

LOMCN MiR3 Queen!
VIP
Jun 3, 2004
3,584
38
285
Canada
Re: King 0328 Relase

you can only overwrite things in ultra edit.
to insert you'll need to recompile the exe.
 

jonathan508

Golden Oldie
Golden Oldie
Dec 27, 2007
623
11
125
Europe
Re: King 0328 Relase

Nice guide azura but i dont understand im very noob xD.

Mail box is bugged Any know why :S
090609011019mir3.jpg


Oh im translate skills and books but when i make book and i double click book dont work :S
 
Last edited:

greatbat

Dedicated Member
Dedicated Member
Sep 8, 2007
13
0
47
Re: King 0328 Relase

Hi all

I got the
Code:
客户端版本未更新,请及时更 新客户端
Client version is not updated, please update the client.
Error when i log on the server. Duno what to do, checked and do all that I can think about. Any ideas ?
 

Kaori

LOMCN MiR3 Queen!
VIP
Jun 3, 2004
3,584
38
285
Canada
Re: King 0328 Relase

You can try one of these 2.

1. To compile, you need the source code.

2. PE Explorer might help.

You have the option to edit the name to something even shorter. @hhor
 

Ashran

Golden Oldie
Golden Oldie
Dec 11, 2007
611
9
125
Palma, Mallorca
Re: King 0328 Relase

Mmm, PE Explorer doesn't show anything from k3mir3.exe, and I don't have the source code, obviusly.

But I've seen that k3mir3E.exe used in other files has more "space", so it has @HIDEHORSE, I suppose that somebody translated it. There's any other way?

/

Like this
hidehorse2.png
 
Last edited:

Ashran

Golden Oldie
Golden Oldie
Dec 11, 2007
611
9
125
Palma, Mallorca
Re: King 0328 Relase

Well, well, when I try to send a DHL or a letter, it gives me this error:

(When I try to send a DHL, I get only a red message on chat, but when I try to send a letter, I get that message and a pop-up window):

mailv.png
 

kyeron

LOMCN Veteran
Veteran
Loyal Member
Sep 28, 2008
296
1
45
timisoara
Re: King 0328 Relase

look in ur chat files and translate the error , not sure but i think it tells u that the char doesnt exist (dont rem but on 3.55 i think u could send a mirmail to any1 , on king the char u send to needs to exist in the db , and u cant send via mail "private items(sql-reserved line = 128)"/disapearing items.
 

Hazuki

VIP
VIP
Apr 14, 2004
3,459
38
285
United Kingdom
Re: King 0328 Relase

For anyone who wants to test skills, below is a quick script that adds all skills to character.
Code:
[@main]
#SAY
<Add Skills/@addskills> \ \
<Exit/@exit>

[@addskills]
#IF
checkjob warrior
#ACT
actcmd addmagic 基本剑术 5
actcmd addmagic 攻杀剑术 5
actcmd addmagic 刺杀剑术 5
actcmd addmagic 半月弯刀 5
actcmd addmagic 野蛮冲撞 5
actcmd addmagic 烈火剑法 5
actcmd addmagic 翔空剑法 5
actcmd addmagic 莲月剑法 5
actcmd addmagic 十方斩 5
actcmd addmagic 乾坤大挪移 5
actcmd addmagic 铁布杉 5
actcmd addmagic 斗转星移 5
actcmd addmagic 运气术 5
actcmd addmagic 破血狂杀 5
actcmd addmagic 快刀斩麻 5
actcmd addmagic 狂暴冲撞 5
actcmd addmagic 金刚之躯 5
actcmd addmagic 移花接木 5
actcmd addmagic 泰山压顶 5
actcmd addmagic 旋风斩 5
actcmd addmagic 君临步 5
actcmd addmagic 屠龙斩 5
break

#if
checkjob wizard
#act
actcmd addmagic 火球术 5
actcmd addmagic 霹雳掌 5
actcmd addmagic 冰月神掌 5
actcmd addmagic 风掌 5
actcmd addmagic 抗拒火环 5
actcmd addmagic 诱惑之光 5
actcmd addmagic 瞬息移动 5
actcmd addmagic 大火球 5
actcmd addmagic 雷电术 5
actcmd addmagic 冰月震天 5
actcmd addmagic 击风 5
actcmd addmagic 地狱火 5
actcmd addmagic 疾光电影 5
actcmd addmagic 冰沙掌 5
actcmd addmagic 风震天 5
actcmd addmagic 火墙 5
actcmd addmagic 圣言术 5
actcmd addmagic 异形换位 5
actcmd addmagic 魔法盾 5
actcmd addmagic 爆裂火焰 5
actcmd addmagic 地狱雷光 5
actcmd addmagic 冰咆哮 5
actcmd addmagic 龙卷风 5
actcmd addmagic 魄冰刺 5
actcmd addmagic 怒神霹雳 5
actcmd addmagic 焰天火雨 5
actcmd addmagic 凝血离魂 5
actcmd addmagic 旋风墙 5
actcmd addmagic 天打雷劈 5
actcmd addmagic 闪电雷鸣 5
actcmd addmagic 分身术 5
actcmd addmagic 混元掌 5
actcmd addmagic 透心链 5
actcmd addmagic 魔爆术 5
actcmd addmagic 地狱魔焰 5
actcmd addmagic 魔光盾 5
actcmd addmagic 焚魂魔功 5
break

#if
checkjob taoist
#act
actcmd addmagic 治愈术 5
actcmd addmagic 精神力战法 5
actcmd addmagic 施毒术 5
actcmd addmagic 灵魂火符 5
actcmd addmagic 月魂断玉 5
actcmd addmagic 召唤骷髅 5
actcmd addmagic 隐身术 5
actcmd addmagic 幽灵盾 5
actcmd addmagic 集体隐身术 5
actcmd addmagic 月魂灵波 5
actcmd addmagic 神圣战甲术 5
actcmd addmagic 困魔咒 5
actcmd addmagic 空拳刀法 5
actcmd addmagic 强魔震法 5
actcmd addmagic 召唤神兽 5
actcmd addmagic 群体治愈术 5
actcmd addmagic 超强召唤骷髅 5
actcmd addmagic 猛虎强势 5
actcmd addmagic 回生术 5
actcmd addmagic 云寂术 5
actcmd addmagic 移花接玉 5
actcmd addmagic 妙影无踪 5
actcmd addmagic 阴阳法环 5
actcmd addmagic 养生术 5
actcmd addmagic 吸星大法 5
actcmd addmagic 灭魂火符 5
actcmd addmagic 施毒大法 5
actcmd addmagic 迷魂大法 5
actcmd addmagic 横扫千军 5
actcmd addmagic 神灵守护 5
actcmd addmagic 月明波 5
actcmd addmagic 召唤圣兽 5
actcmd addmagic 隐魂术 5
actcmd addmagic 心灵启示 5
break
 

Ashran

Golden Oldie
Golden Oldie
Dec 11, 2007
611
9
125
Palma, Mallorca
Re: King 0328 Relase

look in ur chat files and translate the error , not sure but i think it tells u that the char doesnt exist (dont rem but on 3.55 i think u could send a mirmail to any1 , on king the char u send to needs to exist in the db , and u cant send via mail "private items(sql-reserved line = 128)"/disapearing items.
I can't send Gold to an existing player, :S