bcc5476d1f
2.04.2006 - Build 13 (Unlucky): - - Dying now properly takes you back to the actual lat/lon of the world's first town (rather than 0,0 every time). - Added 160+ new monsters for the later realms. - Buy Maps now correctly only shows available maps from the Realm you're in. - Fixed some weirdness with the Travel To menu in the second Realm. - Added storyline/quests. - Added item drops from monsters. - Monsters now have a chance to swing first, and to block you from running. - Added Quick Heal to panel_bottom. - Users who are already a member of a guild no longer see the "Apply to Join" link on the Guild List page. - Added Honor Points to guilds. * plus 1 point per member. * plus floored square root of total combined member experience. * plus 2 points per member PVP win. * minus 1 point per member PVP loss. * Calculated every 24 hours automatically, and upon every approve/remove/leave. * Displayed on the Guild List page. - Added stats for your current items on the first Buy screen. - You cannot create/join a guild until Level 10 to help prevent bank abuse. - Added PVP logging - wins, losses, and highest lvl character killed. - Hall of Fame now shows top 25 chars. - Hall of Fame now uses stock mysql_fetch_array() instead of custom dorow(). - Items now have a 1 in 5 chance of having prefixes/suffixes (it used to be 50:50). - Added email verification support. |
||
---|---|---|
extras | ||
images | ||
templates | ||
changelog.txt | ||
config.php | ||
cookies.php | ||
explore.php | ||
fight.php | ||
fightmods.php | ||
globals.php | ||
guilds.php | ||
index.php | ||
lib.php | ||
LICENSE | ||
login.php | ||
mailbox.php | ||
mainindex.php | ||
map.php | ||
map.swf | ||
mapmini.php | ||
mapmini.swf | ||
misc.php | ||
panels.php | ||
pvp.php | ||
pvpmini.php | ||
README.md | ||
spells.php | ||
story.php | ||
town.php | ||
users.php | ||
verify.php |
Dragon Scourge
Many years ago, when I was young and dumb, I wrote a simple little game based on the game Dragon Warrior for the NES. It was fun, it helped me learn how to code, and a lot of people liked it.
After that, I begin writing a sequel, of sorts, called Dragon Scourge. I never really finished that game. Life got in the way. Got married. Got a job. Had kids. All that.
I'm now turning it over to the open source community.
As with Dragon Knight before it, please keep some things in mind:
- It's super old. It may not even work on modern versions of PHP. It may have security issues. I have no idea.
- I have moved on with my life, and am no longer changing or doing anything with this game.
- I am not providing help or support. You're on your own.
- I am not accepting pull requests. If you fork this, you are welcome to do whatever you want, but no changes will be merged back into this.
- Quite frankly, I don't really suggest that you use this as is. It's probably better as an inspiration for your own project.
- Have fun with this. I gave it a lot of love a long time ago. I hope it inspires you to give something a lot of love as well.
- This Git repo represents the final released version, Beta 5 Build 20, originally released 9/2/2007.
System Requirements
- PHP (4.1 and higher)
- MySQL
- zlib compression enabled on your server (optional)
Installation Instructions
- Clone this repo or download the zip.
- Create a new database for Dragon Scourge to use, if you don't already have one set up.
- Edit
config.php
to include the correct values for your database setup. - Upload the contents of the Dragon Knight folder to your site.
- Using a MySQL client such as HeidiSQL or PHPMyAdmin, run the contents of
install.sql
on the database you created. - Enjoy the game.
License
MIT License
Copyright (c) 2017 renderse7en
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.