No Quarter: Lua installation


(Phynex) #1

Good evening buddys,

i would like to install Lua on my ET No Quarter Server (Windows). Can somebody explain me how to do this. I didn’t understand that description in the Noq Wiki.

I would like to use the “showmaps” command only at the moment. Is this script part of “noq.lua” and can I use this “noq.lua” who is included in the NOQ release package, when yes, how?
Or have I to write my own script for this command?

Best greetings and sorry for english,
Phynex.


(Phynex) #2

Anyone knows how to install the NOQ on my Linux Server?

The wiki does not help me :smiley:


(Phynex) #3

Ok, the only thing is MySQL.
Do I need any other LuaSQL Libs?


(Phynex) #4

I miss mysql.lua and luasql.so files? Where can I find them?

Special thanks :slight_smile:


(Phynex) #5

Fixed that problem.

New error:
libmysqlclient.so.15: wrong ELF class: ELFCLASS64

Anyone know how to fix this?


(Phynex) #6

Solved to.

Only one error left:
0:14 Lua API: et_ClientConnect error running lua script: [string “noq/noq.lua”]:1274: This process needs an active shell to be executed.

NOQ.lua Script say:

function timehandle ( op, time1, time2)
– The os.* functions needs a shell to be linked and accessible by the process running LUA
– TODO : this check should be moved at script start because os.* functions are really
– “popular” so we may use them in other functions too
if os.execute() == 0 then
error(“This process needs an active shell to be executed.”)
end

Anyone know how to solve this last problem?


(phisherman) #7

Fixed that problem.

Solved to.
Please share the solutions you found so people who might face the same problem someday can benefit from your research.


(Mateos) #8

Also be sure to get to know the Edit function of the messages you’ve posted.