Anima Profession VI · Data-status guide

The unfinished pathMining

Mining runtime, drills, success rolls, and mining zones exist. The current quest data never grants the profession to a player.

Level 64 story chainIce MineUnlock missing

Confirmed current status

Implemented mechanic, incomplete unlock

The server defines MINING as the sixth Anima profession. It has two drills, mining-area validation, inventory checks, a success formula, result grades, and history tracking for successful drilling attempts.

The blocking gap

No quest or item action in the current data executes GIVE_PROFESSION MINING. Even completing the entire level 64 Ice Mine chain cannot add the profession as the files stand.

The related story

Level 64 Ice Mine chain

  1. [64] Let’s Fix the Refiner

    Manager Mosetian sends you to Item Merchant Zebrina in Himes for Refiner Parts.

  2. [64] Raw Ore Delivery

    Take the Raw Ore Box from Miner Gordon and deliver it to Branch Manager Allen in Himes.

  3. [64] Stubborn Old Man

    Allen asks you to return to Ice Mine and speak with his father, Miner Gordon.

  4. [64] Preparation for Retirement

    Carry Gordon’s Old Digging Tool to Manager Mosetian.

  5. [64] Unusable Digging Tool

    Miner Kutook attempts to use it, then asks you to gather 20 Ore Fragments from Radiant Stones.

  6. [64] Do You Know Mining?

    Take the Disabled Digging Tool back to Miner Gordon. The quest references a scene, but the present server reward has no profession-grant action.

  7. [64] Retire 100 Years from Now

    Deliver Gordon’s decision to Manager Mosetian and close the story. Again, no MINING grant appears in its reward.

Once the server grants it

Runtime requirements for Mining

01

Learn MINING

The character must possess the Anima profession flag. At present this requires a server-side correction or authorized administrator grant.

02

Carry a valid drill

The toolkit table defines two DRILLING items: MISC 65010 and MISC 65014. A request without a drill returns “You do not have a drill.”

03

Enter a mining section

Mining only works where the zone supplies a valid mining-section ID. Ban Stone Mine is the confirmed named mining region in the current region table.

What the server checks

Mining failure messages

MessageMeaning
You have not learned that Mastery Skill.MINING was never granted.
You cannot Mine in this Area.The current position has no valid mining section.
You do not have a drill.No valid DRILLING toolkit is available.
The slot is empty.The requested result or equipment slot is empty.
You do not have enough space in your Inventory.Make at least one free slot.
Your Mining attempt was unsuccessful.The attempt ran but the result roll failed.

All MiningInfo section IDs currently use difficulty 50. The success roll is (50 + drill bonus) − section difficulty + premium bonus; a failed roll produces a poor/empty result.

Server-owner action

What must be repaired

Add a deliberate GIVE_PROFESSION MINING reward to the intended completion point, most likely [64] Do You Know Mining? or the chain finale, then verify that the client receives the profession after quest turn-in.

Then verify how players obtain one of the two configured drill items and that Ban Stone Mine exposes a valid mining-section ID to the runtime.

Do not publish Mining as normally obtainable yet

The administrator command supports ADD_PROFESSION MINING, which proves the flag is recognized, but that is an operational test or support workaround rather than a legitimate player acquisition path.

Recommended acceptance test after the fix

Use a clean level-64 test character. Confirm MINING is absent, complete the chosen grant quest, verify the profession appears, obtain a drill normally, enter Ban Stone Mine, perform one successful attempt, consume or damage the tool as configured, and verify the result plus “Successful Drilling Attempts” history counter.

Server-data trail
  • Constant.lua: MINING profession and mining result codes
  • QuestTextInfo.csv and QuestInfo.yaml: quests 10007101–10007107
  • ToolkitInfo.csv: drill items 65010 and 65014
  • MiningInfo.csv: section difficulties
  • RegionInfo.csv: Ban Stone Mine
  • SystemMessageInfo.csv and Anima.lua: requirements, failures, and result roll
  • AdminCommandInfo.csv: administrator profession grant syntax