A 2-page guild tool for the Metin2 Arthion private server: guildies report boss/NPC/resource/metin locations by clicking directly on a map, and everyone can browse what's been confirmed so far.
/) — pick a map, see every confirmed location pinned on the image with a legend alongside it./submit) — pick a map, click the spot, fill in what's there, submit. No login required.main.tsx — Hono routes: GET / (guide), GET /submit + POST /submit (report a location), POST /entries/:id/delete (remove an entry)db.ts — SQLite schema (maps, entries) and queriescomponents/Layout.tsx — shared page shell and stylingcomponents/GuidePage.tsx — the Map Guide pagecomponents/SubmitPage.tsx — the Submission page, including the click-to-pin JSpin_x/pin_y, 0–100), computed from the click position — not in-game coordinates.