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!

[Help] Items options

Newbie Spellweaver
Joined
Nov 26, 2018
Messages
81
Reaction score
1
how to edit items options

for example dragon helm i'll make it full options+ancient+5socket

where i can edit ??
 
Master Summoner
Joined
Feb 17, 2017
Messages
580
Reaction score
72
how to edit items options

for example dragon helm i'll make it full options+ancient+5socket

where i can edit ??

Use MuEditor :lol: or if you use Luis Files type this command

//makeset <item> <level> <skill> <luck> <option> <exe> <set> <socket>
/makeset 2 15 1 2 5 7 1 5
 
Upvote 0
Newbie Spellweaver
Joined
Nov 26, 2018
Messages
81
Reaction score
1
Use MuEditor :lol: or if you use Luis Files type this command

//makeset <item> <level> <skill> <luck> <option> <exe> <set> <socket>
/makeset 2 15 1 2 5 7 1 5

when i edit on mueditor the dragon helm full options+ancient only ,, cant add socket options
 
Last edited:
Upvote 0
Banned
Banned
Joined
Mar 23, 2018
Messages
111
Reaction score
8
1st. Your Server files need to Support it.
2nd. Your MuEditor need to be editted to allow socket adding.

What files are you using?
 
Upvote 0
Junior Spellweaver
Joined
Feb 6, 2013
Messages
104
Reaction score
44
"How to make Dragon Help ANC With Sockets"
Some server files have "SocketItems.txt" file where you can put your item ID/Cat to make it socket.

"How to make Any item Socket + Anc"
Well by default when you add item in game it will be Exc + Joh so all you have to do next is to make that items Anc And Socket, for example in S4 and Up add item id/cat in socket list file, but to make it anc you will need to make new line in "SetItemOption" with a new anc name and include your item id/cat in "SetItemType" and to do same in client side.

PS: in order for others to help you just have to write the question as correct as possible :)
 
Upvote 0
Back
Top