0% found this document useful (0 votes)
3K views

(Guide) How To Add NEW Ancient Items On Your Server. - RaGEZONE Forums PDF

game mu online

Uploaded by

qwertyu
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3K views

(Guide) How To Add NEW Ancient Items On Your Server. - RaGEZONE Forums PDF

game mu online

Uploaded by

qwertyu
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 12

[Guide] How to add NEW ancient items on your server.

- RaGEZONE forums

Welcome to the RaGEZONE - MMORPG development

Login:

forums.

User Name
G

Register Forum

Today's Posts

Advanced Search

Password
G

FAQ
G

Remember Me?

News
G

Community Forum Actions Quick Links


G G

General War Raffles

What's New?

Forum MMO Zone MMO and MMORPG Developments MU Online MU Tutorials [Guide] How to add NEW ancient items on your server. 1.

How to add NEW ancient items on your server. This is a discussion on How to add NEW ancient items on your server. within the MU Tutorials forums, part of the MU Online category; To do this, you need to correct such files: Client ItemSetOption.bmd ItemSetType.bmd Server ItemSetOption.txt ItemSetType.txt To begin, select a items. ... Page 1 of 41234 Last
Results 1 to 15 of 54
LinkBack

Thread Tools

1.

03-09-08 #1

sanjaa
Member

Rank Member Join Date Feb 2008


http://forum.ragezone.com/f196/add-new-ancient-items-server-462646/ (1 of 12)18/08/2013 14:06:56

[Guide] How to add NEW ancient items on your server. - RaGEZONE forums

Location in the yard Posts 52 Liked 1 How to add NEW ancient items on your server. 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.
Click here to view the original image of 704x209px and 6KB.

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 --- --http://forum.ragezone.com/f196/add-new-ancient-items-server-462646/ (2 of 12)18/08/2013 14:06:56

[Guide] How to add NEW ancient items on your server. - RaGEZONE forums

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

After this go to itemsettype.txt (server) Add the items to correct groups (7 helms,8 armors,9 pants,.....)
Click here to view the original image of 704x209px and 3KB.

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.
Click here to view the original image of 704x209px and 3KB.

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))
http://forum.ragezone.com/f196/add-new-ancient-items-server-462646/ (3 of 12)18/08/2013 14:06:56

[Guide] How to add NEW ancient items on your server. - RaGEZONE forums

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
http://forum.ragezone.com/f196/add-new-ancient-items-server-462646/ (4 of 12)18/08/2013 14:06:56

[Guide] How to add NEW ancient items on your server. - RaGEZONE forums

http://rs548.rapidshare.com/files/16...oolProject.rar
Last edited by sanjaa; 30-01-10 at 09:52 PM.

<c>WebZen likes this. Reply With Quote

2.

3.

03-09-08 #2

kate beckinsale
Member

Rank Member Join Date Aug 2006 Posts 36 Liked 0 Re: [Guide]How to add NEW ancient items on your server. what tool did you use to edit ItemSetOption.bmd and ItemSetType.bmd? ]Btw thank very good guide :)

Originally Posted by Jesus

Kate beckinsale is mine


Originally Posted by Devil

STFU you could never make something so beautiful she is mine

Reply With Quote

4.

03-09-08 #3

sanjaa
Member

Rank Member Join Date


http://forum.ragezone.com/f196/add-new-ancient-items-server-462646/ (5 of 12)18/08/2013 14:06:56

[Guide] How to add NEW ancient items on your server. - RaGEZONE forums

Feb 2008 Location in the yard Posts 52 Liked 1 Re: [Guide]How to add NEW ancient items on your server. MG91v. for itemsetoption anditemsettype extremuedit 0.7 thx sorry for bad english

Reply With Quote

5.

04-09-08 #4

RedMG
|\|i[e |-|0rSe

Rank Member + Join Date Feb 2006 Location Vit Nam Posts 760 Liked 19 Re: [Guide]How to add NEW ancient items on your server. Very good guide. I'd tried to make new acient sets before and i was successful. My english is poor for me to write a guide. 10/10.

MMOGs DEV
Reply With Quote

6.

04-09-08 #5

iBimbo
^-~

Rank Alpha Member Join Date Oct 2007 Location Section 192 Posts 2,725 Liked 51 Re: [Guide]How to add NEW ancient items on your server. If you use the item code to set it into the char/vault, i think it'll be detected as dupe.

http://forum.ragezone.com/f196/add-new-ancient-items-server-462646/ (6 of 12)18/08/2013 14:06:56

[Guide] How to add NEW ancient items on your server. - RaGEZONE forums

Please... Use the

more often, it helps all mod on rz.

Originally Posted by Canon

Wow they let habboons drive now?

Originally Posted by DefMagee

stay away from weed is all i can say.

Originally Posted by DefMagee

Marijuana all the way. Alcohol just damages you.

Reply With Quote

7.

04-09-08 #6

sanjaa
Member

Rank Member Join Date Feb 2008 Location in the yard Posts 52 Liked 1 Re: [Guide]How to add NEW ancient items on your server. no,if change serial in mumaker you can do this 62533F00 change to 62533F01 or 62533F02 or.....

Reply With Quote

8.

04-09-08 #7

NezuL
Proud Bulgarian !

Rank Member + Join Date Jan 2008 Location Bulgaria Posts 470 Liked
http://forum.ragezone.com/f196/add-new-ancient-items-server-462646/ (7 of 12)18/08/2013 14:06:56

[Guide] How to add NEW ancient items on your server. - RaGEZONE forums

17 Re: [Guide]How to add NEW ancient items on your server. Wow nice guide I will try it !

Reply With Quote

9.

04-09-08 #8

sanjaa
Member

Rank Member Join Date Feb 2008 Location in the yard Posts 52 Liked 1 Re: [Guide]How to add NEW ancient items on your server. All questions write here,I answer (sorry for bad english-learn on RZ ^^)

Reply With Quote

10.

07-09-08 #9

021llf4
Member

Rank Member Join Date Aug 2006 Location mon Posts 70 Liked 0
http://forum.ragezone.com/f196/add-new-ancient-items-server-462646/ (8 of 12)18/08/2013 14:06:56

[Guide] How to add NEW ancient items on your server. - RaGEZONE forums

Re: [Guide]How to add NEW ancient items on your server. Nice guide... Anyone know who i can actually make swords that are 2 hands into 1 hand?

Reply With Quote

11.

07-09-08 #10

iBimbo
^-~

Rank Alpha Member Join Date Oct 2007 Location Section 192 Posts 2,725 Liked 51 Re: [Guide]How to add NEW ancient items on your server.
Originally Posted by 021llf4

Nice guide... Anyone know who i can actually make swords that are 2 hands into 1 hand?
Not sure, but should be In item.bmd and item.txt

Please... Use the

more often, it helps all mod on rz.

Originally Posted by Canon

Wow they let habboons drive now?

Originally Posted by DefMagee

stay away from weed is all i can say.

Originally Posted by DefMagee

Marijuana all the way. Alcohol just damages you.

Reply With Quote

12.

07-09-08 #11

021llf4
Member

Rank Member Join Date Aug 2006 Location mon Posts 70 Liked
http://forum.ragezone.com/f196/add-new-ancient-items-server-462646/ (9 of 12)18/08/2013 14:06:56

[Guide] How to add NEW ancient items on your server. - RaGEZONE forums

0 Re: [Guide]How to add NEW ancient items on your server.


Originally Posted by iBimbo

Not sure, but should be In item.bmd and item.txt


I thought of that buy, i don't want to mess around with the files, to be crashing everytime, i hope someone knows how to do it.

Reply With Quote

13.

11-09-08 #12

I'll take you all on.

Liselotte

Rank Omega Join Date May 2004 Location Sector 7 Posts 6,034 Liked 8 Re: [Guide]How to add NEW ancient items on your server. thanks got this great guide

"My father was the wheel! The first wheel! And do you know what he transformed into? Nothing! But he did so with honor! Dignity!" - Jetfire

Originally Posted by Someone from IMDB

Why does Will Smith always play a black man?

Reply With Quote

14.

12-09-08 #13

-grooveMember

Rank Member Join Date Apr 2007 Posts 76 Liked


http://forum.ragezone.com/f196/add-new-ancient-items-server-462646/ (10 of 12)18/08/2013 14:06:56

[Guide] How to add NEW ancient items on your server. - RaGEZONE forums

0 Re: [Guide]How to add NEW ancient items on your server. Help, please. When i wear two or more ancient items i don't see any ancient options =(

Reply With Quote

15.

12-09-08 #14

Malice2010
Account Upgraded | Title Enabled!

Rank Member + Join Date Jun 2007 Posts 192 Liked 6 Re: [Guide]How to add NEW ancient items on your server.
Originally Posted by 021llf4

Nice guide... Anyone know who i can actually make swords that are 2 hands into 1 hand?
In item.bmd the 2 handed items are coded 1 - change the 1 to 0 in that column to make 1 handed. It is column #7 in the table - if you use ExtremeMUEdit then its labelled HAND. Excellent ancient guide - great work. Malice

Reply With Quote

16.

12-09-08 #15

sanjaa
Member

Rank Member Join Date Feb 2008 Location in the yard Posts 52 Liked 1 Re: [Guide]How to add NEW ancient items on your server.
Originally Posted by -groove-

Help, please. When i wear two or more ancient items i don't see any ancient options =(
Maybe they are from different sets?

Reply With Quote


http://forum.ragezone.com/f196/add-new-ancient-items-server-462646/ (11 of 12)18/08/2013 14:06:56

[Guide] How to add NEW ancient items on your server. - RaGEZONE forums

Page 1 of 41234

Last

Previous Thread | Next Thread

Contact Us RaGEZONE Archive Privacy Statement Top

-- RaGEZONE Default

RaGEZONE is sponsored by HostKey. Powered by vBulletin Copyright , Jelsoft Enterprises Ltd. All times are GMT +1. The time now is 01:04 PM.

RaGEZONE - MMORPG development forums

http://forum.ragezone.com/f196/add-new-ancient-items-server-462646/ (12 of 12)18/08/2013 14:06:56

You might also like