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

Linux Problem with War system

Status
Not open for further replies.

lizudus

Www.Xivarian.Com Owner
Joined
May 14, 2008
Messages
456
Reaction score
5
Location
Milky Way,Earth,America Central,Costa rica, Heredi
Code:
[15:14:31.057] [Error - TalkAction Interface]
[15:14:31.057] data/talkactions/scripts/war.lua:onSay
[15:14:31.057] Description:
[15:14:31.057] data/talkactions/scripts/war.lua:70: attempt to call global 'doGuildAddEnemy' (a nil value)
[15:14:31.057] stack traceback:
[15:14:31.057]  data/talkactions/scripts/war.lua:70: in function <data/talkactions/scripts/war.lua:1>


Maybe cuz i dont have -D_WAR_SYSTEM_

@solved
but in guild war when i kill 1 both players got debug without errors console or tibia
 
Last edited:
Code:
[15:14:31.057] data/talkactions/scripts/war.lua:70: attempt to call global 'doGuildAddEnemy' (a nil value)


Yea, you need a War System, because it cannot find the Guild Enemy.
 
Code:
[15:14:31.057] data/talkactions/scripts/war.lua:70: attempt to call global 'doGuildAddEnemy' (a nil value)


Yea, you need a War System, because it cannot find the Guild Enemy.
He obviously has the system, his server just isn't compiled with it
 
open configure.ac
line 10~ add intro -D__WAR_SYSTEM__
Code:
OPTIONAL_FLAGS="-D__WAR_SYSTEM__"
./autogen.sh
./configure --enable-mysql
make clean && ./build.sh

and will working :) your problem i think you was compiled with -D_WAR_SYSTEM_ and its wrong, put it -D__WAR_SYSTEM__ and solved.

sorry for my bad english, i was now with one teacher XDD
 
open configure.ac
line 10~ add intro -D__WAR_SYSTEM__
Code:
OPTIONAL_FLAGS="-D__WAR_SYSTEM__"
./autogen.sh
./configure --enable-mysql
make clean && ./build.sh

and will working :) your problem i think you was compiled with -D_WAR_SYSTEM_ and its wrong, put it -D__WAR_SYSTEM__ and solved.

sorry for my bad english, i was now with one teacher XDD


Thanks btw rev 3940 dont work rev 3854 works ;) fixed!
 
Status
Not open for further replies.
Back
Top