Hi, today i give you 2 administrative tools for official server in c#.
Need .net framework 2.
Flyff npc editor is a tool that lets you add / remove items, add ability like bank,guild rank,.. Manage items (shopable, prices, level, rarity) and show/hide event npcs.
To use it, you should first extract all the files in item.res and copy all inside a 'items' subdirectory inside your Resource directory (this is to get icons of items).
Need few seconds to start.
Any changes applies only when clicking on save button.
flyff quest editor is a small program to insert and remove monsters drop relative to quest/event items. (50% of luck to drop it)
Only problem is even players don't start event they drop it.
Here is a sample of how to use them combined:
With flyff npc editor, you unhide the snowman (check disable SetOutput)
with flyff quest editor, you look for QUEST_SNOWMAN01_1, you see this line: 'SetEndCondItem( -1, 0, -1, II_SYS_SYS_EVE_SNOW01, 10 );' who said 'to finish event we need this item (II_SYS_SYS_EVE_SNOW01) ten times'.
You find and select the item in the list on the right and then you click add and voila, all monsters drop this item and you can play your event.
Know problems: npc editor don't check for errors inside items before saving then paid attention when you change a value.
quest editor is not perfect (add/remove one item by one item is really slow)
I provide source code for people who want to edit / improve / translate or only want to see how is it done and a npc editor without the icons for those who can't extract files from item.res.
Warning: discovered there missing "{" inside character.inc need to repair this else last character disappear ('MaFl_CHRISTMAS_ROMEO // 2009 일본 크리스마스 이벤트
setting' become 'MaFl_CHRISTMAS_ROMEO // 2009 일본 크리스마스 이벤트
{ <-here
setting') and MaFl_CHRISTMAS_JULIET also.
outdated version, for v17 - v18 -> page 8.


Reply With Quote


