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

Looking for Elf Guild War system with emblems

danne3131

Active Member
Joined
Jun 26, 2008
Messages
390
Solutions
1
Reaction score
48
As the title says.. im looking for elfs guild war system with emblems.. ive searched alot but dont find any results..:( Please help me !

Sincinerely Daniel!
 
TFS 0.3.6pl1 8.54 modified by me (added Elf war system, but im not sure if there are emblems, that are if there were in 8.54):
http://skalski.at/files/files/0.3.6pl1.r83-8.54-war_system.zip
TFS 0.3.6pl1 8.54 upgraded to 8.60 by me (added Elf war system, I'm sure there are emblems in 8.60 protocol, so they are in this source):
http://skalski.at/files/files/tfs036pl1_860_warsystem_sources.zip

You can also search for clear TFS 0.3.6pl1 8.54 and compare changes with WinMerge tool to add same code to you sources.

If you are using TFS 0.4 you must add definition to makefile '-D__WAR_SYSTEM__'. Code for elf war system is already in 0.4, so you just need to add one definition and compile it again (rebuild).

Things that are not included in 0.4/0.3.6 .zips:
1. MySQL war database schema, you must execute it in phpmyadmin:
http://skalski.at/files/files/war_schema.txt
2. data/talkactions/talkactions.xml lines (these lines may look different in 0.3.6/0.4, check other talkactions in this file and make it work like it should!):
PHP:
<talkaction words="/war" channel="0" event="script" value="war.lua" desc="(Guild channel command) War management."/>
<talkaction words="/balance" channel="0" event="script" value="balance.lua" desc="(Guild channel command) Balance management."/>
3. talkaction war.lua code:
http://skalski.at/files/files/thaiswar860_with_bots/view/data/talkactions/scripts/war.lua
 
Great, thanks! I am going to try that after work. Thanks!!! Just one question: does it work on 0.3.6pl crying danson?
 
Last edited:
Great, thanks! I am going to try that after work. Thanks!!! Just one question: does it work on 0.3.6pl crying danson?
LUA script? Not. You have to download my version of 0.3.6 (count frags, not give unjust etc.), it's pure 0.3.6 with only added warsystem:
TFS 0.3.6pl1 8.54 modified by me (added Elf war system, but im not sure if there are emblems, that are if there were in 8.54):
http://skalski.at/files/files/0.3.6pl1.r83-8.54-war_system.zip
TFS 0.3.6pl1 8.54 upgraded to 8.60 by me (added Elf war system, I'm sure there are emblems in 8.60 protocol, so they are in this source):
http://skalski.at/files/files/tfs036pl1_860_warsystem_sources.zip
 
Back
Top