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 for NPC custom - invates MuOnline

Status
Not open for further replies.
Newbie Spellweaver
Joined
May 26, 2023
Messages
26
Reaction score
2
Good morning, good afternoon, good evening, gentlemen and ladies.

I need help with a very simple NPC configuration, by default this is TXT configuration.
In the muemu XML, I add the level and the invitation does not work and sometimes it gives an error in the item
<Item Cat="14" Index="10" Level="0" Durability="1" Skill="0" Luck="0" Option="0" Exc="0" SetItem="0" SocketCount="0" Elemental="0" Serial="0" /> <!-- tp -->

<Item Cat="13" Index="29" Level="0" Durability="1" Skill="0" Luck="0" Option="0" Exc="0" SetItem="0" SocketCount="0" Elemental="0" Serial="0" /> <!-- chaos castler -->

<Item Cat="14" Index="19" level="1" Durability="255" Skill="0" Luck="0" Option="0" Exc="0" SetItem="0" SocketCount="0" Elemental="0" Serial="0" /> <!-- Name="Devil's Invitation" -->

<Item Cat="13" Index="18" level="1" Durability="255" Skill="0" Luck="0" Option="0" Exc="0" SetItem="0" SocketCount="0" Elemental="0" Serial="1" /> <!-- Name="Invisibility Cloak" -->

how to add invites + 1 +2 + 3?

invitation does not appear +1, +2, +3

Help me any?



Thanks for all!

I try this, but not success!

<!-- Devil's Invitation +1 -->
<Item Cat="14" Index="19" level="1" Durability="255" Skill="0" Luck="0" Option="0" Exc="0" SetItem="0" SocketCount="0" Elemental="0" Serial="1" /> <!-- Name="Devil's Invitation +1" -->

<!-- Devil's Invitation +2 -->
<Item Cat="14" Index="19" level="2" Durability="255" Skill="0" Luck="0" Option="0" Exc="0" SetItem="0" SocketCount="0" Elemental="0" Serial="2" /> <!-- Name="Devil's Invitation +2" -->

<!-- Devil's Invitation +3 -->
<Item Cat="14" Index="19" level="3" Durability="255" Skill="0" Luck="0" Option="0" Exc="0" SetItem="0" SocketCount="0" Elemental="0" Serial="3" /> <!-- Name="Devil's Invitation +3" -->

<!-- Devil's Invitation +4 -->
<Item Cat="14" Index="19" level="4" Durability="255" Skill="0" Luck="0" Option="0" Exc="0" SetItem="0" SocketCount="0" Elemental="0" Serial="4" /> <!-- Name="Devil's Invitation +4" -->

<!-- Invisibility Cloak +2 -->
<Item Cat="13" Index="18" level="2" Durability="255" Skill="0" Luck="0" Option="0" Exc="0" SetItem="0" SocketCount="0" Elemental="0" Serial="2" /> <!-- Name="Invisibility Cloak +2" -->

<!-- Invisibility Cloak +3 -->
<Item Cat="13" Index="18" level="3" Durability="255" Skill="0" Luck="0" Option="0" Exc="0" SetItem="0" SocketCount="0" Elemental="0" Serial="3" /> <!-- Name="Invisibility Cloak +3" -->

<!-- Invisibility Cloak +4 -->
<Item Cat="13" Index="18" level="4" Durability="255" Skill="0" Luck="0" Option="0" Exc="0" SetItem="0" SocketCount="0" Elemental="0" Serial="4" /> <!-- Name="Invisibility Cloak +4" -->

<!-- Invisibility Cloak +5 -->
<Item Cat="13" Index="18" level="5" Durability="255" Skill="0" Luck="0" Option="0" Exc="0" SetItem="0" SocketCount="0" Elemental="0" Serial="5" /> <!-- Name="Invisibility Cloak +5" -->
 
Last edited:
Status
Not open for further replies.
Back
Top