SnailHunter ADMIN
1 days ago
Both halves confirmed and fixed. Neither was user error.
1. GAGA'S INDIGO CRAYON. The yellow pot is not a use item and double-clicking is correct-but-useless — in v83 it is a TIMED item. The quest's accept-act grants the Pot with "period 30" (minutes), and the Pot's own item data carries a "replace" pointer that turns it into the Yellow Flower Pot, which is what the quest actually asks for. Waiting was exactly the right instinct; we had simply never implemented the period, so the bud could never open. It now does — the clock is the quest's own accept time, so it keeps running across a logout instead of restarting. That un-sticks the whole 15-quest crayon chain (10431-10445), not just the indigo one.
2. SACI / MULA-SEM-CABECA. Not a translation error — Mula-sem-Cabeca (the headless mule) is a real Brazilian folklore NPC that ships only in the Brazilian client, and the quest text is right that she stands in the Field South of Ellinia. She was genuinely not there, day or night: her position is derived from the map's own ground, and the derivation demanded a flat ledge at least 60px wide before it would place her. The Field South of Ellinia is organic terrain — 386 ground segments, only 33 of them level, and the widest is 55px. So the placement returned "nowhere", and a "nowhere" silently deletes the NPC instead of placing her badly.
The width is now a preference with a fallback to the widest flat ground the map actually has, so she gets placed on real ground on that map (and on any other map shaped like it) instead of vanishing.
Status: both on the dev branch (develop), live at the next publish.
1. GAGA'S INDIGO CRAYON. The yellow pot is not a use item and double-clicking is correct-but-useless — in v83 it is a TIMED item. The quest's accept-act grants the Pot with "period 30" (minutes), and the Pot's own item data carries a "replace" pointer that turns it into the Yellow Flower Pot, which is what the quest actually asks for. Waiting was exactly the right instinct; we had simply never implemented the period, so the bud could never open. It now does — the clock is the quest's own accept time, so it keeps running across a logout instead of restarting. That un-sticks the whole 15-quest crayon chain (10431-10445), not just the indigo one.
2. SACI / MULA-SEM-CABECA. Not a translation error — Mula-sem-Cabeca (the headless mule) is a real Brazilian folklore NPC that ships only in the Brazilian client, and the quest text is right that she stands in the Field South of Ellinia. She was genuinely not there, day or night: her position is derived from the map's own ground, and the derivation demanded a flat ledge at least 60px wide before it would place her. The Field South of Ellinia is organic terrain — 386 ground segments, only 33 of them level, and the widest is 55px. So the placement returned "nowhere", and a "nowhere" silently deletes the NPC instead of placing her badly.
The width is now a preference with a fallback to the widest flat ground the map actually has, so she gets placed on real ground on that map (and on any other map shaped like it) instead of vanishing.
Status: both on the dev branch (develop), live at the next publish.










