Page 1 of 1

Edit_npc problem

Posted: Wed Dec 31, 2014 6:01 pm
by IrvinSmith
I have downloaded and install Server and DataPack (stable) version 31/10/2014. I found that now there is no "<!-- ADMIN EDIT NPC -->"-block in adminCommands.xml anymore so I can't edit npc and mobs by Shift+left-mouse-click (I need to edit some raidboss skills).

Server write me that there is no "//edit_npc" command. How can I fix it?

Sorry for my bad english.

Re: Edit_npc problem

Posted: Wed Dec 31, 2014 7:05 pm
by UnAfraid
NPCs are moved into XML and now there is no ability to edit their data from in-game.
Edit xmls and reload npcs

Re: Edit_npc problem

Posted: Tue Jan 06, 2015 8:52 am
by IrvinSmith
There is another problem. Where is gone the configuration of "DeepBlue Rules" from "*\game\config"? I want turned it off.

How to change the expirience given after killing Raid Boss/Mob? Not RATE of expirience, but the basic value.

Re: Edit_npc problem

Posted: Tue Jan 06, 2015 9:19 am
by NosBit
to reproduce DeepBlue config you can change in NPC.properties the DropItemMinLevelGapChance if you make it 100 monsters will drop item no matter whats the level difference there is adena equivent also or you can set the level differences you want all the configs are around that one.

About XP its the xp rate in npc xml its (level * level * rate)

Re: Edit_npc problem

Posted: Tue Jan 06, 2015 10:41 am
by IrvinSmith
Thanks for the help!
I want to make different rules for enchanting armor and weapons for each grade.
For example:
<enchantRateGroup name="D-Grade ARMOR_GROUP">
<current enchant="0-10" chance="100" />
<current enchant="11-65535" chance="0" />

<enchantRateGroup name="C-Grade ARMOR_GROUP">
<current enchant="0-20" chance="100" />
<current enchant="21-65535" chance="0" />

<enchantRateGroup name="B-Grade ARMOR_GROUP">
<current enchant="0-30" chance="100" />
<current enchant="31-65535" chance="0" />
I think it make enchanting rules more flexible.
Is that possible? I look into enchantItemGroups.xml and have a bad fealing about that.

Re: Edit_npc problem

Posted: Tue Jan 06, 2015 2:58 pm
by Zoey76
I'm working on an experimental version of npc_edit and npc_customize, I ran into some troubles, after I figure them out I'll commit it to the repository.