Welcome to the DFO World Wiki. With many major updates since the release of DFO, many items are missing. Visit Item Database Project to learn more.
Please remember to click "show preview" before saving the page.
Thanks for the updated logo snafuPop!

Neople Developers API Guide

From DFO World Wiki
Jump to: navigation, search

This is a guide to the Neople Developers API Documents.

The Neople Developers API Docs contain all the skill and item information located in the Script.pvf file that is currently LIVE on the KDnF server. In order to access the Neople API, you'll need an APIKey, which can be obtained by registering an account via Facebook, Google, or Naver account.

Once you have an account linked, log in to the API by pressing the button denoted as '로그인' or 'login'.

You can find the API Documents below.

Finding Skill Data

To find skill data, use the last three document options located on the page to find what you are looking for. That being said, you'll need to be able to translate some Hangul to be able to read/match some of the information properly.

Please Note: The values that are shown on the API may not be the same on the DFOG version due to missing balance patches. Use at your own discretion.


In order to access skill data, you'll need two arguments: <jobId> and <skillId>. These can be found in the following document sets:

  • 20. Job Information (직업 정보): /df/jobs
    • Returns argument: <jobId> and <jobGrowId>
  • 21. Skill List by Job (직업별 스킬 리스트):/df/skills/:jobId
    • Requires Base class and Subclass argument: <jobId> and <jobGrowId>
    • Returns argument: <skillId>
  • 22. View Detailed Info for Each Skill (직업별 스킬 상세 정보 조회):/df/skills/:jobId/:skillId
    • Requires Base class argument: <jobId>
    • Requires argument: <skillId>
    • Returns skill information.

Note: Be sure when copy and pasting the arguments to include pasting over the ending arrow brackets.



jobId Argument

EN Version

For convenience sake, the list of jobId's and subsequent jobGrowId's have been provided below:

{{

Job Name jobId
Male Slayer
( 귀검사(남) )
40132cbc8b2b5eedfe035e35c322472e
Blade Master
( 웨펀마스터 )
33909cf11ad79dec4befa8e8cfef941b
Soul Bender
( 소울브링어 )
d00deee5e360eb679001ad0b1b58d7e2
Berserker
( 버서커 )
6b43e8546e35c0ae6e7903fdd23f33e9
Asura
( 아수라 )
3cf7d4cd5309a26af86a3f0439c91315
Ghostblade
( 검귀 )
2823d79b021613e0e5ff1aeb96b51a38
Female Slayer
( 귀검사(여) )
08cf6465c8dfcdbf5a896b40a2811007
Sword Master
( 소드마스터 )
33909cf11ad79dec4befa8e8cfef941b
Dark Templar
( 다크템플러 )
d00deee5e360eb679001ad0b1b58d7e2
Demon Slayer
( 데몬슬레이어 )
6b43e8546e35c0ae6e7903fdd23f33e9
Vagabond
( 베가본드 )
3cf7d4cd5309a26af86a3f0439c91315
Spectre
( 블레이드 )
2823d79b021613e0e5ff1aeb96b51a38
}}

KR Version

For convenience sake, the list of jobId's and subsequent jobGrowId's have been provided below:

{{

Job Name jobId
Male Slayer
( 귀검사(남) )
41f1cdc2ff58bb5fdc287be0db2a8df3
Weapon Master
( 웨펀마스터 )
df3870efe8e8754011cd12fa03cd275f
Soul Bender
( 소울브링어 )
1ea78ae210f681a799feb4403a5c1e85
Berserker
( 버서커 )
a9a4ef4552d46e39cf6c874a51126410
Asura
( 아수라 )
4a1459a4fa3c7f59b6da2e43382ed0b9
Ghostblade
( 검귀 )
a59ba19824dc3292b6075e29b3862ad3
Female Slayer
( 귀검사(여) )
1645c45aabb008c98406b3a16447040d
Sword Master
( 소드마스터 )
df3870efe8e8754011cd12fa03cd275f
Dark Templar
( 다크템플러 )
1ea78ae210f681a799feb4403a5c1e85
Demon Slayer
( 데몬슬레이어 )
a9a4ef4552d46e39cf6c874a51126410
Vagabond
( 베가본드 )
4a1459a4fa3c7f59b6da2e43382ed0b9
Spectre
( 블레이드 )
a59ba19824dc3292b6075e29b3862ad3
}}



skillId Argument

Find the skillId by using the jobId and jobGrowId arguments given in Document Set 20.

To find and match the appropriate skills, you can do the following:

  • Attempt to match up the names based on SP/TP cost, active/passive status, and Level Req.
  • Look up the Hangul name counterpart via this link. There is a class navigation located near the top of the page. If you have a built-in translator in your browser, it may help with the process.

Finding Item Data

Item and Set Information