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

Compiling Compilation problem on linux poke tibia 854 ubuntu 14.04 erro data start

leopkks

New Member
Joined
Jan 8, 2018
Messages
3
Reaction score
0
video do erro


explain in a more technical way the bug is related to the .lua of the libs
there is file written 999-ps.lua
the same is looking
PS_LIB_DIR = getDataDir() .. "lib/ps/" PS_LIB_OTHERS_DIR = PS_LIB_DIR .. "others/" PS_LIB_CONFIG_DIR = PS_LIB_DIR .. "config/" PS_LIB_SYSTEMS_DIR = PS_LIB_DIR .. "systems/" PS_LIB_SKILLS_DIR = PS_LIB_DIR .. "skills/" PS_LIB_FUNCTIONS_DIR = PS_LIB_DIR .. "functions/" inside the lib folder have a folder lib\ps inside the general data folder actions, creaturescripts, globalevents, moves, spells, talkactions a folder called /lib/ps/ an example spells.xml [LIST=1] [*]script="../../lib/ps/events/spells/scripts/Absorb.lua" /> [*]<instant name="script_Absorb" words="*st1" enabled="0" casterTargetOrDirection="1" blockwalls="1" script="../../lib/ps/events/spells/scripts/Absorb.lua" /> [*] the same searches in the folder called /lib/ps as spells in the lib\ps\config folder there is a .lua file called pokemon.lua the same does a file search POKEMON = {} dodirectory(PS_LIB_CONFIG_DIR .. "pokemon/") it accesses a folder called lib\ps\config\pokemon where there are a total of 434 .lua files where are the pokemons names. in question the search files PS_LIB_DIR = getDataDir() .. "lib/ps/" PS_LIB_CONFIG_DIR = PS_LIB_DIR .. "config/" inside the file called has a lib fetch in pokemon.lua file looking for these folders POKEMON = {} dodirectory(PS_LIB_CONFIG_DIR .. "pokemon/") where would be in question /lib/ps/config/pokemon/ where all 434 .lua files are located In windows find the files using PS_LIB_DIR = getDataDir() and PS_LIB_CONFIG_DIR = PS_LIB_DIR .. "config/" already in linux is not finding the psoul files are on the site tibiaking.com on windows I can run it already on linux it is generating this problem in question [/LIST]

I'll leave the sources attached
and the base folder


 

Attachments

Back
Top