Skip to content

Commit

Permalink
Merge pull request #360 from bonnedav/clanfix1
Browse files Browse the repository at this point in the history
Bugfixes and improvements to the clan system.
  • Loading branch information
Seifert69 authored Dec 28, 2022
2 parents d96500e + 8e488f3 commit de73993
Show file tree
Hide file tree
Showing 4 changed files with 199 additions and 40 deletions.
2 changes: 2 additions & 0 deletions vme/etc/help/strings/clancommands.hlp
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,6 @@ cexit clan donate<br/>
Appointed members:<br/>
cwithdraw cunstore<br/>
<br/>
<br/>Anyone:<br/>
clist<br/>
<br/>
2 changes: 2 additions & 0 deletions vme/zone/basis.zon
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@ external
login_event@bounty();
login_clean@justice();
login_clean@guilds();
cupdate@clans();


var
Expand Down Expand Up @@ -615,6 +616,7 @@ code
login_modify(self);
exec("look", self);
login_event@bounty();
dilcopy("cupdate@clans()", self);
quit;
}

Expand Down
4 changes: 2 additions & 2 deletions vme/zone/clan_koh.zon
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ is filled with treasure. To reach the chest you must walk through the Veil of
Truth. You begin to walk towards it but oddly you begin to feel warm..."


flags {UNIT_FL_NO_TELEPORT, UNIT_FL_NO_WEATHER}
flags {UNIT_FL_INDOORS, UNIT_FL_NO_TELEPORT, UNIT_FL_NO_WEATHER}
movement SECT_INSIDE

up to clan_enter;
Expand All @@ -116,7 +116,7 @@ say: Issa, Doggy, Alvaneu, Sentrosi, Joff, Wash, Snaga. These people must be
very important to the clan! You feel a deep sense of honor for these people."


flags {UNIT_FL_NO_TELEPORT, UNIT_FL_NO_WEATHER}
flags {UNIT_FL_INDOORS, UNIT_FL_NO_TELEPORT, UNIT_FL_NO_WEATHER}
movement SECT_INSIDE

east to clan_fount
Expand Down
Loading

0 comments on commit de73993

Please sign in to comment.