• 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 Guild war System problem !

dianagirl

Member
Joined
Jul 28, 2009
Messages
429
Reaction score
14
Location
Germany
I just have a Guild war system from Elf.

But i got a small probelm S.

Normol its for 0.4 -- But i tried in 0.3.6 :S
Got a bug :( Please help me :S


if i want to accept the war with :
/war accept,tests


This error will come :
PHP:
[18/12/2010 18:46:18] [Error - TalkAction Interface] 
[18/12/2010 18:46:18] data/talkactions/scripts/war.lua:onSay
[18/12/2010 18:46:18] Description: 
[18/12/2010 18:46:18] data/talkactions/scripts/war.lua:70: attempt to call global 'doGuildAddEnemy' (a nil value)
[18/12/2010 18:46:18] stack traceback:
[18/12/2010 18:46:18] 	data/talkactions/scripts/war.lua:70: in function <data/talkactions/scripts/war.lua:1>

Talkactions/scripts/war.lua _- line 70 here we go :

PHP:
                        doGuildAddEnemy(guild, enemy, tmp:getDataInt("id"), WAR_GUILD)
 
Back
Top