Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
serverdata
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HoraK-FDF
serverdata
Commits
63fd0785
Unverified
Commit
63fd0785
authored
3 years ago
by
Jesusalva Jesusalva
Browse files
Options
Downloads
Patches
Plain Diff
This is all fore-shadowing I'm willing to share.
parent
1f187f49
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
world/map/npc/001-1/constable.txt
+1
-0
1 addition, 0 deletions
world/map/npc/001-1/constable.txt
world/map/npc/009-1/constable.txt
+35
-0
35 additions, 0 deletions
world/map/npc/009-1/constable.txt
with
36 additions
and
0 deletions
world/map/npc/001-1/constable.txt
+
1
−
0
View file @
63fd0785
...
...
@@ -2,6 +2,7 @@
001-1,50,74,0|script|Constable Perry Graf|150
{
npctalk strnpcinfo(0), "Brother Bob acquired mass warp powers; Right after the day of the fool, wear something cool.";
mes "[Constable Perry Graf]";
mes "\"Hello. Make sure to follow the rules!\"";
callfunc "GameRules";
...
...
This diff is collapsed.
Click to expand it.
world/map/npc/009-1/constable.txt
+
35
−
0
View file @
63fd0785
...
...
@@ -2,10 +2,45 @@
009-1,55,34,0|script|Constable Bob|419
{
npctalk strnpcinfo(0), "I've acquired mass warp powers; Right after the day of the fool, wear something cool.";
mes "[Constable Bob]";
mes "\"Hello.\"";
mes "\"I've been getting complaints of lawlessness in Hurnscald recently, so I thought I'd come down here myself and explain the rules.\"";
mes "\"Please make sure that you follow them!\"";
callfunc "GameRules";
close;
/* 2022 Blackbox */
L_End:
end;
OnClock2339:
if (gettime(7) != 2022) goto L_End;
if (gettime(6) != 3) goto L_End;
if (gettime(5) != 31) goto L_End;
announce "The server will be going down for scheduled maintenance in ##1##B20 minutes##b.", 0;
end;
OnClock2349:
if (gettime(7) != 2022) goto L_End;
if (gettime(6) != 3) goto L_End;
if (gettime(5) != 31) goto L_End;
announce "The server will be going down for scheduled maintenance in ##1##B10 minutes##b.", 0;
end;
OnClock2354:
if (gettime(7) != 2022) goto L_End;
if (gettime(6) != 3) goto L_End;
if (gettime(5) != 31) goto L_End;
announce "The server will be going down for scheduled maintenance in ##1##B5 minutes##b.", 0;
end;
OnClock2359:
if (gettime(7) != 2022) goto L_End;
if (gettime(6) != 3) goto L_End;
if (gettime(5) != 31) goto L_End;
announce "##1The server will be going down for scheduled maintenance!", 0;
// No need to mapexit - Cron will do the dirty job
end;
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment