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] Item command for Mu Season 15

Joined
Jul 15, 2008
Messages
21
Reaction score
0
Hi there,

I tried to search around but found nothing. Can anyone help with /item command for W4 with options, Ghost Horse with normal options, Errtel with rank 2 and above.

Thanks a lot!
 
Initiate Mage
Joined
Apr 25, 2018
Messages
5
Reaction score
0
Was wondering too, also for pentagrams, socket items slots on s15 xteam files.
 
Upvote 0
Joined
May 26, 2009
Messages
17,278
Reaction score
3,203
Was wondering too, also for pentagrams, socket items slots on s15 xteam files.

not sure if this gonna help but found it form muonline us

Code:
Allow to drop item in game, requires Administrator (ctlcode = 32) and privileges to use Item Drop command
; usage: /item <item_group> <item_index> <item_level> <skill> <luck> <option> <exc> <setitem> <periodtime> <socketslot> <socketbonus/attribute> <muunevolutionitemcat> <muunevolutionitemindex>

For Category and Index on an item refer to ItemList.xml
Level: Level on an item, 0-15
Skill: Defines whether item comes with skill or not, 0/1
Luck: Defines whether item comes with Luck option or not, 0/1
Opt: 0-7 (Opt * 4, example, Opt -> 7 * 4 = Item Option +28)
Exc:
    -1: No exc option
    -2: Random count of random options (based on rates from ExcellentOptions.xml)
   -3;X: Specified count of random options, the 'X' defines count of excellent options, max 9 (options selection based on rates from ExcellentOptions.xml)
   X;X;X;X;X;X;X;X;X: Defined excellent options, the 'X' is excellent option ID based on ExcellentOptions.xml, maximum 9 options can be defined

SetItem (item must be added to set items (ancients), otherwise option will be ignored:
   0: No Set item
   5: Tier 1 +5 Stamina
   6: Tier 2 +5 Stamina
   9: Tier 1 +10 Stamina
   10: Tier 2 +10 Stamina
   20: Tier 3 +5 Stamina
   24: Tier 4 +5 Stamina
    36: Tier 3 +10 Stamina
    40: Tier 4 +10 Stamina

 PeriodTime - Time an item expires in (seconds) - note that not all items are suitable to be used with duration attribute
 SocketSlot - Count of empty socket slots - to be used with socket and pentagram items
 SocketBonus/Attribute:
     Sets Socket Items Bonus (if Socket Item)
    [B][U]Sets Elemental Attribute (if Pentagram):
     0 = no attribute, 1 = Fire, 2 = Water, 3 = Earth, 4 = Wind, 5 = Darkness[/U][/B]
MuunEvolutionItemCat - used while dropping item 13,211 (Evolution Stone) only, defines Muun Item category
MuunEvolutionItemCat - used while dropping item 13,211 (Evolution Stone) only, defines Muun Item index
ItemCMD                        = /item
 
Upvote 0
Initiate Mage
Joined
Apr 25, 2018
Messages
5
Reaction score
0
Thank you for replying, unfortunately this method only works until Set Items which I already knew. I use /make instead of /item so I think this is for other server files. Still wonder how to make Wing 4 with options and add socket slots to pentagrams and socket item. Anyone?
 
Upvote 0
Initiate Mage
Joined
Jul 30, 2015
Messages
57
Reaction score
5
It depends on the files u are using. But you can check it under /Lang/English.xml
 
Upvote 0
Back
Top