• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Simple Quest 1.0

Ezzz

Developer of Nostalrius and The Violet Project
Joined
Feb 26, 2010
Messages
1,889
Solutions
3
Reaction score
795
Location
Spain, Europe
simplequest.jpg

Hello folks,

Here is my second release, i coded it in around 30 mins due to compilation errors and blahblah, however this is my personal application for quest creation, i created it because i started doin quests in my OT so...

Version 1.0beta
It's under GNU GPL v3.
Build: 72

Features from 1.0 (Pre-release):
Code:
Reward Item,
autoassign confirm message "You have found...",
Assign item action id,
Assign item description,
set & get storage values.
When i feel like, ill add the multiple reward quest, i just felt booring now.
However, tell me if you believe it needs something.

Binary Download: Release 7z
Source Download: Source 7z
(To compile Simple Quest, you need Delphi 2010, JVCL Library Set - and Pascal programming knowledge )
 
Forgot to add, it adds the script to the actions.xml automatically, so only design your quest click on done and your done.
 
One suggestion, use \t in code, so output will have tabs instead of spaces.
Like this:
Code:
FLua.Lines.Add('\treturn true');

Instead of:
Code:
FLua.Lines.Add(' return true');
 
Yes, but i didn't felt like adding something like that. I made so ppl can understand the base source & modify it to fit their needs. But thanks by hand. On my next release, i hope i'll add this.
 
Back
Top