Edit_npc problem

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
IrvinSmith
Posts: 9
Joined: Sat Nov 30, 2013 2:34 pm

Edit_npc problem

Post 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.
User avatar
UnAfraid
L2j Veteran
L2j Veteran
Posts: 4199
Joined: Mon Jul 23, 2007 4:25 pm
Location: Bulgaria
Contact:

Re: Edit_npc problem

Post 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
Image
IrvinSmith
Posts: 9
Joined: Sat Nov 30, 2013 2:34 pm

Re: Edit_npc problem

Post 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.
NosBit
L2j Veteran
L2j Veteran
Posts: 314
Joined: Mon Mar 11, 2013 4:19 pm

Re: Edit_npc problem

Post 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)
Image
IrvinSmith
Posts: 9
Joined: Sat Nov 30, 2013 2:34 pm

Re: Edit_npc problem

Post 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.
User avatar
Zoey76
L2j Inner Circle
L2j Inner Circle
Posts: 7008
Joined: Tue Aug 11, 2009 3:36 am

Re: Edit_npc problem

Post 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.
Powered by Eclipse 4.34 ๐ŸŒŒ | Eclipse Temurin 21 โ˜• | MariaDB 11.3.2 ๐Ÿ—ƒ๏ธ | L2J Server 2.6.3.0 - High Five ๐Ÿš€

๐Ÿ”— Join our Discord! ๐ŸŽฎ๐Ÿ’ฌ
Post Reply