[PHP] Quest Writer

05/25/2019 19:37 Naltalah#1
Hi there,

I just made this tool because I was bored of creating quests over and over by hand.

I will not provide any support if you can't get it working. If you find a bug however, let me know. Don't forget to hit the Thanks button if you like it :heh:

It works on a PHP base and is most definitely not the cleanest code ever, but it works.

As of now it supports all basic funtionalities and can be expanded at any point by anyone.
A documentation on how to do that is included.

How to use:

You have to have a server with PHP you can run this on, also PHP needs file permissions in the directory you put the files in.

VirusTotal btw:
[Only registered and activated users can see links. Click Here To Register...]

You can also check out the GitHub Repository: [Only registered and activated users can see links. Click Here To Register...]

Changelog - Last Update: 17.12.2019 11:30 GMT+1
09/28/2019 21:39 Naltalah#2
Update:
- Added File-Ouput option
- Fixed SetRepeat
- Added SetEndCondPatrol
- Added QuestItem-Generator (Items which only drop when the player has the quest)
- Overall JQuery enhancements

Updated version can be found in attachments in original post.
09/29/2019 18:45 LookAtTheFlower#3
Thank you for this release :) , Great work.
09/30/2019 09:23 -Valor#4
Great tool! Thanks
09/30/2019 11:27 ryuzakinara#5
Hi, thank you very much. I allowed myself to translate it for french :)

French version :
[Only registered and activated users can see links. Click Here To Register...]
12/17/2019 11:33 Naltalah#6
Completely remade everything and made it modular, everyone can just expand and adjust the questwriter to their own needs.

Also included a better documentation on how to use and modify it.