12 Commits

Author SHA1 Message Date
agroschim
3cfc8c1a07 Bugfixes and typos 2026-01-27 15:19:12 +01:00
agroschim
1127cb5d3e Bugfix in trigger #49100 2026-01-22 21:24:17 +01:00
60c28bbfee merge upstream 2026-01-22 21:03:28 +01:00
1433fb4145 not needed 2026-01-22 17:32:38 +01:00
b38e0deaf8 test 2026-01-22 17:31:23 +01:00
1a6953dc9f Merge branch 'master' of https://gitea.wilderland.ovh/kyonshi/grenzland-mud 2026-01-22 12:25:26 +01:00
9b9bb8eab5 moving stuff around 2026-01-22 12:23:29 +01:00
b1844be82d Update README.md 2026-01-20 16:14:59 +01:00
8fd4d5b234 Merge branch 'master' of https://gitea.wilderland.ovh/kyonshi/grenzland-mud 2026-01-20 16:13:41 +01:00
5ac7427a6f Merge branch 'grenzland' 2026-01-20 16:11:17 +01:00
37ba5ea608 yep 2026-01-20 01:03:20 +01:00
8125d736c9 new branch Grenzland 2026-01-16 13:31:28 +01:00
6 changed files with 20 additions and 11 deletions

4
.gitignore vendored
View File

@@ -63,6 +63,10 @@ lib/plrobjs/index
!lib/plrobjs/U-Z/00 !lib/plrobjs/U-Z/00
!lib/plrobjs/ZZZ/00 !lib/plrobjs/ZZZ/00
#don't commit logs
!log/*
!syslog.CRASH
# also not autogenerated config file # also not autogenerated config file
/lib/etc/config /lib/etc/config
# or the list of last logins # or the list of last logins

View File

@@ -1,3 +1,5 @@
Files for Grenzland-MUD
Files for grenzland-mud, forked from tbamud Files for grenzland-mud, forked from tbamud

View File

@@ -1,12 +1,12 @@
#49100 #49100
Editorial Room Key - 49104~ Editorial Room Key - 49104~
2 b 25 2 c 0
examine~ l~
if !%actor.has_item(49104)% if %cmd.mudcommand% == look && !%actor.has_item(49104)%
%echo% Wait? Is that a key lying there!? Better pick that up! %echo% Wait? Is that a key lying there!? Better pick that up!
%load% obj 49104 %actor% inv %load% obj 49104 %actor% inv
else else
%echo% Surprisingly clean. return 0
end end
~ ~
$~ $~

View File

@@ -94,6 +94,10 @@ You see the sink and the exit.
~ ~
~ ~
1 -1 49103 1 -1 49103
E
stall stalls toilet toilets room~
Surprisingly clean.
~
S S
T 49100 T 49100
#49110 #49110
@@ -140,8 +144,8 @@ S
#49112 #49112
The Library~ The Library~
The walls are bookshelves and the room is filled with plenty of The walls are bookshelves and the room is filled with plenty of
winged chairs, reading desks and map tables. One book shelves to the winged chairs, reading desks and map tables. One of the book shelves
North seems to be a door of some sort? to the North seems to be a door of some sort?
~ ~
491 de 0 0 0 0 491 de 0 0 0 0
D0 D0

View File

@@ -2,13 +2,13 @@
GrenzlandMUD~ GrenzlandMUD~
Grenzland Building~ Grenzland Building~
49100 49199 15 2 d 0 0 0 1 33 49100 49199 15 2 d 0 0 0 1 33
M 0 4900 1 49100 (the waiter) M 0 49100 1 49100 (the waiter)
G 1 4901 100 -1 (a bottle) G 1 4901 100 -1 (a bottle)
G 1 4902 100 -1 (a bottle) G 1 4902 100 -1 (a bottle)
G 1 4903 100 -1 (a bottle) G 1 4903 100 -1 (a bottle)
G 1 4904 100 -1 (a bottle) G 1 4904 100 -1 (a bottle)
M 0 4901 1 49102 (the waiter) M 0 49102 1 49101 (the shopkeeper)
G 1 4905 100 -1 (a zine) G 1 4905 50 -1 (a zine)
R 0 49101 4900 -1 (a bulletin board) R 0 49101 4900 -1 (a bulletin board)
O 0 4900 99 49101 (a bulletin board) O 0 4900 99 49101 (a bulletin board)
R 0 49103 49103 -1 (a sink) R 0 49103 49103 -1 (a sink)

View File

@@ -1 +0,0 @@
This directory is for log files.