• Guest, HEROCRAFT PUBLIC RELEASE IS HAPPENING AN HOUR EARLIER! TONIGHT @ 7PM CST GET READY FOR IT! play.hc.to
    Read up on the guides and new systems! Here.
    View the LIVE Map here @ hc.to/map
    Stuck or have a problem? use "/pe create" to to open a ticket with staff (There are some known issues and other hotfixes we will be pushing asap)
  • Guest, Make sure to use our LAUNCHER! Read more here!

Bug Creating Towns seems to be broken!

Barnubus

Legacy Supporter 8
Joined
Jul 18, 2011
Location
California
Well we tried to make a town and at first it allowed us to charter, sign, then claim. We then we put the requirements into the bank but it continued to say we didn't have the right items, when we did.
Also it had each of us listed as "None of Amunet" and when we relogged the town was still there but we were not part of it.

Danda forced us into the town but we still cannot create to make regions.
We're stuck without regions but have all the requirements.

@gabizou
@Kainzo
 

Kainzo

The Disposable Hero
Staff member
Founder
Adventure Team
Joined
Jan 7, 2011
Location
The 7th Circle of Heaven
Well we tried to make a town and at first it allowed us to charter, sign, then claim. We then we put the requirements into the bank but it continued to say we didn't have the right items, when we did.
Also it had each of us listed as "None of Amunet" and when we relogged the town was still there but we were not part of it.

Danda forced us into the town but we still cannot create to make regions.
We're stuck without regions but have all the requirements.

@gabizou
@Kainzo
can you provide screenshots of this? we need more information - there may be one or two items that arent being taken properly.
 

Danda

Dungeon Master Extremist
Staff member
Administrator
Guide
Wiki Team
Max Legacy Supporter
Joined
Jan 21, 2011
@Danda - Danda checked, the Soul Catalyst and Peridots were not being taken correctly.
Wasn't that those showed up in the town files later on. I honestly don't know why they weren't working. But @Kainzo I confirmed they had the correct materials in their bank that the configs stated were required.
 

Trist95

Legacy Supporter 7
Joined
Jul 11, 2013
this is the code for town upgrades and creating

Code:
towns:
  default-type: SMALL
  creation-cost: 2000
  distance-between: 350
  max: 50
  citizen-activity-check-interval: 1209600000
  town-citizen-requirement-check-interval: 604800000
  default-flags:
    BUILD: members
    PVP: all
    MOB_SPAWNING: false
    ENDER_BUILD: false
  OUTPOST:
    name: Outpost
    enable-regions: false
    channel-enabled: false
    radius: 0
  SMALL:
    name: Hamlet
    min-residents: 5
    max-residents: 30
    num-of-points: 36
    cost: 5000
    tax: 400
    material-costs:
    - item: Cobblestone
      amount: 10000
    - item: Oak Log
      amount: 1250
    - item: Gold Block
      amount: 100
    - item: Iron Block
      amount: 125
    - item: Bookshelf
      amount: 25
    - item: Obsidian
      amount: 100
    - item: Diamond Block
      amount: 30
    - item: Pumpkin
      amount: 50
    - item: Coal
      amount: 500
    - item: Wheat
      amount: 1000
    - item: Cookie
      amount: 20
    - item: Steak
      amount: 10
    - item: Paper
      name: '&fSoulweave Cloth'
      lore:
      - '&fCrafting Reagent           '
      - '&7Woven by the damned.'
      - '&9&oThis is used in advanced crafting'
      amount: 5
    - item: Leather
      name: '&fEnchanted Rawhide Scraps'
      lore:
      - '&fCrafting Reagent           '
      - '&7Enriched with souls.'
      - '&9&oThis is used in advanced crafting'
      amount: 5
    - item: Redstone
      name: '&fSoul Catalyst'
      lore:
      - '&fCrafting Reagent           '
      - '&7A common catalyst used in smithing'
      - '&9&oThis is used in advanced crafting'
      amount: 5
    - item: Iron Ingot
      name: '&5Moonstone Ingot'
      lore:
      - '&fCrafting Reagent           '
      - '&7A rare ingot used in smithing'
      - '&9&oThis is used in advanced crafting'
      amount: 5
    - item: Blue Ink Sack
      name: '&fMana Shards'
      lore:
      - '&fCrafting Reagent           '
      - '&7Used in leather working'
      - '&9&oThis is used in advanced crafting'
      amount: 5
    - item: Emerald
      displayname: '&fPeridot'
      lore:
      - '&fCrafting Reagent           '
      - '&7Used in enchanting'
      - '&9&oThis is used in advanced crafting'
      amount: 5
    - item: Diamond
      name: '&fSapphire'
      lore:
      - '&fCrafting Reagent           '
      - '&7Used in enchanting'
      - '&9&oThis is used in advanced crafting'
      amount: 5
    radius: 75
    enable-subregions: true
    max-subregions: 20
  MEDIUM:
    name: Town
    min-residents: 10
    max-residents: 60
    cost: 15000
    tax: 500
    material-costs:
    - item: Stone
      amount: 10000
    - item: Cobblestone
      amount: 30000
    - item: Oak Log
      amount: 5000
    - item: Gold Block
      amount: 250
    - item: Iron Block
      amount: 500
    - item: Brick
      amount: 500
    - item: TNT
      amount: 200
    - item: Bookshelf
      amount: 250
    - item: Moss Stone
      amount: 100
    - item: Obsidian
      amount: 300
    - item: Diamond Block
      amount: 200
    - item: Ice
      amount: 100
    - item: Cactus
      amount: 1000
    - item: Pumpkin
      amount: 100
    - item: Glowstone
      amount: 500
    - item: Mossy Stone Brick
      amount: 50
    - item: Emerald Block
      amount: 50
    - item: Coal
      amount: 2000
    - item: Cooked Porkchop
      amount: 500
    - item: Golden Apple
      amount: 25
    - item: Clay Brick
      amount: 100
    - item: Cooked Fish
      amount: 500
    - item: Flint
      name: '&aBadge of Loot Finding'
      lore:
      - '&fWorn             Badge'
      - '&2You are lucky!'
      amount: 10
    - item: Paper
      name: '&fSoulweave Cloth'
      lore:
      - '&fCrafting Reagent           '
      - '&7Woven by the damned.'
      - '&9&oThis is used in advanced crafting'
      amount: 10
    - item: Leather
      name: '&fEnchanted Rawhide Scraps'
      lore:
      - '&fCrafting Reagent           '
      - '&7Enriched with souls.'
      - '&9&oThis is used in advanced crafting'
      amount: 10
    - item: Redstone
      name: '&fSoul Catalyst'
      lore:
      - '&fCrafting Reagent           '
      - '&7A common catalyst used in smithing'
      - '&9&oThis is used in advanced crafting'
      amount: 10
    - item: Iron Ingot
      name: '&5Moonstone Ingot'
      lore:
      - '&fCrafting Reagent           '
      - '&7A rare ingot used in smithing'
      - '&9&oThis is used in advanced crafting'
      amount: 10
    - item: Blue Ink Sack
      name: '&fMana Shards'
      lore:
      - '&fCrafting Reagent           '
      - '&7Used in leather working'
      - '&9&oThis is used in advanced crafting'
      amount: 10
    - item: Emerald
      displayname: '&fPeridot'
      lore:
      - '&fCrafting Reagent           '
      - '&7Used in enchanting'
      - '&9&oThis is used in advanced crafting'
      amount: 10
    - item: Diamond
      name: '&fSapphire'
      lore:
      - '&fCrafting Reagent           '
      - '&7Used in enchanting'
      - '&9&oThis is used in advanced crafting'
      amount: 10
    radius: 100
    num-of-points: 50
    enable-subregions: true
    max-subregions: 30
  LARGE:
    name: City
    min-residents: 20
    max-residents: 120
    cost: 25000
    tax: 600
    material-costs:
    - item: Stone
      amount: 20000
    - item: Cobblestone
      amount: 40000
    - item: Oak Log
      amount: 7500
    - item: Gold Block
      amount: 300
    - item: Iron Block
      amount: 500
    - item: Brick
      amount: 500
    - item: TNT
      amount: 250
    - item: Bookshelf
      amount: 300
    - item: Moss Stone
      amount: 125
    - item: Obsidian
      amount: 350
    - item: Diamond Block
      amount: 250
    - item: Ice
      amount: 150
    - item: Cactus
      amount: 1250
    - item: Pumpkin
      amount: 250
    - item: Glowstone
      amount: 1000
    - item: Mossy Stone Brick
      amount: 75
    - item: Emerald Block
      amount: 75
    - item: Coal
      amount: 2500
    - item: Cooked Porkchop
      amount: 500
    - item: Golden Apple
      amount: 25
    - item: Clay Brick
      amount: 150
    - item: Cooked Fish
      amount: 500
    - item: Flint
      name: '&aBadge of Loot Finding'
      lore:
      - '&fWorn             Badge'
      - '&2You are lucky!'
      amount: 20
    - item: Paper
      name: '&fSoulweave Cloth'
      lore:
      - '&fCrafting Reagent           '
      - '&7Woven by the damned.'
      - '&9&oThis is used in advanced crafting'
      amount: 20
    - item: Leather
      name: '&fEnchanted Rawhide Scraps'
      lore:
      - '&fCrafting Reagent           '
      - '&7Enriched with souls.'
      - '&9&oThis is used in advanced crafting'
      amount: 20
    - item: Redstone
      name: '&fSoul Catalyst'
      lore:
      - '&fCrafting Reagent           '
      - '&7A common catalyst used in smithing'
      - '&9&oThis is used in advanced crafting'
      amount: 20
    - item: Iron Ingot
      name: '&5Moonstone Ingot'
      lore:
      - '&fCrafting Reagent           '
      - '&7A rare ingot used in smithing'
      - '&9&oThis is used in advanced crafting'
      amount: 20
    - item: Blue Ink Sack
      name: '&fMana Shards'
      lore:
      - '&fCrafting Reagent           '
      - '&7Used in leather working'
      - '&9&oThis is used in advanced crafting'
      amount: 20
    - item: Emerald
      displayname: '&fPeridot'
      lore:
      - '&fCrafting Reagent           '
      - '&7Used in enchanting'
      - '&9&oThis is used in advanced crafting'
      amount: 20
    - item: Diamond
      name: '&fSapphire'
      lore:
      - '&fCrafting Reagent           '
      - '&7Used in enchanting'
      - '&9&oThis is used in advanced crafting'
      amount: 20
    radius: 125
    num-of-points: 64
    enable-subregions: true
    max-subregions: 40
  HUGE:
    name: Capital
    min-residents: 40
    max-residents: 250
    cost: 50000
    tax: 1000
    material-costs:
    - item: Stone
      amount: 20000
    - item: Cobblestone
      amount: 50000
    - item: Oak Log
      amount: 10000
    - item: Gold Block
      amount: 500
    - item: Iron Block
      amount: 750
    - item: Brick
      amount: 500
    - item: TNT
      amount: 250
    - item: Bookshelf
      amount: 350
    - item: Moss Stone
      amount: 150
    - item: Obsidian
      amount: 500
    - item: Diamond Block
      amount: 300
    - item: Ice
      amount: 150
    - item: Cactus
      amount: 1500
    - item: Pumpkin
      amount: 500
    - item: Glowstone
      amount: 1500
    - item: Mossy Stone Brick
      amount: 100
    - item: Emerald Block
      amount: 100
    - item: Coal
      amount: 3500
    - item: Cooked Porkchop
      amount: 500
    - item: Golden Apple
      amount: 50
    - item: Clay Brick
      amount: 150
    - item: Cooked Fish
      amount: 500
    - item: Flint
      name: '&aBadge of Loot Finding'
      lore:
      - '&fWorn             Badge'
      - '&2You are lucky!'
      amount: 25
    - item: Paper
      name: '&fSoulweave Cloth'
      lore:
      - '&fCrafting Reagent           '
      - '&7Woven by the damned.'
      - '&9&oThis is used in advanced crafting'
      amount: 30
    - item: Leather
      name: '&fEnchanted Rawhide Scraps'
      lore:
      - '&fCrafting Reagent           '
      - '&7Enriched with souls.'
      - '&9&oThis is used in advanced crafting'
      amount: 30
    - item: Redstone
      name: '&fSoul Catalyst'
      lore:
      - '&fCrafting Reagent           '
      - '&7A common catalyst used in smithing'
      - '&9&oThis is used in advanced crafting'
      amount: 30
    - item: Iron Ingot
      name: '&5Moonstone Ingot'
      lore:
      - '&fCrafting Reagent           '
      - '&7A rare ingot used in smithing'
      - '&9&oThis is used in advanced crafting'
      amount: 30
    - item: Blue Ink Sack
      name: '&fMana Shards'
      lore:
      - '&fCrafting Reagent           '
      - '&7Used in leather working'
      - '&9&oThis is used in advanced crafting'
      amount: 30
    - item: Emerald
      displayname: '&fPeridot'
      lore:
      - '&fCrafting Reagent           '
      - '&7Used in enchanting'
      - '&9&oThis is used in advanced crafting'
      amount: 30
    - item: Diamond
      name: '&fSapphire'
      lore:
      - '&fCrafting Reagent           '
      - '&7Used in enchanting'
      - '&9&oThis is used in advanced crafting'
      amount: 30
    radius: 150
    num-of-points: 100
    enable-subregions: true
    max-subregions: 50
herochat:
  enabled: true
a few things wrong that is the problem with creating towns

changes i would make include:
- item: Cocoa beans
name: '&fEnchanted Rawhide Scraps'
lore:
- '&fCrafting Reagent '
- '&7Enriched with souls.'
- '&9&oThis is used in advanced crafting'
amount: 5
 

Kainzo

The Disposable Hero
Staff member
Founder
Adventure Team
Joined
Jan 7, 2011
Location
The 7th Circle of Heaven
this is the code for town upgrades and creating

Code:
towns:
  default-type: SMALL
  creation-cost: 2000
  distance-between: 350
  max: 50
  citizen-activity-check-interval: 1209600000
  town-citizen-requirement-check-interval: 604800000
  default-flags:
    BUILD: members
    PVP: all
    MOB_SPAWNING: false
    ENDER_BUILD: false
  OUTPOST:
    name: Outpost
    enable-regions: false
    channel-enabled: false
    radius: 0
  SMALL:
    name: Hamlet
    min-residents: 5
    max-residents: 30
    num-of-points: 36
    cost: 5000
    tax: 400
    material-costs:
    - item: Cobblestone
      amount: 10000
    - item: Oak Log
      amount: 1250
    - item: Gold Block
      amount: 100
    - item: Iron Block
      amount: 125
    - item: Bookshelf
      amount: 25
    - item: Obsidian
      amount: 100
    - item: Diamond Block
      amount: 30
    - item: Pumpkin
      amount: 50
    - item: Coal
      amount: 500
    - item: Wheat
      amount: 1000
    - item: Cookie
      amount: 20
    - item: Steak
      amount: 10
    - item: Paper
      name: '&fSoulweave Cloth'
      lore:
      - '&fCrafting Reagent           '
      - '&7Woven by the damned.'
      - '&9&oThis is used in advanced crafting'
      amount: 5
    - item: Leather
      name: '&fEnchanted Rawhide Scraps'
      lore:
      - '&fCrafting Reagent           '
      - '&7Enriched with souls.'
      - '&9&oThis is used in advanced crafting'
      amount: 5
    - item: Redstone
      name: '&fSoul Catalyst'
      lore:
      - '&fCrafting Reagent           '
      - '&7A common catalyst used in smithing'
      - '&9&oThis is used in advanced crafting'
      amount: 5
    - item: Iron Ingot
      name: '&5Moonstone Ingot'
      lore:
      - '&fCrafting Reagent           '
      - '&7A rare ingot used in smithing'
      - '&9&oThis is used in advanced crafting'
      amount: 5
    - item: Blue Ink Sack
      name: '&fMana Shards'
      lore:
      - '&fCrafting Reagent           '
      - '&7Used in leather working'
      - '&9&oThis is used in advanced crafting'
      amount: 5
    - item: Emerald
      displayname: '&fPeridot'
      lore:
      - '&fCrafting Reagent           '
      - '&7Used in enchanting'
      - '&9&oThis is used in advanced crafting'
      amount: 5
    - item: Diamond
      name: '&fSapphire'
      lore:
      - '&fCrafting Reagent           '
      - '&7Used in enchanting'
      - '&9&oThis is used in advanced crafting'
      amount: 5
    radius: 75
    enable-subregions: true
    max-subregions: 20
  MEDIUM:
    name: Town
    min-residents: 10
    max-residents: 60
    cost: 15000
    tax: 500
    material-costs:
    - item: Stone
      amount: 10000
    - item: Cobblestone
      amount: 30000
    - item: Oak Log
      amount: 5000
    - item: Gold Block
      amount: 250
    - item: Iron Block
      amount: 500
    - item: Brick
      amount: 500
    - item: TNT
      amount: 200
    - item: Bookshelf
      amount: 250
    - item: Moss Stone
      amount: 100
    - item: Obsidian
      amount: 300
    - item: Diamond Block
      amount: 200
    - item: Ice
      amount: 100
    - item: Cactus
      amount: 1000
    - item: Pumpkin
      amount: 100
    - item: Glowstone
      amount: 500
    - item: Mossy Stone Brick
      amount: 50
    - item: Emerald Block
      amount: 50
    - item: Coal
      amount: 2000
    - item: Cooked Porkchop
      amount: 500
    - item: Golden Apple
      amount: 25
    - item: Clay Brick
      amount: 100
    - item: Cooked Fish
      amount: 500
    - item: Flint
      name: '&aBadge of Loot Finding'
      lore:
      - '&fWorn             Badge'
      - '&2You are lucky!'
      amount: 10
    - item: Paper
      name: '&fSoulweave Cloth'
      lore:
      - '&fCrafting Reagent           '
      - '&7Woven by the damned.'
      - '&9&oThis is used in advanced crafting'
      amount: 10
    - item: Leather
      name: '&fEnchanted Rawhide Scraps'
      lore:
      - '&fCrafting Reagent           '
      - '&7Enriched with souls.'
      - '&9&oThis is used in advanced crafting'
      amount: 10
    - item: Redstone
      name: '&fSoul Catalyst'
      lore:
      - '&fCrafting Reagent           '
      - '&7A common catalyst used in smithing'
      - '&9&oThis is used in advanced crafting'
      amount: 10
    - item: Iron Ingot
      name: '&5Moonstone Ingot'
      lore:
      - '&fCrafting Reagent           '
      - '&7A rare ingot used in smithing'
      - '&9&oThis is used in advanced crafting'
      amount: 10
    - item: Blue Ink Sack
      name: '&fMana Shards'
      lore:
      - '&fCrafting Reagent           '
      - '&7Used in leather working'
      - '&9&oThis is used in advanced crafting'
      amount: 10
    - item: Emerald
      displayname: '&fPeridot'
      lore:
      - '&fCrafting Reagent           '
      - '&7Used in enchanting'
      - '&9&oThis is used in advanced crafting'
      amount: 10
    - item: Diamond
      name: '&fSapphire'
      lore:
      - '&fCrafting Reagent           '
      - '&7Used in enchanting'
      - '&9&oThis is used in advanced crafting'
      amount: 10
    radius: 100
    num-of-points: 50
    enable-subregions: true
    max-subregions: 30
  LARGE:
    name: City
    min-residents: 20
    max-residents: 120
    cost: 25000
    tax: 600
    material-costs:
    - item: Stone
      amount: 20000
    - item: Cobblestone
      amount: 40000
    - item: Oak Log
      amount: 7500
    - item: Gold Block
      amount: 300
    - item: Iron Block
      amount: 500
    - item: Brick
      amount: 500
    - item: TNT
      amount: 250
    - item: Bookshelf
      amount: 300
    - item: Moss Stone
      amount: 125
    - item: Obsidian
      amount: 350
    - item: Diamond Block
      amount: 250
    - item: Ice
      amount: 150
    - item: Cactus
      amount: 1250
    - item: Pumpkin
      amount: 250
    - item: Glowstone
      amount: 1000
    - item: Mossy Stone Brick
      amount: 75
    - item: Emerald Block
      amount: 75
    - item: Coal
      amount: 2500
    - item: Cooked Porkchop
      amount: 500
    - item: Golden Apple
      amount: 25
    - item: Clay Brick
      amount: 150
    - item: Cooked Fish
      amount: 500
    - item: Flint
      name: '&aBadge of Loot Finding'
      lore:
      - '&fWorn             Badge'
      - '&2You are lucky!'
      amount: 20
    - item: Paper
      name: '&fSoulweave Cloth'
      lore:
      - '&fCrafting Reagent           '
      - '&7Woven by the damned.'
      - '&9&oThis is used in advanced crafting'
      amount: 20
    - item: Leather
      name: '&fEnchanted Rawhide Scraps'
      lore:
      - '&fCrafting Reagent           '
      - '&7Enriched with souls.'
      - '&9&oThis is used in advanced crafting'
      amount: 20
    - item: Redstone
      name: '&fSoul Catalyst'
      lore:
      - '&fCrafting Reagent           '
      - '&7A common catalyst used in smithing'
      - '&9&oThis is used in advanced crafting'
      amount: 20
    - item: Iron Ingot
      name: '&5Moonstone Ingot'
      lore:
      - '&fCrafting Reagent           '
      - '&7A rare ingot used in smithing'
      - '&9&oThis is used in advanced crafting'
      amount: 20
    - item: Blue Ink Sack
      name: '&fMana Shards'
      lore:
      - '&fCrafting Reagent           '
      - '&7Used in leather working'
      - '&9&oThis is used in advanced crafting'
      amount: 20
    - item: Emerald
      displayname: '&fPeridot'
      lore:
      - '&fCrafting Reagent           '
      - '&7Used in enchanting'
      - '&9&oThis is used in advanced crafting'
      amount: 20
    - item: Diamond
      name: '&fSapphire'
      lore:
      - '&fCrafting Reagent           '
      - '&7Used in enchanting'
      - '&9&oThis is used in advanced crafting'
      amount: 20
    radius: 125
    num-of-points: 64
    enable-subregions: true
    max-subregions: 40
  HUGE:
    name: Capital
    min-residents: 40
    max-residents: 250
    cost: 50000
    tax: 1000
    material-costs:
    - item: Stone
      amount: 20000
    - item: Cobblestone
      amount: 50000
    - item: Oak Log
      amount: 10000
    - item: Gold Block
      amount: 500
    - item: Iron Block
      amount: 750
    - item: Brick
      amount: 500
    - item: TNT
      amount: 250
    - item: Bookshelf
      amount: 350
    - item: Moss Stone
      amount: 150
    - item: Obsidian
      amount: 500
    - item: Diamond Block
      amount: 300
    - item: Ice
      amount: 150
    - item: Cactus
      amount: 1500
    - item: Pumpkin
      amount: 500
    - item: Glowstone
      amount: 1500
    - item: Mossy Stone Brick
      amount: 100
    - item: Emerald Block
      amount: 100
    - item: Coal
      amount: 3500
    - item: Cooked Porkchop
      amount: 500
    - item: Golden Apple
      amount: 50
    - item: Clay Brick
      amount: 150
    - item: Cooked Fish
      amount: 500
    - item: Flint
      name: '&aBadge of Loot Finding'
      lore:
      - '&fWorn             Badge'
      - '&2You are lucky!'
      amount: 25
    - item: Paper
      name: '&fSoulweave Cloth'
      lore:
      - '&fCrafting Reagent           '
      - '&7Woven by the damned.'
      - '&9&oThis is used in advanced crafting'
      amount: 30
    - item: Leather
      name: '&fEnchanted Rawhide Scraps'
      lore:
      - '&fCrafting Reagent           '
      - '&7Enriched with souls.'
      - '&9&oThis is used in advanced crafting'
      amount: 30
    - item: Redstone
      name: '&fSoul Catalyst'
      lore:
      - '&fCrafting Reagent           '
      - '&7A common catalyst used in smithing'
      - '&9&oThis is used in advanced crafting'
      amount: 30
    - item: Iron Ingot
      name: '&5Moonstone Ingot'
      lore:
      - '&fCrafting Reagent           '
      - '&7A rare ingot used in smithing'
      - '&9&oThis is used in advanced crafting'
      amount: 30
    - item: Blue Ink Sack
      name: '&fMana Shards'
      lore:
      - '&fCrafting Reagent           '
      - '&7Used in leather working'
      - '&9&oThis is used in advanced crafting'
      amount: 30
    - item: Emerald
      displayname: '&fPeridot'
      lore:
      - '&fCrafting Reagent           '
      - '&7Used in enchanting'
      - '&9&oThis is used in advanced crafting'
      amount: 30
    - item: Diamond
      name: '&fSapphire'
      lore:
      - '&fCrafting Reagent           '
      - '&7Used in enchanting'
      - '&9&oThis is used in advanced crafting'
      amount: 30
    radius: 150
    num-of-points: 100
    enable-subregions: true
    max-subregions: 50
herochat:
  enabled: true
a few things wrong that is the problem with creating towns

changes i would make include:
- item: Cocoa beans
name: '&fEnchanted Rawhide Scraps'
lore:
- '&fCrafting Reagent '
- '&7Enriched with souls.'
- '&9&oThis is used in advanced crafting'
amount: 5
yah that might be it
 

Kainzo

The Disposable Hero
Staff member
Founder
Adventure Team
Joined
Jan 7, 2011
Location
The 7th Circle of Heaven
Any update? We're kinda in limbo until this is fixed...
You need to re-test. I've changed the "Enchanted Leather Scraps" from "Leather" to "brown ink sack" - that should take care of it on the item config side.

Was almost certain we had this tested and working...

@gabizou - tagging you because I dont know what else it could be.
 

Kainzo

The Disposable Hero
Staff member
Founder
Adventure Team
Joined
Jan 7, 2011
Location
The 7th Circle of Heaven
Well we tried to make a town and at first it allowed us to charter, sign, then claim. We then we put the requirements into the bank but it continued to say we didn't have the right items, when we did.
Also it had each of us listed as "None of Amunet" and when we relogged the town was still there but we were not part of it.

Danda forced us into the town but we still cannot create to make regions.
We're stuck without regions but have all the requirements.

@gabizou
@Kainzo
Okay, after looking into the config - it appears some things were wrong. The custom items weren't being taken. at 4PM CST today, please retry your claim/creation.
 

Barnubus

Legacy Supporter 8
Joined
Jul 18, 2011
Location
California
Okay, after looking into the config - it appears some things were wrong. The custom items weren't being taken. at 4PM CST today, please retry your claim/creation.
Thank you for looking into it! I will try now!
EDIT: Not now ._. At 4PM CST.
 

Barnubus

Legacy Supporter 8
Joined
Jul 18, 2011
Location
California
Alrighty we tried to /town claim, but it's saying the same thing. Should we try to redeposit more of the special items? It seems we're out since we've put so many in trying to test (a few times for Danda)
 

Kainzo

The Disposable Hero
Staff member
Founder
Adventure Team
Joined
Jan 7, 2011
Location
The 7th Circle of Heaven
Alrighty we tried to /town claim, but it's saying the same thing. Should we try to redeposit more of the special items? It seems we're out since we've put so many in trying to test (a few times for Danda)
nah, your items shouldnt diappear.. it means something isnt working. ill look into it a bit more closely soon
 

Barnubus

Legacy Supporter 8
Joined
Jul 18, 2011
Location
California
nah, your items shouldnt diappear.. it means something isnt working. ill look into it a bit more closely soon
Alright, until then we're without a home and without a reason to play! We want to get rollin on the town! Thank again for looking into it.
 

Kainzo

The Disposable Hero
Staff member
Founder
Adventure Team
Joined
Jan 7, 2011
Location
The 7th Circle of Heaven
Alright, until then we're without a home and without a reason to play! We want to get rollin on the town! Thank again for looking into it.
Try after this next restart - it looks like even though I edited the configs, we have to have the server offline for them to save properly.
 
Top