mirror of
https://github.com/xivapi/ffxiv-datamining.git
synced 2026-08-01 14:28:41 +00:00
Update icon_paths.md
This commit is contained in:
@@ -18,3 +18,21 @@ $path = $extended
|
|||||||
: '0'. $icon[1] . $icon[2] .'000';
|
: '0'. $icon[1] . $icon[2] .'000';
|
||||||
```
|
```
|
||||||
|
|
||||||
|
The result would be:
|
||||||
|
|
||||||
|
- `26039`
|
||||||
|
- Is less than 5? **yes**
|
||||||
|
- Folder: `0 24 000` (the 0 we prepended)
|
||||||
|
- Filename: `026039`
|
||||||
|
- Result: 
|
||||||
|
|
||||||
|
# XIVDB Icons
|
||||||
|
|
||||||
|
It's possible to obtain icons based on their in-game ID, for example:
|
||||||
|
|
||||||
|
- Word of the Magnate Replica = `16923`
|
||||||
|
- Take first number for folder: `1`
|
||||||
|
- Path: `/img/game_local/ 1 / 16923 .jpg`
|
||||||
|
- Result: 
|
||||||
|
|
||||||
|
The XIVDB icons are not always available, when a new patch comes out it is difficult to get the latest icons.
|
||||||
|
|||||||
Reference in New Issue
Block a user