Primary quest repository for EQEmu.
- Perl
- LUA
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- If you have suggestions for adding or removing projects, feel free to open an issue to discuss it, or directly create a pull request and it will be reviewed.
- Please make sure you check your spelling and grammar.
- Create individual PR for each suggestion.
- LUA is the preferred language moving forward.
- For larger events that encompass a number of npcs and functions, please consider creating the event as an encounter.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request