[3.3.5a][TrinityCore] GuildHouses

lordpsyan

Verified Member
26
2014
5
Guildhouses is exactly what it sounds like... houses (or areas) specified in the database, that a guild leader can purchase. ONly members of the guild can teleport to the house. Sell houses back for 50% of the cost.



worldserver.conf:

##################
# GuildHouse
#
# Settings for the GuildHouse Keeper.
#
# Guildhouse.TokenOrGold (Not Currently Used. Uses money only.)
# Description: Use tokens or money to buy guild houses.
# Default: 0 - Use Money # 1 - Use Token
#

GuildHouse.TokenOrGold = 0

# GuildHouse.BuyCost
# Description: Amount of gold or quantity of tokens to buy guildhouse.
# Default: 1000 - 1000 gold
#

GuildHouse.BuyCost = 1000

# GuildHouse.BuyCost
# Description: Amount of gold or quantity of tokens gained when selling guildhouse.
# Default: 5000000 - 500 gold
#

GuildHouse.SellCost = 500

#
##################

Get it at http://git.realmsofwarcraft.com
test it out at http://www.realmsofwarcraft.com

- LordPsyan
 

shagrad

Verified Member
22
2016
1
Guildhouses is exactly what it sounds like... houses (or areas) specified in the database, that a guild leader can purchase. ONly members of the guild can teleport to the house. Sell houses back for 50% of the cost.



worldserver.conf:

##################
# GuildHouse
#
# Settings for the GuildHouse Keeper.
#
# Guildhouse.TokenOrGold (Not Currently Used. Uses money only.)
# Description: Use tokens or money to buy guild houses.
# Default: 0 - Use Money # 1 - Use Token
#

GuildHouse.TokenOrGold = 0

# GuildHouse.BuyCost
# Description: Amount of gold or quantity of tokens to buy guildhouse.
# Default: 1000 - 1000 gold
#

GuildHouse.BuyCost = 1000

# GuildHouse.BuyCost
# Description: Amount of gold or quantity of tokens gained when selling guildhouse.
# Default: 5000000 - 500 gold
#

GuildHouse.SellCost = 500

#
##################

Get it at http://git.realmsofwarcraft.com
test it out at http://www.realmsofwarcraft.com

- LordPsyan
very Nice RELESE!
 
Top