domeycabeza
New Member
- Mar 14, 2018
 
- 5
 
- 0
 
- 44
 
You have to kill the necromancer in the well in the fishing village in the marsh outside of avedon then pick up the wizard hatPlaying twine version and can't find Avery for the life of me.
I've killed him but he never drops the hat only the black bookYou have to kill the necromancer in the well in the fishing village in the marsh outside of avedon then pick up the wizard hat
Have you left the well then gone back in if that doesnt work try reading the black book in bedI've killed him but he never drops the hat only the black book
Found the issue. At some point, snekk changed the enchantment in the combat portion to "Hallowed" instead of "Holy". Long and short meant that Holy weapons weren't doing what they were supposed toIve noticed that the silver sword and minotaur axe dont deal damage to the mino, werewolf or ghost dispite them both having the holy enchantment
If you're playing the modded or bugfixed version, fixed. This was entirely a "me" fuck up. I forgot one symbol and it caused the whole thing to return an error message instead of showing the wizard hat on the ground.I've killed him but he never drops the hat only the black book
I'm playing the modded version and I still can't seem to get the hat to show up. This is what I getIf you're playing the modded or bugfixed version, fixed. This was entirely a "me" fuck up. I forgot one symbol and it caused the whole thing to return an error message instead of showing the wizard hat on the ground.
You'll need to redownload the mod in order to get the update. I uploaded the fixed version a few hours ago, so that should take care of the problem.I'm playing the modded version and I still can't seem to get the hat to show up. This is what I get View attachment 5059225
I'm playing on joiplay if that matters.
I've tried a different save and even a save editor to redo the fight multiple times to try and get it to work
Trying to fix that is the entire reason I stopped working on the mod until snekk updates. I just couldn't figure out what they were trying to do and how to fix it without breaking something else. That and the changes they were making to npc impregnationError: <<for>>: bad conditional expression: Cannot read properties of undefined (reading 'length')<<for _i to 0; _i < $npcs.length; _i++>> <<set _npc = $npcs[_i]>> <<if _npc.location == "orphanageinterior">> <<set _locals.push({ npc: _npc, index: _i })>> <</if>> <</for>
Can this please be fixd? I see it just about everywhere.
Fixed. snekk did the same thing I did with the wizard hat, forgot one symbol and the entire thing collapsedIn the latest modded version if you give the horse an antidote instead having sex with her after you win the fight she disappears from the game
You need to talk to the lady at the Avedon Arena to get ideas of how to train your batgirl before you can train it in bed.0.8.6 "bugfix"
Caught a batgirl, sugarcube says I caught a batgirl. QSP version, I train it in bed. Twine version, it doesn't exist. Sugarcube verifies I have a batgirl, but do not have a petbatgirl.
Nothing bugged about the inert potion. Snekk only added the ability to craft potions at all an update or two ago and hasn't included everything that should go into it. The Witch skill tree is a complete waste of skill points right now since none of it does anything and inert potion is the only one you can make as a Healer currently.When you harvest ingredients in the forest it automatcally adds an inert potion to you inventory that only heal 5 hp even if you have all the perks for healer and witch also whats the deal with the latex slime since you can capture it if you have enough jars but it doesnt show up in your inventory afterwards nor does it use any jars
Thanks for that. I got it finally. Another question though, are you able to get wings yet? I keep seeing mentions of growing wings and flying to places but I can't seem to get them anywhere.You'll need to redownload the mod in order to get the update. I uploaded the fixed version a few hours ago, so that should take care of the problem.
Trying to fix that is the entire reason I stopped working on the mod until snekk updates. I just couldn't figure out what they were trying to do and how to fix it without breaking something else. That and the changes they were making to npc impregnation
Fixed. snekk did the same thing I did with the wizard hat, forgot one symbol and the entire thing collapsed
As far as I can tell, the only way right now to have wings is to be a Fairy. There will probably be more in the future, but that's it for now. And even that needed to be bugfixed since, in code, wings need to be "wingstype" in order for the game to use them. Since fairies have had wings since before that, they were coded as having "wings" instead of "wingstype". So they couldn't do a lot of the events that called for wingsThanks for that. I got it finally. Another question though, are you able to get wings yet? I keep seeing mentions of growing wings and flying to places but I can't seem to get them anywhere.
If I would take a guess. It is undefined new/old variables. I would suggest a method that checks if variables are defined and if not assigns them a value. What you may have are unassigned objects or undefined arrays.Trying to fix that is the entire reason I stopped working on the mod until snekk updates. I just couldn't figure out what they were trying to do and how to fix it without breaking something else. That and the changes they were making to npc impregnation
Unless you're playing an old save, that shouldn't be the issue. $npcs is set at the beginning of the game right as you enter the tutorial, so it shouldn't push an "length" error off that. Honestly, it was mostly the npc impregnation that was annoying me most. I could probably figure out the first issue now that I'm not completely sick of staring at the code for hours on end. I'm not ready to bash my head against the wall of the latter problem yet though.If I would take a guess. It is undefined new/old variables. I would suggest a method that checks if variables are defined and if not assigns them a value. What you may have are unassigned objects or undefined arrays.
If you wouldn't mind being a bit of a guinea pig, I'm about to upload a possible fix in the modded version of the game. I can't test the fix myself because I don't have a save old enough to have possibly run into this error and you're the only one I know who has run into this error. So could you please download the latest modded version, visit any bed (you don't have to actually sleep, just visit the bed), then run into an area you've encountered this bug to see if it's fixed?If I would take a guess. It is undefined new/old variables. I would suggest a method that checks if variables are defined and if not assigns them a value. What you may have are unassigned objects or undefined arrays.