- Joined
- Feb 19, 2008
- Messages
- 29
- Reaction score
- 3
To do this, you need to correct such files:
Client
ItemSetOption.bmd
ItemSetType.bmd
Server
ItemSetOption.txt
ItemSetType.txt
To begin, select a items. In my case it is Phoenix Helm,Armor,Pants.
Open item.bmd and search it.
Helm's number is 3601
Armor's number is 4113
Pants's number is 4625
Then Translate these values into HEX
Helm is E11
Armor is 1011
Pants are 1211
Then Share values on 2 Groups
Helm is E-11
Armor is 10-11
Pants are 12-11
Then Translate second groups into DEC
Helm is 11-=>17 ;
Armor is 11-=>17 ;
Pants are 11-=>17 ;
Then open itemsetoption.txt(server) and create new line.
For this you need goehdtjdrnr's explain:
After this go to itemsettype.txt (server)
Add the items to correct groups (7 helms,8 armors,9 pants,.....)
In ItemSetOption.txt Must be the same items as in ItemSetType.txt.
Now go to client.
Open ItemSetOption.bmd
Add new line on number 2 (in my case)
Now enter the same value as on the server.
!!!!ItemsSetOption.bmd is different!!!!!
First goes options of set.
Then goes values of set.
Values are different too.
If you need <125 value thet write how it is.
If you wont 250 value (for strengh (for example))
then write -6 (I dont understand this :scratch
Edit:Explain:
250 = 256 - 6
200 = 256 - 56, need write "-56"
175 = 256 - 81, need write "-81"
If you need % then write real value (35(for example))
In FULLoptions Similarly.
Then go to ItemSetType.bmd
Find your item (in my case 3601-phoenix helm) and add it to group (in my case 2)
That is all!
If you have massege "file corrupted" then open your main in ollydbg.
RB ->search -> Search for -> All referenced text strings.
RB ->Search for text -> "file corrupted"
//select "Entire scope"
when find press enter
over a string find "JE SHORT ......."
JE change->JMP
RB -> select all
RB ->copy to executable
RB ->Save file (but rename main.exe!!!!)
That is all.
How to get new ancient items?
Go to TMT MUMAKER 1.5
Select item (in my case Phoenix helm) and get hex code.
Then change
11005062533F00000070000000000000
to
0x11005062533F00000570000000000000
Then go to Query Analiser
PUT This in SQL QUERY :
UPDATE warehouse SET Items =item_code WHERE AccountID = 'account'
And press F5
Remember to change active base from master to MuOnline.
Change the account for name of your account in game then
copy this hex code in place of item_code.
Credits:
[BoR]S@nek for guide "file corrupted"
[BoR]SharedNoob foru guide "Item numbers","Hex codes of items"
goehdtjdrnr for guide "itemsetoptions.txt"
I must write credits to editors?
If something is not right then tell!
Editor from <c>WebZen for ItemSetOption.bmd
Client
ItemSetOption.bmd
ItemSetType.bmd
Server
ItemSetOption.txt
ItemSetType.txt
To begin, select a items. In my case it is Phoenix Helm,Armor,Pants.
Open item.bmd and search it.

Helm's number is 3601
Armor's number is 4113
Pants's number is 4625
Then Translate these values into HEX
Helm is E11
Armor is 1011
Pants are 1211
Then Share values on 2 Groups
Helm is E-11
Armor is 10-11
Pants are 12-11
Then Translate second groups into DEC
Helm is 11-=>17 ;
Armor is 11-=>17 ;
Pants are 11-=>17 ;
Then open itemsetoption.txt(server) and create new line.

For this you need goehdtjdrnr's explain:
Code:
##### code :
// link number name option2-1 value option2-2 value option3-1 value option3-2 value option4-1 value option4-2 value option5-1 value option5-2 value option6-1 value option6-2 value option7-1 value option7-2 value option8 value option9 value full1 value full2 value full3 value full4 value full5 value 흑마법사 흑기사 요정 마검사 다크로드
// 흑기사
1 "무도가" 0 10 -1 -1 19 10 -1 -1 13 20 -1 -1 14 5 -1 -1 10 20 -1 -1 1 10 -1 -1 -1 -1 -1 -1 15 5 17 5 0 25 -1 -1 -1 -1 0 0 0 0 0
end
##### code explain :
1 : link number (set number)
"무도가" : set name
0 : option2-1 : first option for wearing 2 set items
---> 0 : increase strength
10 : value : increase strength + 10
-1 : option2-2 : second option for wearing 2 set items
---> -1 : meaning no option
-1 : meaning no value
--- 중간 생략 ---
15 : full1 : option 1 for wearing full set items
---> 15 : critical damage rate
5 : value : critical damage rate + 5%
17 : full2 : option 2 for wearing full set items
---> 17 : excellent damage rate
5 : value : excellent damage rate + 5%
0 : full3 : option 3 for wearing full set items
---> 0 : increase strength
25 : value : increase strength +25
--- 중간 생략 ---
##### option explain :
0 - increase strengh
1 - increase dexterity
2 - increase energe
3 - increase physics
5 - increase minimum attack damage
6 - increase maximum attack damage
7 - increase magic damage
8 - increase damage (maybe(by me))
9 - increase attack successfull rate
10 - increase defence
11 - increase maximum life
12 - increase maximum mana
13 - increase maximum AG
14 - increase AG
15 - critical damage rate
16 - increase critical damage
17 - excellent damage rate
18 - increase excellent damage
19 - increase skill damage
20 - double damage rate
21 - ignore enermy's defense
22 - increase shield's defence
23 - increase damage two handed weapon
Add the items to correct groups (7 helms,8 armors,9 pants,.....)

In ItemSetOption.txt Must be the same items as in ItemSetType.txt.
Now go to client.
Open ItemSetOption.bmd
Add new line on number 2 (in my case)
Now enter the same value as on the server.
!!!!ItemsSetOption.bmd is different!!!!!
First goes options of set.

Then goes values of set.
Values are different too.
If you need <125 value thet write how it is.
If you wont 250 value (for strengh (for example))
then write -6 (I dont understand this :scratch

Edit:Explain:
250 = 256 - 6
200 = 256 - 56, need write "-56"
175 = 256 - 81, need write "-81"
If you need % then write real value (35(for example))

In FULLoptions Similarly.
Then go to ItemSetType.bmd
Find your item (in my case 3601-phoenix helm) and add it to group (in my case 2)

That is all!
If you have massege "file corrupted" then open your main in ollydbg.
RB ->search -> Search for -> All referenced text strings.
RB ->Search for text -> "file corrupted"
//select "Entire scope"
when find press enter
over a string find "JE SHORT ......."
JE change->JMP
RB -> select all
RB ->copy to executable
RB ->Save file (but rename main.exe!!!!)
That is all.
How to get new ancient items?
Go to TMT MUMAKER 1.5
Select item (in my case Phoenix helm) and get hex code.

Then change
11005062533F00000070000000000000
to
0x11005062533F00000570000000000000
Then go to Query Analiser
PUT This in SQL QUERY :
UPDATE warehouse SET Items =item_code WHERE AccountID = 'account'
And press F5
Remember to change active base from master to MuOnline.
Change the account for name of your account in game then
copy this hex code in place of item_code.
Credits:
[BoR]S@nek for guide "file corrupted"
[BoR]SharedNoob foru guide "Item numbers","Hex codes of items"
goehdtjdrnr for guide "itemsetoptions.txt"
I must write credits to editors?
If something is not right then tell!
Editor from <c>WebZen for ItemSetOption.bmd
To view the content, you need to sign in or register
Last edited: