MuNetwork - Community Forum
Would you like to react to this message? Create an account in a few clicks or log in to continue.



 
HomeGalleryLatest imagesSearchRegisterLog in
Welcome to the Community Forum of MuOnline Center - MuNetwork. Here you can solve your problems, you can chat with new friends. There are so many things you can find here. Go get something to drink and enjoy our Community Forum. Oh and don't forget: Be active, not aggressive!

 

 [Guide] Equipment Configuration (Server+Client)

Go down 
2 posters
AuthorMessage
Igeie
Administrator
Administrator
Igeie


Posts : 67
Join date : 2009-12-14
Location : Mu Continent Of Legend

[Guide] Equipment Configuration (Server+Client) Empty
PostSubject: [Guide] Equipment Configuration (Server+Client)   [Guide] Equipment Configuration (Server+Client) EmptySat Feb 06, 2010 1:01 pm

[You must be registered and logged in to see this image.]
[Guide by ATP]

Preface:
Its simple to make so don't worry.Best of all is this guide will fully expalin how to make it work.
This is simply enabling different character classes equip items that they couldn't before,or the other way round,preventing them from equipping what they are supposed to.


Answered Questions:
1.Can this be done on all versions?
When I say all I mean yes,ALL.It can be done on any files,which is something good I guess.
2.Can this be applied to other things?
You name it - pets,arrows,potions,skills,orbs,spell books and all.
3.Skills no work for me
Simple - Edit the Skills folder (server and client side).
4.And how do I do that?
Well lets have a look Very Happy


Guide:
Lets first take an example.We want to enable Dark Knights to equip a shortbow like this:

[You must be registered and logged in to see this image.]

Server side - this is where you technically configure who equips what.
Client side - this is the message of items which says 'Cannot be equipped by MG' for example,or even 'Can be equipped by Blade Knight'.


I.Server Side
Now...this is always very simple.First look in:
- MuServer/Data/Item.txt
It also can be called Item(Kor),or Item(Chs),or whatever,it doesn't change much.

If there is no file there look in:
- MuServer/Data/Lang/Kor or Chs or whatever/Item.txt

Open that file (its a text,so open with Notepad).
The code strings are always in the same order even if they don't have an index.
Here is the little thing to help you =D

Code:
//Item Slot SkillType x y serial option drop Name level DamMin DamMax Speed Dur MagicDur MagicPW NLvl Str Dex Eng Lea Cha Atribute DW DK ELF MG DL

[Important] So the last 5 numbers are the classes.Where is SM and BK?Don't worry,lets have a look ;P

So now we want the DK to equip a ShortBow.
So find the Shortbow string in the Item.txt :

Code:
0 1 24 2 3 1 1 1 "Short Bow" 2 3 5 30 20 0 0 0 20 80 0 0 0 2 0 0 1 0 0

So here lets have a look at what the last 5 numbers mean:
0= Cannot equip
1= Can equip.If its the DK string for example and you put 1,it means that the dark knight and the blade knight can equip.
2= If you put 2 on the DK slot it means the BK,second level of dark knight,can equip,which means that the Dark Knight cannot equip it,he needs to be a second level class character,a Blade Knight.

So now look at the code again above.We said we wanted the Dark Knight to be able to equip it.So it will look something like this:
Code:
0 1 24 2 3 1 1 1 "Short Bow" 2 3 5 30 20 0 0 0 20 80 0 0 0 2 0 1 1 0 0

See? Wasn't so hard eh?
Now we got to fix it client side.
And don't you worry - its just as easy.


II.Client Side

So first you will need this (ExtreMu Editor) :

[You must be registered and logged in to see this link.]

Open it and select BMD.Then select Item.
A window will open,ignore whatever it says,its just trying to distract you Smile
Select Continue,then select 'Open Alternate',and look for:
- Client/Data/Local/Item.bmd

You will see on top of the numbers,by scrolling on the right,the slots of the DQ,DK,FE,MG and DL.

Now simply do like you did for Item.txt,1 put 1 in the shortbow string,at the DK slot (replacing the 0 with 1).

There,you can now equip a shortwbow =D
Don't forget to enable him to equip the arrows xD
Yes,you can do the same kind of stuff for armor,which are seperated in 5 (helmet,boots,pants,gloves and armor).


The first time you do it,don't worry about getting it wrong,its easy.Once you get used to it,you will be left doubtless,like me Smile
Back to top Go down
http://zyclamemu.sytes.net
UNITED
Administrator
Administrator
UNITED


Posts : 45
Join date : 2010-01-17
Age : 31
Location : Azerbaijan

[Guide] Equipment Configuration (Server+Client) Empty
PostSubject: Re: [Guide] Equipment Configuration (Server+Client)   [Guide] Equipment Configuration (Server+Client) EmptySun Feb 07, 2010 8:27 am

wow... interesting Wink) thanks
Back to top Go down
http://forum.mmorpgheroes.net
 
[Guide] Equipment Configuration (Server+Client)
Back to top 
Page 1 of 1
 Similar topics
-
» [Guide] Setup your Own Server Season 1/2/3/4/5
» [Guide] Season 2 Mu Server Setup | MMT Files | Vista | Router + IP Dynamic |
» [Guide] GM Commands
» [Guide] How To Install SQLEVAL
» [Guide] How To Setup MuServer 1.01e

Permissions in this forum:You cannot reply to topics in this forum
MuNetwork - Community Forum :: Area 2 :: Development :: MuOnline :: Mu Guides-
Jump to: