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

Lua Hello otlanders! Guild warss problem!

H4CK3R

'_'
Joined
Sep 24, 2011
Messages
592
Reaction score
32
Location
/root/sys/class/tty/
Hello otlanders, Greetings.
Today i've added guild wars to my server but i found a small bug
I've added table to database 'phpMyAdmin'
I've added to talkactions and everything is working fine but there is a small bug i'll be happy if someone helps me.
When a guild invite another guild to war that works fine ,But when u gonna accpet ;BOOM; nothing happened!

Sure who will help ill REP++ him,

Regards,
Mohamed.
 
You are running a OTserver and doesn't know how to compile?

In configure.ac find this:

Code:
OPTIONAL_FLAGS=""

and replace with this and recompile after.

Code:
OPTIONAL_FLAGS="-D__WAR_SYSTEM__"
 
Last edited:
Back
Top