Help

Mu online season 21 - grand opening

Caribean

Dedicated Member
Dedicated Member
Mar 8, 2010
31
0
32
I have a doubt. How to add new items and new bosses to my server? I know you are put in the SQL, but nose and put the image in my item invented.

Thanks for your help.
 

Cocaj

Dedicated Member
Dedicated Member
Mar 12, 2006
128
4
45
Spain
In CruelDragon3GBaseData

For new mobs: Use table -> Monster (Open table,Return all rows)
Image mob is: APPR
For new Item: Use table -> StdItems (Open table,Return all rows)
Image Item is: Look

For example,create ring: Copy one ring (coralring,BraveRing,any item),and change name and stats.

With mobs also.
 
Last edited:
Upvote 0

mapadale

Guest
I have a doubt. How to add new items and new bosses to my server? I know you are put in the SQL, but nose and put the image in my item invented.

Thanks for your help.
I would sugest that you look through your files and see how they fit together, cause even though we do enjoy helping people with the creation of servers. It does get frustrating when people don't have a clue to what they are doing.

Your best bet is through trial and error.
 
Upvote 0

Alecs

SPQR
VIP
Jan 10, 2009
3,527
3
1,420
360
Europa
I would sugest that you look through your files and see how they fit together, cause even though we do enjoy helping people with the creation of servers. It does get frustrating when people don't have a clue to what they are doing.

Your best bet is through trial and error.

Well said.

I think making something isn't interesting if you only wait for people to help you.
 
Upvote 0

Caribean

Dedicated Member
Dedicated Member
Mar 8, 2010
31
0
32
I tried it, I get to add new items in the data and add new boses in the data. (Based on images and that), I also managed to create this same bug in SQL or article, put their values and such. But I do not understand where or how to relate the mob or article that I created with the image data. : S: S

I'm doing well?

Thanks for your advice, I also think it would be better than trying to go my way, so we can learn from everything I'm doing. Ask for help is often despair of creating and modifying all good. But now I think ... no hurry.
 
Upvote 0

Alecs

SPQR
VIP
Jan 10, 2009
3,527
3
1,420
360
Europa
I don't understand what you mean.

If you want to make a new item, take an existing one, then duplicate it and edit it. It's the best way in my opinion.

Do the same with the mobs.
 
Upvote 0

Cocaj

Dedicated Member
Dedicated Member
Mar 12, 2006
128
4
45
Spain
For image mobs use Kaori MIM and open MON-? file of your client,and see the images,every mob It has 1000 images(1,1001,2001,3001,4001...etc)

For example: MON-1 - 1 - HEN (jumps of 1000 of 1000: 1,1001,2001,..9001)=MOB appr 1

MON-22 - 2001 - EvilMir = 222 - 10 = 212

For Equip image Open with KaoriMIM equip or inventory file for your Client and select image.

For example: AngelicSword -Nº 1000 = 1000-1 = 999 (You lower -1) write 999 in StdItem > (New Item) > Look
 
Last edited:
  • Like
Reactions: lina
Upvote 0