Skip to content
Published on

Patch Notes #21 - Elf Crafting & GUI Rewrite

For issues related to Patreon please DM me directly on Patreon.
For bugs in the game or website please post to #bugs on Discord.

https://discord.gg/fantasyonline2

* Added Elfo outfit pieces.

* Added Santa suit and pants pieces.

* Added those to Elf Crafting in Crab Coast.

* Rewrote the core windowing code.

* We now have core GUI classes GUIContainer, GUIControl, GUIWindow, GUISkin, GUITooltip, and more. We're building our own GUI windowing system and it's coming along nicely!

* Bottom right bag bar slots are now larger to accomodate for their border. The icons now fit in them nicely.

* BagGUIWindow/BankGUIWindow have been completely rewritten to remove the very slow BabylonJS StackPanel class. Drag and drop should be much smoother now with minimal if any lag.

* Dragging a delivery quest item to the bank now unfinishes the quest, so there's no danger in moving those items to the bank anymore. (Move it back to a bag to finish the quest again)

* BarberGUIWindow cleaned up and rewritten.

* ShopGUIWindow cleaned up and rewritten. Still needs some styling tweaks but it's in better shape.

* QuestGUIWindow cleaned up and rewritten.

* Timmeh NPC removed from Noob Island.

* Gorda NPC removed from Noob Island.

* SkillBookGUIWindow and QuestLogGUIWindow have been moved over to the new GUIWindow system but still need more design work.

* CollectorGUIWindow cleaned up and rewritten but it still needs a lot of search/filterting capabilities.

* Shortened a couple quest titles.

* AlertGUIWindow/GUIContainer cleaned up and rewritten. Maybe a little styling left for this one.

* CharacterGUIWindow has been adapted but not cleaned up and rewritten yet.