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!
Difference between revisions of "Neople Developers API Guide"
m (→jobId Argument) |
m (→jobId Argument) |
||
Line 60: | Line 60: | ||
| '''[[Vagabond]]''' <br><small>( '''베가본드''' )</small> || <code>4a1459a4fa3c7f59b6da2e43382ed0b9</code> | | '''[[Vagabond]]''' <br><small>( '''베가본드''' )</small> || <code>4a1459a4fa3c7f59b6da2e43382ed0b9</code> | ||
|-style="background-color: #ffffff;" align="center" | |-style="background-color: #ffffff;" align="center" | ||
− | | '''[[ | + | | '''[[Spectre]]''' <br><small>( '''블레이드''' )</small> || <code>a59ba19824dc3292b6075e29b3862ad3</code> |
|} | |} | ||
<span style="display: none;">}}</span> | <span style="display: none;">}}</span> |
Revision as of 11:57, 22 November 2021
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'.
Contents
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>
- Returns argument:
- 21. Skill List by Job (직업별 스킬 리스트):
/df/skills/:jobId
- Requires Base class and Subclass argument:
<jobId>
and<jobGrowId>
- Returns argument:
<skillId>
- Requires Base class and Subclass argument:
- 22. View Detailed Info for Each Skill (직업별 스킬 상세 정보 조회):
/df/skills/:jobId/:skillId
- Requires Base class argument:
<jobId>
- Requires argument:
<skillId>
- Returns skill information.
- Requires Base class argument:
Note: Be sure when copy and pasting the arguments to include pasting over the ending arrow brackets.
jobId Argument
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.