Hello!
Thank you for sharing those great server files!
I'm trying to create a little server for me and my friends, and seems like I managed to configure almost everything for my needs.
Last problem I faced - I'm trying to remove level requirement from items, like lv380, lv600 and so on - i found config file at IGCData\Items\IGC_ItemList.xml and changed ReqLevel="0", but I still can't wear Bone Blade at lvl1 for example.
Code:
<Item Index="22" Name="Bone Blade" Slot="0" SkillIndex="22" TwoHand="0" Width="1" Height="4" Serial="1" Option="1" Drop="0" DropLevel="147" DamageMin="122" DamageMax="135" AttackSpeed="40" Durability="95" MagicDurability="0" MagicPower="0" ReqLevel="0" ReqStrength="100" ReqDexterity="35" ReqEnergy="0" ReqVitality="10" ReqCommand="0" SetAttrib="0" DarkWizard="0" DarkKnight="2" FairyElf="0" MagicGladiator="0" DarkLord="0" Summoner="0" RageFighter="0" GrowLancer="0" Type="3" Dump="1" Transaction="1" PersonalStore="1" StoreWarehouse="1" SellToNPC="1" Repair="1" KindA="1" KindB="1" Overlap="0" ModelPath="Data\Item" ModelFile="HDK_Sword.bmd" />
Seems like that i need to modify some files on client-side to be able to do this, so i heared something about client-side file item.bmd and i found 3 - 4 different MuEdit versions - but all of them gives me somthing like that -
So.. Could you be so kind to tell me, what to do to be able to wear items without level requirements? ^_^
Thank you!