• 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!

QtLuaPad - An open source Lua Script editor!

Committed some changes. I uploaded the QScintilla library which is needed to compile the source code and fixed the icon issue stian mentioned.
 
@Fallen:
You do realize that that file wasn't in the pack?:p

Anyway, there are some more bugs:
File -> Open doesn't work on Linux. (icon does).
Tools -> Options doesn't open anything.
Open (using icon) makes a seperate window instead of a sub window inside the application.
 
Last edited:
@Fallen:
You do realize that that file wasn't in the pack?:p

Anyway, there are some more bugs:
File -> Open doesn't work on Linux. (icon does).
Tools -> Options doesn't open anything.
Open (using icon) makes a seperate window instead of a sub window inside the application.

Options dialogue is not implemented yet. File, I don't know what could be causing it. I am not familiar with Linux. Open, will be fixed. Thanks for your reports.
 
Made it so you can switch between Tabbed View and Windowed View. Will now write the Options dialogue with some available options and then I'll proceed with AutoCompletion, Find, Find & Replace and the Debugger.
 
- AutoCompletion has been implemented. -

Screenshots:

mma87b.png

-
1213k36.png


It can be enabled and disabled on the options window. Also you can trigger the autocompletion dialog by pressing CTRL + SPACE.

Edit: Updated the main post with the new screenshots and will also commit the new changes to the repository.
 
looks good i have also a good idea for noob scripters a lua wizard example

Click on wizard icon > window appear with choices > lua(or xml) > npc(or anything else in data folder) > reaction after hi, reaction after X get X etc.
or if action > stepin or onuse etc. > teleport or getitem etc...
 
bump, fix the god damn errors in svn!

Fixed.

Where can I download this? :w00t:
I'm bad in compiling :(

We will release a beta version when we finish the find and replace dialogue.

looks good i have also a good idea for noob scripters a lua wizard example

Click on wizard icon > window appear with choices > lua(or xml) > npc(or anything else in data folder) > reaction after hi, reaction after X get X etc.
or if action > stepin or onuse etc. > teleport or getitem etc...

I already have that in my mind.

BTW, Fallen has joined the project as a developer.
 
Um, I've posted in release thread instead, but deleted my post as soon as noticed you would preffer to see it here.

Chojrak said:
Dunno if it's "not implemented yet" but Tab View doesn't seem to work. Also, orginal package is missing zlib1.dll file. Oh, and I'd make some popup window when creating new document and it would ask for something like headers, if you choose otserv it would go for cid, item, frompos, item2, topos and if you choose tfs it would go for cid, item, fromPosition, itemEx, toPosition. Just suggestion thought.
 
small error:
Typo - when you try to close without saying it says "Would you like to toceed?" instead of "Would you like to proceed?"

suggestion:
templates for actions, talkactions, movements, npc scripts (perhaps before the About menu have a Templates one and have the option to open a new one with those templates

but other than that, i love it, thanks for the hard work :)
 
When i open QtLuaPad shows error
20506403.png

Can't be found zlib1.dll. Can't be found because this file is missing
 
Back
Top