Sign in to follow this  
Darkness1990

Problem with upkeep cost mod

Recommended Posts

I've found a big problem with the mod, If I set the free tiles to 121, it gives players 121 free tiles every time they resize the deed.

 

For example they make a deed 5x5x5x5 or 11x11 (121 tiles) then they resize to 7x7x7x7 or 15x15 (225 tiles) because the tile difference is only 104 tiles its applying the 121 for free every time.

so they just keep expanding under 121 tiles to exploit the system and get tiles for free. 

 

settings

 

# Upkeep costs - in irons
# Costs per deeded tile
tile_cost=100
tile_upkeep=0
# Costs per perimeter tile
perimeter_cost=50
perimeter_upkeep=5
# Minimum value for upkeep
minimum_upkeep=0
# Extra money added to the founding charge that goes into upkeep
into_upkeep=0
# Cost for changing deed name during Resize
name_change=5000

# Values vary depending on server type:
# Normal
# Epic/Challenge
normal_guard_cost=10000
normal_guard_upkeep=0
epic_guard_cost=20000
epic_guard_upkeep=0

# Number of free tiles
free_tiles=121
# Number of free perimeter tiles
# The 5 minimum "layers" are always free
free_perimeter=0

# Minimum amount drained
min_drain=7500
# When draining a deed the amount drained increases with every drain.  This sets the maximum this increase can reach. (decimal)
max_drain_modifier=5.0
#The amount the drain modifier increases with every successful drain. (decimal)
drain_modifier_increment=0.5

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this