Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Add new Armor set

Status
Not open for further replies.
The Penguinator
Legend
Joined
Jul 29, 2004
Messages
2,363
Reaction score
45
Attention!!! For now, this is for 0.97J serverfiles only, unless you know how to hex the main.exe correctly. This only works because Darkside team added extra Test Side Armor Sets in server side and also in main.exe, which ppl can change if they know how to do it. I don't know poop about editing main.exe that way, but that job was done by Darkside team in version 0.97J so.

What I did was the following:

- I reskinned the following files:
boots_03.ozj
gloves_03.ozj
head_03.ozj
lower_03_m.ozj
lower_03b_m.ozt
upper_03_m.ozj

=

Dragon Armor set (Now changed to blue)

- I renamed the edited files to:
boots_30.ozj
gloves_30.ozj
head_30.ozj
lower_30_m.ozj
lower_30b_m.ozt
upper_30_m.ozj

- I hexed the following .bmd files (Dont forget to save to a new file, dont overwrite the old ones):
PantMale02.bmd
ArmorMale02.bmd
BootMale02.bmd
GloveMale02.bmd
HelmMale02.bmd

When I hexed these files I looked for:
boots_03.jpg (in BootMale02.bmd)
gloves_03.jpg (in GloveMale02.bmd)
head_03.jpg (in HelmMale02.bmd)
lower_03_m.jpg (in PantMale02.bmd)
lower_03b_m.tga (in PantMale02.bmd)
upper_03_m.jpg (in ArmorMale02.bmd)

and hexed it so it said:
boots_30.jpg
gloves_30.jpg
head_30.jpg
lower_30_m.jpg
lower_30b_m.tga
upper_30_m.jpg

in each .bmd file respectively of course (Again, don't forget to save these hexed files to new files, dont overwrite the old ones)

- After this I edited the names of the edited .bmd files to:
PantMale30.bmd
ArmorMale30.bmd
BootMale30.bmd
GloveMale30.bmd
HelmMale30.bmd

- After this I edited serverside, item(kor).txt in data/lang/kor folder:

I changed the following (to same stats as normal dragon armor):

29 2 2 1 1 1 "Test Side Helm" 199 39 0 80 205 62 0 0 0 0

to

29 2 2 1 1 1 "Blue Dragon Helm" 57 24 0 68 120 30 0 1 0 0

---

29 2 3 1 1 1 "Test Side Armor" 199 55 0 82 170 70 0 0 0 0

to

29 2 3 1 1 1 "Blue Dragon Armor" 59 37 0 68 120 30 0 1 0 1

---

29 2 2 1 1 1 "Test Side Pants" 199 44 0 82 150 70 0 0 0 0

to

29 2 2 1 1 1 "Blue Dragon Pants" 55 26 0 68 120 30 0 1 0 1

---

29 2 2 1 1 1 "Test Side Gloves" 199 29 7 82 150 70 0 0 0 0

to

29 2 2 1 1 1 "Blue Dragon Gloves" 52 14 6 68 120 30 0 1 0 1

---

29 2 2 1 1 1 "Test Side Boots" 199 32 2 82 150 70 0 0 0 0

to

29 2 2 1 1 1 "Blue Dragon Boots" 54 15 2 68 120 30 0 1 0 1

- After this I edited client-side, item.bmd in data/local folder:

I used bmd editor (Go here if you dont have it yet) to edit item.bmd to item.bmd.bin

Then I searched for the following things and hexed it to the following:

5445533120536964652048656C6D65740000000000000000000000000000005C020200000027000000500000CD003E0000000000000000000000000000000000

to

426C756520447261676F6E2048656C6D0000000000000000000000000000003902020000001800000044000078001E0000000000000000000001000000000000

---

5465737420536964652041726D6F72000000000000000000000000000000006B020300000037000000520000AA00460000000000000000000000000000000000

(Only the first one you encounter when you search for this)
to

426C756520447261676F6E2041726D6F7200000000000000000000000000003B02030000002500000044000078001E0000000000000000000001000100000000

---

5465737420536964652050616E7473000000000000000000000000000000006302020000002C0000005200009600460000000000000000000000000000000000

(Only the first one you encounter when you search for this)
to

426C756520447261676F6E2050616E747300000000000000000000000000003702020000001A00000044000078001E0000000000000000000001000100000000

---

54657331205369646520476C6F7665730000000000000000000000000000005802020000001D0007005200009600460000000000000000000000000000000000

to

426C756520447261676F6E20476C6F766573000000000000000000000000003402020000000E00060044000078001E0000000000000000000001000100000000

---

54657374205369646520426F6F7473000000000000000000000000000000005C0202000000200000025200009600460000000000000000000000000000000000

(Only the first one you encounter when you search for this)
to

426C756520447261676F6E20426F6F747300000000000000000000000000003602020000000F00000244000078001E0000000000000000000001000100000000

You save the file and use the BMD editor to change item.bmd.bin back to item.bmd

I attached an updated muitem.mdb file for ppl who use MuEditor 2.1 by skyteam (I'll attach that aswell so ppl can use it ;)) and want to add it to vault or character. [offtopic] Sky-team, you guys own!!! [/offtopic]

After this you're done adding :)

You can also try to do it with another set different from the Dragon Armor Set, the only thing you have to change is the .ozj, .ozt and .bmd files you edit and the name you call your new armor set.

I hope you liked the guide and I hope you like the new armor :) (I also added a screenshot so you can see that it's working)

To make it easier for ppl to add the new dragon armor, I also attached a zipfile with the files, the only thing you have to do is item(kor).txt (serverside) and item.bmd (client side)

Have fun, good luck and remember: Unless you know how to hex main.exe correctly, this release only works on version 0.97J by Darkside Team...

Edit: You'll be seeing more stuff from me about this in the future, because as I can see from the item(kor).txt, Darkside team added 3 Test Side Armor Sets, 4 Test Side Swords, 1 Test Side Mace, 1 Test Side Spear and 2 Test Side Crossbows, all ready to be added :D

Edit 2: I tried this trick with Swords and Spears and it doesnt work, so I guess this is armor only for now...
 

Attachments

You must be registered for see attachments list
Last edited:
Skilled Illusionist
Joined
Aug 5, 2005
Messages
337
Reaction score
0
Very nice dude, great detailing. Can you show us a pic of it +11?
 
The Penguinator
Legend
Joined
Jul 29, 2004
Messages
2,363
Reaction score
45
Bejike said:
Very nice dude, great detailing. Can you show us a pic of it +11?

Sure, if you hang on 1 sec Ill add it to this post

Edit: Here ya go :)
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Jun 25, 2004
Messages
79
Reaction score
0
lol dude GOOD GOOD XD new armor xD i will try to make one with a new name and stats XD
 
Skilled Illusionist
Joined
Aug 5, 2005
Messages
337
Reaction score
0
Hey if it's cool, may I make a request from you? :)
 
Initiate Mage
Joined
Jul 13, 2005
Messages
4
Reaction score
0
Any chance of making a 97D version? It looks awesome. :thumbup: :thumbup:
 
Last edited:
Junior Spellweaver
Joined
Apr 27, 2005
Messages
124
Reaction score
62
Boko said:
Sure, if you hang on 1 sec Ill add it to this post
Edit: Here ya go :)


pretty cool... :)

Well had that idea before, now a small hint = use pictures from one armor, substitude with another bmd = who a la, kinda new looking armor :)
 
Junior Spellweaver
Joined
Apr 27, 2005
Messages
124
Reaction score
62
intruder5 said:
pretty cool... :)
Well had that idea before, now a small hint = use pictures from one armor, substitude with another bmd = who a la, kinda new looking armor :)

almost forgot, contact me at darkav@hotmail.com i probably have an interesting project for you :)
 
Initiate Mage
Joined
Jan 13, 2005
Messages
1
Reaction score
0
very nice!!!!, i put that set in my server, i make in the midle of black dragon and phoenix, its really easy to make (with bmd editor).


tanx man
 
Junior Spellweaver
Joined
Mar 22, 2004
Messages
103
Reaction score
1
~AkiERo said:
great
i will try add it in 99B+ :):)

u can't add it in 0.99 because item.bmd will be corrupted if u will add a new line and main.exe will notice that
till someone will find a way to make 0.99 main.exe to skip bmd check we are stuck
i did it with 0.97 main one year ago, but 0.99 have protection and i can't work with olly with him
 
Newbie Spellweaver
Joined
Aug 19, 2005
Messages
63
Reaction score
0
daddy said:
u can't add it in 0.99 because item.bmd will be corrupted if u will add a new line and main.exe will notice that
till someone will find a way to make 0.99 main.exe to skip bmd check we are stuck
i did it with 0.97 main one year ago, but 0.99 have protection and i can't work with olly with him


you can change the serial of item.bmd from 97's to 99's serial
and the 97 item.bmd won't be corrupted
 
Junior Spellweaver
Joined
Mar 22, 2004
Messages
103
Reaction score
1
~AkiERo said:
you can change the serial of item.bmd from 97's to 99's serial
and the 97 item.bmd won't be corrupted

i don't understand you

serial ? item.bmd
since when item.bmd have a serial
i think main.exe have serial
please be more specific, maybe there is something i don't know
 
Status
Not open for further replies.
Back
Top