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!

MuEMU (X-Team) Adding new items

Elite Diviner
Joined
May 5, 2012
Messages
436
Reaction score
32
Hello

I have a question regarding on MuEMU files
I want to add Lucky items on my S4 files

I already configured the Server Side but my problem is about on Client side
after i generate Main info and AH info the client auto close after loading

What is the possible problem?

Here is my Customitem.txt
//Index ColorR ColorG ColorB ModelName
3646 70 70 70 "new_Helm01"
3647 70 70 70 "new_Helm02"
3648 70 70 70 "new_Helm03"
3649 70 70 70 "new_Helm04"
3650 70 70 70 "new_Helm05"
3651 70 70 70 "new_Helm06"
3652 70 70 70 "new_Helm07"
3653 70 70 70 "new_Helm08"
3654 70 70 70 "new_Helm09"
3655 70 70 70 "new_MaskHelmMale00"


4158 70 70 70 "new_Armor01"
4159 70 70 70 "new_Armor02"
4160 70 70 70 "new_Armor03"
4161 70 70 70 "new_Armor04"
4162 70 70 70 "new_Armor05"
4163 70 70 70 "new_Armor06"
4164 70 70 70 "new_Armor07"
4165 70 70 70 "new_Armor08"
4166 70 70 70 "new_Armor09"
4167 70 70 70 "new_Armor10"


4670 70 70 70 "new_Pant01"
4671 70 70 70 "new_Pant02"
4672 70 70 70 "new_Pant03"
4673 70 70 70 "new_Pant04"
4674 70 70 70 "new_Pant05"
4675 70 70 70 "new_Pant06"
4676 70 70 70 "new_Pant07"
4677 70 70 70 "new_Pant08"
4678 70 70 70 "new_Pant09"
4679 70 70 70 "new_Pant10"


5182 70 70 70 "new_Glove01"
5183 70 70 70 "new_Glove02"
5184 70 70 70 "new_Glove03"
5185 70 70 70 "new_Glove04"
5186 70 70 70 "new_Glove05"
5187 70 70 70 "new_Glove06"
5188 70 70 70 "new_Glove07"
5189 70 70 70 "new_Glove08"
5190 70 70 70 "new_Glove09"
5191 70 70 70 "new_Glove10"


5694 70 70 70 "new_Boot01"
5695 70 70 70 "new_Boot02"
5696 70 70 70 "new_Boot03"
5697 70 70 70 "new_Boot04"
5698 70 70 70 "new_Boot05"
5699 70 70 70 "new_Boot06"
5700 70 70 70 "new_Boot07"
5701 70 70 70 "new_Boot08"
5702 70 70 70 "new_Boot09"
5703 70 70 70 "new_Boot10"
end

Thanks in advance
 
Back
Top