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

[MyAAC 0.8.13+][Plugin] Guild Wars for TFS 1.0+ and Canary

slaw

Software Developer
Joined
Aug 27, 2007
Messages
3,682
Solutions
126
Reaction score
1,123
Location
Germany
GitHub
slawkens
OK, so here I come to present you the guild wars plugin for myaac 0.8:

It's based on this script, written by @Gesior.pl

Requirements:​

  • MyAAC 0.8.13 or higher
  • TFS 1.0+
  • or Canary

Installation:​

  1. Install included .zip file in this post, in your myaac admin panel page
  2. (only if myaac lower than 0.8.18)
  3. (only if TFS 1.0+, not canary)
    • Open data/globalevents/scripts/startup.lua
    • After
    • Code:
      db.query("DELETE FROM `guild_wars` WHERE `status` = 0")
    • Add
    • Code:
      db.query("UPDATE `guild_wars` SET `status` = 4, `ended` = " .. os.time() .. " WHERE `status` = 1 AND (`started` + 86400 * 7) < " .. os.time())

Screenshots:​

1717006695531.png

1717007551332.png

Brough to you by (sponsors):
- wolfblade.eu Team
and
-Admin of fencore.net

They both donated to make this plugin possible. Thanks again!
 

Attachments

  • myaac-guild-wars-old-v2.0.8.zip
    15.6 KB · Views: 21 · VirusTotal
Back
Top