Welcome to Fliffy's Burrow!
This site serves to archive information on tobyf's Paw'D, a side-scrolling MMORPG flash game since the early 2010s.
Most of the information on the game can be found via the spreadsheet links below. Porting information from the sheets to this site is an ongoing effort, so be patient!
- Paw'D Encyclopedia (culmination of various sheets below)
- Paw'D Quest/Trophy Guide
- Paw'D Maps (sheets version with lots of notes)
- Paw'D Pets Guide
- Paw'D Item Database Archive
- Paw'D Wiki Archive (Dungeons, Events, Villages)
- Paw'D Skill Planner
- Paw'D Stats/Equipment Simulator (WIP)
- Ultimate Mage Guide
- Luka's Arrow Crafting List + World Events List
Code For Multiple Paw'D Clients
The Paw'D client runs on Adobe AIR, which can only have one instance per id from application.xml. By editing the id in application.xml prior to running the game again, you can get Paw'D to have multiple instances. The code below starts off by running the original instance, then enters a loop of editing the id (from com.pawdgame.pawd -> com.pawdgame2.pawd, etc.) and re-running the executable until it meets a specified number of instances (instancesToSpawn).
Download Multi-Paw'D.txt, then rename the extension from .txt to .bat. Run the .bat file to see a command prompt open, alongside two Paw'D instances. Note that for every instance you create, a new folder with the same name as the id (com.pawdgame.pawd) will be created in "%AppData%" ("C:\Users\localguest\AppData\Roaming").
You may encounter application descriptor errors when trying to run this script. Simply close all instances of Paw'D & the command prompt and try again. If it continues to fail, copy the application.xml in "%LocalAppData%\PawD" to "%LocalAppData%\PawD\META-INF\AIR" before re-attempting the script.
