Couple Flag/Symbol Questions

For builders to discuss and ask building questions.
Post Reply
Estrild
Sword Apprentice
Sword Apprentice
Posts: 52
Joined: Thu Apr 14, 2005 2:18 pm
Contact:

Couple Flag/Symbol Questions

Post by Estrild » Tue Feb 17, 2009 1:07 am

I somehow can't seem to find the answers to this.

in the #ECONOMY flag, what is the difference between the first and second numbers you provide for it?

what does $ mean, exactly? It seems mostly used to call for things, like the name/room/mob/etc, so why is it sitting by itself as in this example:

Code: Select all

#JUSTICE
CourtRoom 4081
Dungeon 4085
Judge 4070
Crime CRIME_HIGH_MURDER PUNISHMENT_DEATH
Crime CRIME_LOW_MURDER PUNISHMENT_SEVER
Crime CRIME_ASSAULT PUNISHMENT_JAIL
Crime CRIME_MUGGING PUNISHMENT_RANDOM_ITEM
$
#RANGES
0 65 0 65
$
Estrild scoffs the rest of the bread before it can come up with a response.
User avatar
Kelemvor
Sword Grand Master
Sword Grand Master
Posts: 2295
Joined: Mon Apr 11, 2005 6:14 pm
Location: The Fugue Plain within the Crystal Spire

Re: Couple Flag/Symbol Questions

Post by Kelemvor » Tue Feb 17, 2009 10:09 pm

'S' '$' and '#$' symbols are used at various points in the area file to denote the end of a particular section - in the same way that 'S' and '|' denote the end of a mob or objects code or '~' denotes the end of a line.

I'm sure there's a deeper reason behind those particular symbols being in those places, but I just worry about making sure that they're in the right place rather than what they do :)
...never send to know for whom the bell tolls,
it tolls for thee.
Dalvyn
Sword Grand Master
Sword Grand Master
Posts: 4708
Joined: Tue Jul 15, 2003 9:26 pm
Location: House of Wonder, Waterdeep

Re: Couple Flag/Symbol Questions

Post by Dalvyn » Thu Mar 26, 2009 8:19 am

Re: Economy.

They are the "starting value" (or high value) and "low value". (Not sure which one is which though, but the starting value is the highest).

When the game is started (or after a copyover), the starting value is the amount of money that the mobs in the area collectively possess. They use this pool to pay PCs who sell objects to mechants for example. And when PCs buy things, the money they pay is added to this pool.

When the pool value goes under the "low value", it starts regenerating automatically, till it reaches the "low value".
Image
Post Reply