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

[GESIOR2012] Wars on WWW [TFS 1.0 only] - beta version

Code:
<?xml version="1.0" encoding="UTF-8"?>
<creaturescripts>
    <!-- Elemental Spheres Quest -->
    <event type="kill" name="elementalspheresquestOverlords" script="elemental spheres quest/ElementalSpheresQuestKillOverlords.lua"/>
    <event type="modalwindow" name="flagw" script="flag_window.lua"/>
        <event type="login" name="PlayerLogin" script="firstitems.lua"/>

    <!-- Bigfoot Burden Quest -->
    <event type="kill" name="bigfootBurdenQuestVesperoth" script="bigfoot burden quest/bigfootBurdenQuestVesperoth.lua"/>
    <event type="kill" name="bigfootBurdenQuestWarzone" script="bigfoot burden quest/bigfootBurdenQuestWarzone.lua"/>
    <event type="kill" name="bigfootBurdenQuestWeeper" script="bigfoot burden quest/bigfootBurdenQuestWeeper.lua"/>
    <event type="kill" name="bigfootBurdenQuestWiggler" script="bigfoot burden quest/bigfootBurdenQuestWiggler.lua"/>

    <!-- Svargrond Arena Quest -->
    <event type="kill" name="SvargrondArenaKill" script="svargrond arena quest/arena_kill.lua"/>
   
    <!-- Boss Summoning -->
<!--    <event type="kill" name="bossSummoning" script="boss summoning/bossSummoning.lua"/> -->
   
    <!-- In Service Of Yalahar Quest -->
    <event type="kill" name="inServiceOfYalaharQuestsDiseased" script="in service of yalahar quest/inServiceOfYalaharQuestsDiseased.lua"/>
    <event type="kill" name="inServiceOfYalaharQuestsMorik" script="in service of yalahar quest/inServiceOfYalaharQuestsMorik.lua"/>
    <event type="kill" name="inServiceOfYalaharQuestsQuara" script="in service of yalahar quest/inServiceOfYalaharQuestsQuara.lua"/>
   
    <!-- Inquisition Quest -->
    <event type="kill" name="inquisitionQuestBosses" script="inquisition quest/inquisitionQuestBosses.lua"/>
    <event type="kill" name="inquisitionQuestUngreez" script="inquisition quest/inquisitionQuestUngreez.lua"/>
   
    <!-- Killing In The Name Of Quest -->
    <event type="kill" name="killingInTheNameOfQuestKills" script="killing in the name of quest/killingInTheNameOfQuestKills.lua"/>
   
    <!-- The Masters Voice Quest -->
    <event type="kill" name="masterVoiceQuest" script="their master's voice quest/masterVoiceQuest.lua"/>
   
    <!-- Storage Conversion -->
    <event type="login" name="StorageConversion" script="others/StorageConversion.lua"/>

    <!-- Others -->
    <event type="login" name="PlayerLogin" script="others/login.lua"/>
    <event type="death" name="PlayerDeath" script="others/playerdeath.lua"/>
    <event type="advance" name="AdvanceSave" script="others/advance_save.lua"/>

    <event type="extendedopcode" name="ExtendedOpcode" script="others/extendedopcode.lua"/>

</creaturescripts>
 
When I press on Click here to start new war it shows this error

Error occured!
Error ID: #E-7
More info: Cannot load class GuildWar, file ./classes/class.guildwar.php doesn't exist

File: D:\xampp\htdocs\system/load.init.php Line: 14
File: Unknown Line: Unknown
File: D:\xampp\htdocs\classes/databaselist.php Line: 104
File: D:\xampp\htdocs\classes/databaselist.php Line: 22
File: D:\xampp\htdocs\pages/guilds.php Line: 2290
File: D:\xampp\htdocs\system/load.page.php Line: 7
File: D:\xampp\htdocs/index.php Line: 37
 
When I press on Click here to start new war it shows this error

Error occured!
Error ID: #E-7
More info: Cannot load class GuildWar, file ./classes/class.guildwar.php doesn't exist

File: D:\xampp\htdocs\system/load.init.php Line: 14
File: Unknown Line: Unknown
File: D:\xampp\htdocs\classes/databaselist.php Line: 104
File: D:\xampp\htdocs\classes/databaselist.php Line: 22
File: D:\xampp\htdocs\pages/guilds.php Line: 2290
File: D:\xampp\htdocs\system/load.page.php Line: 7
File: D:\xampp\htdocs/index.php Line: 37


nvm. my bad!
 
And now what's progress with guild wars on gesior? :)

The system works very well. You can see it in action here:
Guild Wars

Only improvement I can think of is that instead of 7 days ( or x number of days), maybe set a default limit of 50 or 100 frags? If it's possible?
 
Last edited:
"...day 12934812734871, Gesior still dont use MVC and give confused source php & html"

any way this is work, but dont pass PHPUnit test ^.-
 
Is there a way to make it go up to a certain number of frags instead of a certain number of days?
 
Is there a way to make it go up to a certain number of frags instead of a certain number of days?
Edit TFS script that ends wars (creaturescript?). Then edit www (add form text field to enter number of frags).
 
Code:
The Following Errors Have Occurred:
[LIST][*]You are not a leader of guild![/LIST]

and this error also when clicking start war
Code:
Error occured!
Error ID: #E-7
More info: Cannot load class GuildWar, file ./classes/class.guildwar.php doesn't exist

File: C:\xampp\htdocs\system/load.init.php   Line: 14
File: Unknown   Line: Unknown
File: C:\xampp\htdocs\classes/databaselist.php   Line: 104
File: C:\xampp\htdocs\classes/databaselist.php   Line: 22
File: C:\xampp\htdocs\pages/guilds.php   Line: 2290
File: C:\xampp\htdocs\system/load.page.php   Line: 7
File: C:\xampp\htdocs/index.php   Line: 37
 
It's a nice script but... why oponents guild need to ask for war? It's funny situation:
"USA: Hey! Russia, Russia!
Russia: What USA?
USA: Do you wan't war? You want?
Russia: Nope.
USA: Oh, please, come on! It will be fun!"

So in my opinion if we start war, it should be started, without any stupid accepts :d
 
almost everything working , my server register in DB all kills. But in site show only says 0:0.
 
Back
Top