Giter VIP home page Giter VIP logo

mod-guild-zone-system's Introduction

logo AzerothCore

mod-guild-zone-system

This is a module for AzerothCore

  • Latest build status with azerothcore: Build Status

Features:

  • Allows Guild Masters to Purchase/Sell Zones.
  • Once purchased, Guild Masters and Guild members can port to your designated Guild House location set for that Zone.

This module currently requires:

  • AzerothCore v1.0.1+

How to install

  1. Simply place the module under the modules folder of your AzerothCore source folder.
  2. Re-run cmake and launch a clean build of AzerothCore
  3. Navigate to modules, apply the SQL files in the correct databases.

Usage

  • Spawn NPC ID 55005 .npc a 55005
  • Create a guild .guild create MyCharacter "MyGuild"
  • Talk to the NPC

Uninstall

To remove the SQL, use these queries in the world database:

-- The example of the creature --
DELETE FROM `creature_template` WHERE entry=55005;

-- All creatures for guild houses --
DELETE FROM `creature` WHERE id1=55005;

DROP TABLE `guildhouses`;

Credits

  • Bloodication: Original author probably
  • Poszer: Port into a module

AzerothCore: repository - website - discord chat community

mod-guild-zone-system's People

Contributors

acidmanifesto avatar heyitsbench avatar barbzyhool avatar eldoba avatar locus313 avatar helias avatar dholex avatar nyeriah avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.