Forum Replies Created
-
AuthorPosts
-
Vaughn “Drathy” Royko
KeymasterThere’s a bug that does not allow you to perform this anymore in 1.6. Are you playing offline or online? If so, which browser?
Vaughn “Drathy” Royko
KeymasterYep! In the future, I will also allow the shovel to be used for this, and maybe depending on your Mining skill, also allow you to dig within a radius of the spot.
Vaughn “Drathy” Royko
KeymasterI know it’s a bit counter-intuitive but, just decode the map when you are facing the exact tile. It will automatically dig it up (with shovel).
January 16, 2014 at 10:56 am in reply to: Is it possible to keep the inventory windows merged? #4389Vaughn “Drathy” Royko
KeymasterThe windows actually take up about the same space in the default configuration, but you’re free to move them around and resize them as needed. You can technically re-arrange them into the old configuration if wanted. This is still a work in progress mind you.
January 16, 2014 at 10:53 am in reply to: (Bug) Dropping Stone Axe on the ground directly from equip causes full repair #4388Vaughn “Drathy” Royko
KeymasterAdded to spreadsheet.
Vaughn “Drathy” Royko
KeymasterJust FYI: The 1.7 pre-release is a constant work in progress, is very buggy, not finalized at all, and not public-facing. It would be better served if 1.7 issues/ideas were reported on the spreadsheet. And as always, play at your own risk!
Vaughn “Drathy” Royko
KeymasterHello there,
I have not been able to replicate this issue at all in the latest online pre-release build. It could be a matter of just clearing your cache (make sure not to delete browser local storage as Wayward is saved there) or using the new URL with the “?convert-save=true” at the end, located in the spreadsheet.
Vaughn “Drathy” Royko
KeymasterThanks for the reply. I know I didn’t specify in my last response, but pretty much everything that error brought up is actually in the ever-growing “to-do” list. I try to not repeat myself as much as I once did, since everything is in there. I know it’s a donator reward, but with a Steam release imminent, this will be more public in the future. Even though I didn’t comment on each, there is definitely plans for each.
Vaughn “Drathy” Royko
KeymasterThanks for your extended playthrough and comments. Will add a couple of these tweaks to 1.7 for sure. As for the rest of the “still” comments on bugs and improvements, I’m not sure I have to say this any more, but Wayward is a hobby project for everybody involved right now. Our priorities are set and executed each release based on feedback. The game will continually to grow and improve indefinitely. That being said, I’m very happy with how much is done each release:
http://www.unlok.ca/wiki/wayward/changelog/Just give it some time and I’ll make all your gameplay dreams come true. 😉
-
This reply was modified 11 years, 3 months ago by
Vaughn "Drathy" Royko.
Vaughn “Drathy” Royko
KeymasterSomething here might help you out:
https://code.google.com/p/dart/issues/detail?id=12325-
This reply was modified 11 years, 3 months ago by
Vaughn "Drathy" Royko.
Vaughn “Drathy” Royko
KeymasterUsing it like
player.x, player.y+1
for example would still work just fine with it.December 20, 2013 at 8:17 am in reply to: Bug-Errors on interacting with treasure from old areas #4288Vaughn “Drathy” Royko
KeymasterThanks for the report. This will be fixed for 1.7.
Vaughn “Drathy” Royko
KeymasterThanks for the bug report. Aberrant Pirate Ghosts sure love Dead Spiders! 🙂
Vaughn “Drathy” Royko
KeymasterThis is a known bug and hopefully will be fixed in 1.7. It’s to do with pressing shift or alt in some browsers. Reloading the game should fix this.
Vaughn “Drathy” Royko
KeymasterIt’s now:
changeTile(change, changeX, changeY, stackBypass);
Parameters:
change: tile’s name, example “dirt”.
changeX: tile’s x value, example 244.
changeY: tile’s y value, example 244.
stackBypass: either true or false (or nothing), if true, it will place the tile on top of the stack of tiles at that x/y.You may also want to call
game.updateTiles = true;
so the change is shown immediately. -
This reply was modified 11 years, 3 months ago by
-
AuthorPosts