Comments

Log in with itch.io to leave a comment.

Viewing most recent comments 81 to 120 of 1,929 · Next page · Previous page · First page · Last page

how does one get dark orbs???

You can check with the fortune teller, find a way to interact with the succubus girl and the merchant who looks like a demon, periodically changes the store address and has a short name. Think about it.

I am sorry I dont fully understand what you mean by that 

If you need succubus-style clothing balls, Selena gives them to you when you exit the Dream World (50% chance) and you can buy them at L's shop (mystery item, more than 500 coins). If you meant the spell, you need to complete the quest with the main demon in the swamp and with Domenea.

I meant the succubus clothing balls
also thanks for the help

So basically I can't get the drop from demoness (mistress) because I already told her Celica is a Celestian, meaning I am unable to even talk to her anymore in version 0.70.007.

For a more complete understanding of the situation, it may be necessary to wait until almost the final version. Right now the situation with many characters is unclear.

I will first play on my mobile phone and then download on my computer. How to synchronize my computer with my mobile phone?

Alternatively, copy the save to Google Drive on your mobile. Then open the folder with this file on your computer and put it in the saves folder.

Path to saves in Android:

Phone\Android\data\www.townofmagic.com\files\saves

In Windows/Linux, the saves folder is usually located inside the "game" folder.

If you're lucky, you can use the Ren'Py synchronization service inside the game itself (note the button at the bottom, on the saves screen), but this service is often overloaded in many regions.

Is there a way to transfer the progress of mobile games to a computer?

As I indicated earlier: copy the save file from the save folder on your mobile device to the save folder on your computer. These files are fully compatible (especially within the same version). I indicated the paths above.

because of the only patreon discord I post it here.

German (deutsch)

missing the first city name

```

I'm sorry, but an uncaught exception occurred.

While running game code:

NameError: Name 'Stadtname' is not defined.

-- Full Traceback ------------------------------------------------------------

Full traceback:

  File "tl/german/renpy_events_intro.rpyc", line 13, in script

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\ast.py", line 2560, in execute

    Say.execute(self)

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\ast.py", line 615, in execute

    renpy.exports.say(who, what, *args, **kwargs)

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\exports.py", line 1494, in say

    who(what, *args, **kwargs)

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\character.py", line 1379, in __call__

    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\character.py", line 1293, in prefix_suffix

    return (sub(prefix) + sub(body) + sub(suffix))

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\character.py", line 1273, in sub

    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\substitutions.py", line 371, in substitute

    s = interpolate(s, kwargs) # type: ignore

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\substitutions.py", line 86, in interpolate

    raise e

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\substitutions.py", line 78, in interpolate

    value = renpy.python.py_eval(code, {}, scope)

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\python.py", line 1209, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\python.py", line 1202, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "<none>", line 1, in <module>

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\substitutions.py", line 313, in __getitem__

    raise NameError("Name '{}' is not defined.".format(key))

NameError: Name 'Stadtname' is not defined.

Windows-10-10.0.22631 AMD64

Ren'Py 8.2.3.24061702

Town of Magic 0.70.007

Sat Dec  7 08:45:28 2024

```

```

I'm sorry, but an uncaught exception occurred.

While running game code:

SyntaxError: unexpected EOF while parsing (<none>, line 1)

-- Full Traceback ------------------------------------------------------------

Full traceback:

  File "tl/german/renpy_events_intro.rpyc", line 541, in script

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\ast.py", line 2560, in execute

    Say.execute(self)

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\ast.py", line 615, in execute

    renpy.exports.say(who, what, *args, **kwargs)

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\exports.py", line 1494, in say

    who(what, *args, **kwargs)

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\character.py", line 1379, in __call__

    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\character.py", line 1293, in prefix_suffix

    return (sub(prefix) + sub(body) + sub(suffix))

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\character.py", line 1273, in sub

    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\substitutions.py", line 371, in substitute

    s = interpolate(s, kwargs) # type: ignore

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\substitutions.py", line 86, in interpolate

    raise e

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\substitutions.py", line 78, in interpolate

    value = renpy.python.py_eval(code, {}, scope)

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\python.py", line 1207, in py_eval

    code = py_compile(code, 'eval')

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\python.py", line 1144, in py_compile

    raise e

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\python.py", line 1081, in py_compile

    raise orig_e

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\python.py", line 1073, in py_compile

    tree = compile(source, filename, py_mode, ast.PyCF_ONLY_AST | flags, 1)

SyntaxError: unexpected EOF while parsing (<none>, line 1)

Windows-10-10.0.22631 AMD64

Ren'Py 8.2.3.24061702

Town of Magic 0.70.007

Sat Dec  7 08:51:46 2024

```

(1 edit) (-1)

win against slime

I'm sorry, but an uncaught exception occurred.

While running game code:

AttributeError: 'NoneType' object has no attribute 'name'

-- Full Traceback ------------------------------------------------------------

Full traceback:

  File "script.rpyc", line 613, in script call

  File "tl/german/renpy_events_sayer.rpyc", line 7, in script call

  File "renpy_events_explore_find.rpyc", line 319, in script call

  File "renpy_battle.rpyc", line 308, in script call

  File "tl/german/renpy_battle.rpyc", line 199, in script

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\ast.py", line 2560, in execute

    Say.execute(self)

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\ast.py", line 615, in execute

    renpy.exports.say(who, what, *args, **kwargs)

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\exports.py", line 1494, in say

    who(what, *args, **kwargs)

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\character.py", line 1379, in __call__

    what = self.prefix_suffix("what", self.what_prefix, what, self.what_suffix)

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\character.py", line 1293, in prefix_suffix

    return (sub(prefix) + sub(body) + sub(suffix))

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\character.py", line 1273, in sub

    return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\substitutions.py", line 371, in substitute

    s = interpolate(s, kwargs) # type: ignore

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\substitutions.py", line 86, in interpolate

    raise e

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\substitutions.py", line 78, in interpolate

    value = renpy.python.py_eval(code, {}, scope)

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\python.py", line 1209, in py_eval

    return py_eval_bytecode(code, globals, locals)

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\python.py", line 1202, in py_eval_bytecode

    return eval(bytecode, globals, locals)

  File "<none>", line 1, in <module>

AttributeError: 'NoneType' object has no attribute 'name'

Windows-10-10.0.22631 AMD64

Ren'Py 8.2.3.24061702

Town of Magic 0.70.007

Sat Dec  7 08:59:27 2024

```

relationships between elements

(two languages?)


Deutsch und französisch?

improving relationships

rewrite line break


fight against Ghost

```

I'm sorry, but an uncaught exception occurred.

While processing text tag {color=#ffd700Beziehungen{/color} in 'Einige einzigartige Feinde können schließlich zu {color=#ffd700}Verbündeten {/color}werden, sodass Sie sinnvolle {color=#ffd700Beziehungen{/color} aufbauen können'.:

  File "renpy/common/00nvl_mode.rpy", line 390, in do_display

    renpy.display_say(

Exception: Color string 'ffd700Beziehungen{/color' must be 3, 4, 6, or 8 hex digits long.

-- Full Traceback ------------------------------------------------------------

Full traceback:

  File "script.rpyc", line 613, in script call

  File "tl/german/renpy_events_sayer.rpyc", line 7, in script call

  File "location.rpyc", line 22, in script call

  File "renpy_events_abandonedhouse.rpyc", line 447, in script call

  File "renpy_battle.rpyc", line 252, in script call

  File "tl/german/renpy_events_tutorial.rpyc", line 289, in script

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\ast.py", line 2560, in execute

    Say.execute(self)

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\ast.py", line 615, in execute

    renpy.exports.say(who, what, *args, **kwargs)

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\exports.py", line 1494, in say

    who(what, *args, **kwargs)

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\character.py", line 1394, in __call__

    self.do_display(who, what, cb_args=self.cb_args, dtt=dtt, **display_args)

  File "renpy/common/00nvl_mode.rpy", line 390, in do_display

    renpy.display_say(

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\character.py", line 741, in display_say

    rv = renpy.ui.interact(mouse='say', type=type, roll_forward=roll_forward)

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\ui.py", line 301, in interact

    rv = renpy.game.interface.interact(roll_forward=roll_forward, **kwargs)

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\display\core.py", line 2166, in interact

    repeat, rv = self.interact_core(preloads=preloads, trans_pause=trans_pause, pause=pause, pause_start=pause_start, pause_modal=pause_modal, **kwargs) # type: ignore

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\display\core.py", line 2819, in interact_core

    self.draw_screen(root_widget, fullscreen_video, (not fullscreen_video) or video_frame_drawn)

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\display\core.py", line 1353, in draw_screen

    surftree = renpy.display.render.render_screen(

  File "render.pyx", line 486, in renpy.display.render.render_screen

  File "render.pyx", line 260, in renpy.display.render.render

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\display\layout.py", line 900, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 260, in renpy.display.render.render

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\display\layout.py", line 900, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 260, in renpy.display.render.render

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\display\layout.py", line 900, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 260, in renpy.display.render.render

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\display\screen.py", line 754, in render

    child = renpy.display.render.render(self.child, w, h, st, at)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 260, in renpy.display.render.render

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\display\layout.py", line 900, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 260, in renpy.display.render.render

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\display\layout.py", line 1361, in render

    surf = render(child,

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 260, in renpy.display.render.render

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\display\layout.py", line 1121, in render

    surf = render(d, width - x, rh, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 260, in renpy.display.render.render

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\display\layout.py", line 1361, in render

    surf = render(child,

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 260, in renpy.display.render.render

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\display\layout.py", line 900, in render

    surf = render(child, width, height, cst, cat)

  File "render.pyx", line 170, in renpy.display.render.render

  File "render.pyx", line 260, in renpy.display.render.render

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\text\text.py", line 2276, in render

    virtual_layout = Layout(self, width, height, renders, drawable_res=False, size_only=True)

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\text\text.py", line 640, in __init__

    self.paragraphs = self.segment(text.tokens, style, renders, text)

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\text\text.py", line 1291, in segment

    push().color = renpy.easy.color(value)

  File "C:\Users\Dayrador\Pictures\Game\Town_of_Magic-win\renpy\color.py", line 159, in __new__

    raise Exception("Color string {!r} must be 3, 4, 6, or 8 hex digits long.".format(c))

Exception: Color string 'ffd700Beziehungen{/color' must be 3, 4, 6, or 8 hex digits long.

Windows-10-10.0.22631 AMD64

Ren'Py 8.2.3.24061702

Town of Magic 0.70.007

Sat Dec  7 11:22:03 2024

```

(2 edits)

Thank you for your feedback on the translation. Translations are created by community members, so feedback is often very important.

To get access to the Discord channel, just write to the author of the game on the contact page of the official website of the game.

As for the mixture with French: the translator may have forgotten to replace the example in French.

As for the text not fitting on the pages: at the moment, this is an incorrigible problem, because words in German and other languages are longer than English. But there is no point in making the font very small, and it is currently impossible to layout the book for each language separately.

(1 edit)

ive gotten the emerald galleon to go into the cave but whenever i talk to joanna about solving the ghost ship problem nothing happens? is there more that i need to do or is this all thats in the public build?

also in the parallel world i can't actually kill the cellshroom that velvetia wants to kill, and the barkeep tells me i need to stop time but i don't know how to do that

As for Joanna, this thread has long since moved on and the continuation is available in the version on this page.

As for the bartender's hint... Celestians can do amazing things... 

And yes, no talking clothes. The Invisibility Man potion can help with that.

Who do I talk to about the stone slab before I restarted i gave it to the fisherman to get a fish for the cat but I lost the stone slab quest afterwards so who do I talk to about the slab before I do that.

You did it right. The quest with this thing, at the moment, still has no continuation. So just continue playing further, without starting from the beginning.

“Rumor has it that in a parallel world, there is a toxic lake.”Where is this sign in the pub?

To do this, you need to gradually study the game map (normal and dark world) and think: where were the locations with the word "toxic" in the name. If you play with automatic translation, then sometimes turn it off, otherwise you will have big problems with hints in the game.

Dude if you are adding that much stronger enemies then please add some more power's. Because it takes time to defeat Bosses without knowing there power up's,,, By the way i defeated this one in 23 minutes. And make sure in next update add some scenes like men or women do things. Please I'm bored 💤 with these animations, i want something like Full sex Scenes... 

I completed the game, when the new update is coming....?

Is there anyone who needs save file or help to complete a task, you can ask. 


⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐⭐

Game is completed, Byee , And please

This one is for owner- i want the  next update for free i don't want to buy that one if there's no proper sex scenes..

Which map is the second one?

Residence of one of the Demon King's subordinates. Available now in the beta version of the game.

How can I obtain the beta version?

Support the author on Patreon. And in exchange you will have access to the current beta version of the game.

can I get your save?

Where I can share you the file

I think I found a bug (android ver 0.70.007)

When fighting Elith (not the first encounter) with Violet equiped (full body suit) and we Give Up while bound, she puts us to sleep but then doesn't do anything at all and we are in the sleep state permanently, hence the game soft locks.

I tried to recreate it but was unsuccessful, mainly cuz Elith won't use the bound attack first. One thing I did notice  while trying was that normally Ceriphina removes the slime suite when she drops us off to Elith, but when the bug happened she dropped us off in the slime suite. 

what to make of this hint?

It is a place in the dark world.

Go in the new general dark world and surrender your self to those cloning enemies.. After getting control, visit the bridge... And give up again,,, When They take you at there place click on struggle and leave that place Direct.. Do same for 3 time's and it's done 

Hi guys, I recently got this bug (and I was stupid and deleted the quick save so idk what else to do now) what should I do? I don't have any other saves... :( I don't want to lose all the progress

The only way to continue is for a way to repair your save. Contact me at https://townofmagic.com/contact/ with a valid email.

Thank you!! Already done.

(2 edits)

It would be awesome if we could get more content with the Demoness, Glace, and Violet. Is it possible for there to be more content with the Demoness?

The game is still in development, so there will be more content for them later.
Also, the free version is not the latest version, and there is more content in the Patreon version.

How much more is in the patreon version?

The version available on Patreon is newer, but it is a beta version, with all the advantages and disadvantages of earlier versions. Here, on this page, an older, but stable version is published.

Oh so it's just like an early access thing?

Financial support for the game's author and early access to beta testing. Without financial support, this game would not have been able to develop, given how much graphic material it contains and how it is essentially a cartoon.

Can u helpe how to awk celestian power?

i couldve sworn there was a way to deactivate the garment guardian in previous versions, is that not an option anymore?

It depends on what and where is meant.

how do i increase my bond with glace? im at 3.9 bond with her at the moment and letting her use my body doesnt increase anything

In such cases of problems with other characters, the fortune teller and L's shop usually help. And mutual expression of feelings, if available.

I have done everything fortune teller says to do but no improvement. She just says to let Glace become you, but I've done that like ten times. Also, what do you mean by L's shop?

In this game, it is important to study the game world. If you do not know who L is, carefully study the game map and the characters that live on it. Otherwise, it will be difficult for you to play. Well, there are tips from the developer in the library.

Talk to someone ... on a ghostship ...

I talk with someone on a ghostship,but nothing happened

What should i do?

(+1)

Either you haven't tried talking to all possible characters, or there are more important quests to complete (bartender, fortune teller to help), or you are using an old beta version of the game.

You need to advance relationship with the Demoness.  Once you get that relationship far enough, you'll be able to bring Liam onto the ghostship, which... I don't understand why that matters, but it unlocks the next step (which is to talk to someone else who was already on the ghostship but wouldn't do anything before).

...then, when you meet all requirements and talk to the right person, the game gets stuck in an infinite loop.  I haven't found a workaround yet.

Okay, the infinite loop gradually changes if you let it go on long enough.  It's just a long wait.

i was wondering You can go to the bar but not have a drink?? 

But you can eat. After all, you are driving a girl, not a guy on a motorcycle :-)

You can also (eventually) give a drink do a guy on a motorcycle... erm... I mean, a buff guy.  Who doesn't have a motorcycle, but does have a battleaxe, which is almost as good.

It's okay to not tell me about easter egg . But tell me how to unlock a new hairstyle for version v0.71

Show the Celestian to Velvetia

What should i do?

Just wear velvetia and she won't control Celica but she stay with Celica in her head. once you use your celestian power , she will automatically learn that power and start controlling Celica .

Velvetia?What's this?

Did you release busty (the demon bra) and booty(The demon panty)?

(+1)

thanks!

btw, theres a door thats shuts when i go without a invisibility potion, what do i do there? I can just get to talk and and leave

Let Celica do something stupid. Think about what potion would be the most stupid to drink there.

I can't defeat the monster in the Tower of Wrath. It keeps healing and even with its divine form, I can't defeat it.

What should i do?

After it heals 4 or 3 times, it would be able to restore anymore, it is long i also gave up but u when it reaches 900-1000 use the celestial form and keep doing it until its dead

(3 edits)

It can't use its healing twice in a row.  You can use your Time Stop twice in a row.

Just pull out all the stops to kill it between heals.  (Took me several tries but it worked.  Oh, on the final try I was at max level with all the arcane skills active AND all the cooldown skills active... that might have been necessary.)

Any Easter eggs for v0.71?

(1 edit)

I saved during a time machine cutscene and now when I load back I'm standing in the scene and I'm stuck. Can't leave, teleport away. Please tell me I can fix this. My last save other than this one was like 3 days(real time) ago...

Try loading a quicksave. Q section in the loading screen.
They are taken at the beginning of each day, so it shouldn't be far behind.

(4 edits)

It worked! Thank you. I was worried I'd have to restart(I'm on day 160 and my last save before it was day 96)

Hello, I can't find the second fire golem and it's been more than 10 days in the game since I killed the first fire golem. So I came here to ask if anyone knows why this happened.

Many players forget to complete the quest with the inventor in the dwarven city.

Hi, is there any Easter eggs in v0.71?

I'm new to the game, is there like a full guide/walkthrough to help me progress im stuck and can't figure what to do now.

In the game itself, go to the library. There are books there. Read them (they are small) and you will be able to complete the game without any problems and without having to know under what conditions each trigger works.

The official wiki is pretty helpful. It covers most of the game, but it was last updated with version 0.64 and the game is now on version 0.71 (0.70 for the free edition)

It has lost much of its meaning because there is a built-in help system (library + Bartender + Fortunetelle + Map).

如何提升海盗的好感度?

为了让你少一些这样的问题,尝试更好地研究游戏世界。一定要阅读阿格拉诺图书馆的所有书籍。

这将使您玩得更加自信。

留意莉娜的商店。

好的,谢谢你。

It's a wonderful game, sadly it enters some sort of slow motion when in combat and mainly in combat, something I haven't experienced from other Renpy games, even some tasking ones, I wish I knew what was happening but it's probably just a problem with my device, other than that, good game

has this happened to someone before, i'm not getting an option to change home when in the ship

Play only the game builds from this page. And not what was posted on third-party sites.

i see, but i have a question what if i play the save files from the third parry site in the one downloaded from this cause i agree i did play from third party as that was where i found the game originally but the screenshot i took was while playing from the game version i downloaded from this page

Some bugs and mods corrupt variables in saves. So you may need to start the game over.

But also check if Celica has been to sleep locations: in Noctyra's fortress, in Penelope's bedroom.

😐...... 😭😭 thanks kind person for giving me the answer, i was afraid that i might need to start over which is why i didn't before but i guess i have to. i guess i'll catch up slowly since the update takes a while anyway.

what should i do after I meet the old man in serene forest ?

Wait for the next release it would seem

In beta 0.71 his storyline was not continued. Apparently he is waiting for other versions of the game.

thanks

如何见到幽灵船长?

要传送,你需要一面镜子,你会根据游戏情节找到它。调酒师和算命师会帮助剧情。

I think might be a bug but I can't find violet anymore i maxed her relationship in one fight I lost her and can't find her any more in the well

It is usually found either near a well or in inventory (as an item of clothing). Or at someone's place, for example, at Domenea's.

I completed demon so I can't find her in her place anymore I didn't see her in a item for clothes and there is only one well right?

(+1)

After defeating the general, Celica receives a special artifact. After that, the location remains empty. Anything else can be found in other places or in the story.

Подскажите пожалуйста, как открыть Селестианскую форму? Я дней десять к ряду медитировал и ничего

(1 edit)

Придерживайтесь того порядка действий, который указывала Кимико. Обычно там 2-3 недели нудятины, потом сомнения Селики, что это не работает, ну и, как обычно, полупрозрачная профи помогает, ей надо доверять всё.

Подзарядка уже будет либо медитацией (быстрее), либо в плане основной работы Селики в гильдии (медленнее).

I am missing 1 event for captain ceres, there is no indication on how to get it. any help would be nice

Usually a fortune teller knows such things.

Make sure you have Galiene and Falyn on the ship. If it's what I think it is.

How do i unlock celestial form?

(1 edit)

Edgar and Avaloc said something about a Japanese-style resort for this purpose. Somewhere near the dwarven city.

About that, i have done everything now but she tells me to do a bath but i checked the map theres no way to do it..

(+2)

you have to go in the shower first then into the bath and then meditate and let nel join in

where is the shower? nothing is visible for me i can only see the room and reception and no where else

Look.

can u help me?

Throw version 0.70.001 in the trash. And play only builds from this page.

I wish there were some ways for Celica to initiate sex herself. Putting her in "fights" where she gives up and gets raped doesn't count. The only scenario I can think of is when she shows the dildo to Nel, and then Nel uses it *for* her, even though Celica always asks to do it herself. That scene would be so much better if Nel helped from outside. I try showing the dildo to other characters, but it never works.

Right? I'd love more opportunities for Celica to initiate sex.  That said, there's at least one more use for the dildo. How far along are you with spirit training?

(1 edit)

Bit of help needed, who is Velvetia?

The hat

Ahhh, thanks

im new to the game but i dont quite know how to get the items for crafting clothes?

5 Greater Alchemite what are those?

(1 edit)

Greater Alchemite can be crafted from regular Alchemite using an advanced alchemy book purchased in town. You can also find them in treasure boxes in some more advanced areas. Other clothing ingredients can be found in treasure boxes, so be sure to equip your treasure finder, and ask the fortune teller how to upgrade it.

ohhhhh i see, thank you for that!

I think there's a bug. Im currently on the 0.70.001 version. I've finished all the events but at some point in the game Faylen's body just does not exist anymore. Its not on the ship and its not in Faylen's house either. I do remember the game did crash at one point, maybe that is the cause? Is there a way to fix this?

Wait for a day to pass.

(2 edits)

Thank you the problem was solved!

There's bug, fire golem doesn't spawn twice in Lion Place, can u help me?

Talk to the dwarf inventor about it.

Viewing most recent comments 81 to 120 of 1,929 · Next page · Previous page · First page · Last page