Emucoach Cata simple quest editor

Eyenss

Gold Supporter
MoP Premium
7
2022
2
Just a simple php quest editor that puts all relevant quest fields in one place. Plan on updating the fields to be more descriptive instead of the field names this weekend or next. Also planning to add a method to edit/make quest loot drops same time frame. As it stands you can make about any quest (kill, collect (this is a lil crippled until update to edit loot drops), go to next npc, quest chains.

1. Install Xampp or similar.
2. Where ever the website files are htdocs for xampp others may be www you have two options:
a. You have a website. Make a new folder in htdocs, www, etc for the editor. Extract files to the directory you just made. Access 127.0.0.1/foldername
b. You don't have a website. Delete everything in htdocs. Extract files to htdocs. Access 127.0.0.1

I suggest looking at other quests to get a feel for the field names until its updated.

Special notes: anything to do with a flag is a bit mask value. At the bottom of the page there is a flag calculator.

Disclaimer: Backup your database before you start tinkering around.
 
Last edited:

Eyenss

Gold Supporter
MoP Premium
7
2022
2
Version 1.8 Local host only. If you want to be able to access it from lan or outside lan adjust the first bit of code for lan or remove it outside lan

• Fixed Dranaei missing from calculator
• Delete quest added
• Added Creature Loot and Game Object Loot / Conditions Editor - This only allows for editing drops that require a condition ie. Quest whatever is active. The ID and Loot Template ID MUST match or if will NOT save
  • Fixed creature/object start/end
  • Added quest item creation method
  • Added a zone search page for ZoneOrSort values.
Tested with PHP 8.1, 8.2. PHP 8.3 does not currently work
 

Attachments

  • Emucoach_4.3.4_Quest_Edit_v1.81.zip
    83.8 KB · Views: 4
Last edited:
Top