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

[8.6] [TFS1.3] Alkurius Global & Coustom

alkurius

Advanced OT User
Joined
May 13, 2014
Messages
122
Reaction score
224

Attachments

  • Alkurius 860 Plus.zip
    30.6 MB · Views: 1,407 · VirusTotal
  • OTclient 860 Plus.zip
    37.9 MB · Views: 1,119 · VirusTotal
hey are you test auto loot ? i got error in console when adding item: !autoloot add,dwarven shield
Lua:
Lua Script Error: [TalkAction Interface]
data/talkactions/scripts/autoloot.lua:onSay
data/talkactions/scripts/autoloot.lua:10: attempt to index local 'itemType' (a nil value)
stack traceback:
        [C]: in function '__index'
        data/talkactions/scripts/autoloot.lua:10: in function <data/talkactions/scripts/autoloot.lua:1>
 
hey are you test auto loot ? i got error in console when adding item: !autoloot add,dwarven shield
Lua:
Lua Script Error: [TalkAction Interface]
data/talkactions/scripts/autoloot.lua:onSay
data/talkactions/scripts/autoloot.lua:10: attempt to index local 'itemType' (a nil value)
stack traceback:
        [C]: in function '__index'
        data/talkactions/scripts/autoloot.lua:10: in function <data/talkactions/scripts/autoloot.lua:1>

yes is tested.. you missing a [space]

the correct is: !autoloot add, dwarven shield
 
Thanks!!
pls check the config.lua in the server becouse alkuriusot is my own server.. you need put localhost or your server..



I need the dat files. and spr. for 8.6 and 11.00+ to use in the rme map editor, because I can't edit anything on the map without these files.
 
Hi there, sorry to bother you. I was trying to locate the outfit bonuses but couldnt find those.
I would appreciate the help
 
CMake Warning (dev) in CMakeLists.txt:
No project() command is present. The top-level CMakeLists.txt file must
contain a literal, direct call to the project() command. Add a line of
code such as

project(ProjectName)

near the top of the file, but after cmake_minimum_required().

CMake is pretending there is a "project(Project)" command on the first
line.
This warning is for project developers. Use -Wno-dev to suppress it.

CMake Warning (dev) at CMakeLists.txt:1 (set):
Cannot set "tfs_SRC": current scope has no parent.
This warning is for project developers. Use -Wno-dev to suppress it.

-- Configuring done
-- Generating done
-- Build files have been written to: /home/ot/src/build


1609866521072.png

Trying to compile on UBUNTU 20.04 i get this warning, and when i set "MAKE" nothing happens

This warning is for project developers. Use -Wno-dev to suppress it.

How can i solve it ? :eek: can you help me ?
 
Guys help me i cant turn on this server. I have server crash . MySQL error message: cant connect to MySQL server on '128.0.0.1' (10061)
Error: failed to connect to database"
Help me please
 
yes is tested.. you missing a [space]

the correct is: !autoloot add, dwarven shield
Lua:
function trim(s)
   return (s:gsub("^%s*(.-)%s*$", "%1"))
end

use this then players don't need to worry about the space.

128.0.0.1 ip address? you sure this is correct?
 
its saying it cannot connect to your database.
Is it a live server? did you have root set with no password?
check your database connection and ensure mysql server is running.
 
Back
Top