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 Parameter) |
m (→Finding Skill Data) |
||
Line 16: | Line 16: | ||
In order to access skill data, you'll need two arguments: <code><jobId></code> and <code><skillId></code>. These can be found in the following document sets: | In order to access skill data, you'll need two arguments: <code><jobId></code> and <code><skillId></code>. These can be found in the following document sets: | ||
*'''20. Job Information <small>(직업 정보)</small>:''' <code>/df/jobs</code> | *'''20. Job Information <small>(직업 정보)</small>:''' <code>/df/jobs</code> | ||
− | ** | + | **Returns argument: <code><jobId></code> |
*'''21. Skill List by Job <small>(직업별 스킬 리스트)</small>:'''<code>/df/skills/:jobId</code> | *'''21. Skill List by Job <small>(직업별 스킬 리스트)</small>:'''<code>/df/skills/:jobId</code> | ||
**Requires Subclass argument: <code><jobId></code> | **Requires Subclass argument: <code><jobId></code> |
Revision as of 07:30, 3 June 2019
This is a guide to the Neople Developers API Documents.
The Neople Developers API Docs contain all the skill 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.
Afterward, 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.
- The only classes that are currently known to be the same between both versions are the following:
Finding Skill Data
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>
- Returns argument:
- 21. Skill List by Job (직업별 스킬 리스트):
/df/skills/:jobId
- Requires Subclass argument:
<jobId>
- Returns argument:
<skillId>
- Requires 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:
jobId Parameter
For convenience sake, the list of jobId's have been provided below:
Job Name | jobId |
---|---|
Male Slayer ( 귀검사(남) ) |
41f1cdc2ff58bb5fdc287be0db2a8df3
|
Weapon Master ( 웨펀마스터 ) |
df3870efe8e8754011cd12fa03cd275f
|
Soul Bender ( 소울브링어 ) |
1ea78ae210f681a799feb4403a5c1e85
|
Berserker ( 버서커 ) |
a9a4ef4552d46e39cf6c874a51126410
|
Asura ( 아수라 ) |
4a1459a4fa3c7f59b6da2e43382ed0b9
|
Ghost Slayer ( 검귀 ) |
a59ba19824dc3292b6075e29b3862ad3
|
Female Slayer ( 귀검사(여) ) |
1645c45aabb008c98406b3a16447040d
|
Sword Master ( 소드마스터 ) |
df3870efe8e8754011cd12fa03cd275f
|
Dark Templar ( 다크템플러 ) |
1ea78ae210f681a799feb4403a5c1e85
|
Demon Slayer ( 데몬슬레이어 ) |
a9a4ef4552d46e39cf6c874a51126410
|
Vagabond ( 베가본드 ) |
4a1459a4fa3c7f59b6da2e43382ed0b9
|