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

OpenTibia OT Editor (Lua editor with calltips,autocomplete & more)

It takes like 20sec to open the edito is that normal?

I got Windows Vista SP 1 x64.

Edits

Bugs i founded:

1.- I made a code-example to test the highlighting thing and it works but then when i click on Tool -> NPC:Creator, i wait 1-5 secs and then it crashs.
I get an error message about a Variable...
Oh and the Npc Creator doesnt crash just the OT Editor.
The code i did was:
Lua:
function delete()
	if(true)
		--Something
	end
	return TRUE
end
 
Last edited:
It takes like 20sec to open the edito is that normal?

I got Windows Vista SP 1 x64.

Edits

Bugs i founded:

1.- I made a code-example to test the highlighting thing and it works but then when i click on Tool -> NPC:Creator, i wait 1-5 secs and then it crashs.
I get an error message about a Variable...
Oh and the Npc Creator doesnt crash just the OT Editor.
The code i did was:
Lua:
function delete()
	if(true)
		--Something
	end
	return TRUE
end

Aff, now I remember why, I took the download master-m had putten up which has those errors >.<
This one shouldn't crash:
OT Editor 0.0.1.rar
 
Main thread updated with OT Editor 0.0.1.rar.
 
Changed the autocomplete file format.
You can now use the autocomplete plugin for both notepad++ and OT Editor :)
I also made some optimizations

I'll probably release the new version tomorrow.
 
Back
Top