Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Synchronet
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
Container 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
Main
Synchronet
Commits
484e6493
Commit
484e6493
authored
14 years ago
by
mcmlxxix
Browse files
Options
Downloads
Patches
Plain Diff
updates by TheteSigma
parent
092f64bf
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
xtrn/dgnlance/dgnlance.js
+2
-6
2 additions, 6 deletions
xtrn/dgnlance/dgnlance.js
xtrn/dgnlance/docs.asc
+59
-57
59 additions, 57 deletions
xtrn/dgnlance/docs.asc
with
61 additions
and
63 deletions
xtrn/dgnlance/dgnlance.js
+
2
−
6
View file @
484e6493
...
...
@@ -322,9 +322,7 @@ function weaponshop()
break
;
case
'
W
'
:
console
.
writeln
(
"
Weapon
"
);
buyprice
=
player
.
charisma
;
buyprice
*=
player
.
weapon
.
cost
;
buyprice
/=
20
;
buyprice
=
player
.
charisma
*
player
.
weapon
.
cost
/
20
;
console
.
crlf
();
console
.
write
(
"
I will purchase it for
"
+
buyprice
+
"
, okay?
"
);
if
(
dgn_getkeys
(
"
YN
"
)
==
'
Y
'
)
{
...
...
@@ -339,9 +337,7 @@ function weaponshop()
break
;
case
'
A
'
:
console
.
writeln
(
"
Armour
"
);
buyprice
=
player
.
charisma
;
buyprice
*=
player
.
armour
.
cost
;
buyprice
/=
20
;
buyprice
=
player
.
charisma
*
player
.
armour
.
cost
/
20
;
console
.
crlf
();
console
.
write
(
"
I will purchase it for
"
+
buyprice
+
"
, okay?
"
);
if
(
dgn_getkeys
(
"
YN
"
)
==
'
Y
'
)
{
...
...
This diff is collapsed.
Click to expand it.
xtrn/dgnlance/docs.asc
+
59
−
57
View file @
484e6493
Dragonlance COMMANDS
!!!!!!!!!!!!!!!!!!!!
1-4 - Entering numbers 1 thru 4 will allow you to attack various monsters
according to level. 4 being the greatest of levels and 1 being the
the lowest.
A/B - Engage in character to character battle.
C - Change Status. Use this command to increase your attributes, please
note that you will have to decrease another stat inturn.
D - Documentation.
E - Enter a Announcement. You are permitted to change the war
bulletin at will. Use this to read the bulletin and write a new
one.
F - Lists the fights of the day.
G - Gamble for Steel Pieces. Odds are 100 to 1 that you will win the
maximum prize. Prizes go in this fashion: 100:1 ... 10:1 ... 3:1.
H - Heal your status.. it will cost you Steel according to your level.
Press return at any time to heal all ht points.
Q - None other than the notorious QUIT THE GAME.
R - Rank the players according to obtained experience points.
S - Show your status
T - Training Grounds. Here you can increase a stat w/o decreasing
another. The only disadvantage being the enormous cost!
X - Becareful.. this will RE-ROLL your character if you wish it to
happen.
Z - Spy on another user. This will cost you nothing but a measly
20 Steel pieces, and spy away.. all ya want. More info with
the 'Z' command.
+ - Deposit Steel in the bank (no one can steel it here!);
- - Withdraw all Steel, please note that if you forget to deposit it
after you quit and someone plays, they can steel your money!
* - Change your Emblem. Change your name to whatever you want.
note there are some trickey things you can do with your name so
it's difficult to spy on people.
P - A Little Plug For My BBS
# - Change your battle cry. Utter any oath you like!!!
V - Version Info and How To Reach Author
Dragonlance COMMANDS
!!!!!!!!!!!!!!!!!!!!
1-5 - Entering numbers 1 thru 5 will allow you to attack various monsters
according to level. 5 being the greatest of levels and 1 being the
the lowest.
A/B - Engage in character to character battle.
C - Change Status. Use this command to increase your attributes, please
note that you will have to decrease another stat inturn.
D - Documentation.
E - Enter a Announcement. You are permitted to change the war
bulletin at will. Use this to read the bulletin and write a new
one.
F - Lists the fights of the day.
G - Gamble for Steel Pieces. Odds are 100 to 1 that you will win the
maximum prize. Prizes go in this fashion: 100:1 ... 10:1 ... 3:1.
H - Heal your status.. it will cost you Steel according to your level.
Press return at any time to heal all ht points.
Q - None other than the notorious QUIT THE GAME.
R - Rank the players according to obtained experience points.
S - Show your status
T - Training Grounds. Here you can increase a stat w/o decreasing
another. The only disadvantage being the enormous cost!
W - Weapon shop. Browse, Sell, or Purchase weapson and armour.
X - Becareful.. this will RE-ROLL your character if you wish it to
happen.
Z - Spy on another user. This will cost you nothing but a measly
20 Steel pieces, and spy away.. all ya want. More info with
the 'Z' command.
+ - Deposit Steel in the bank (no one can steel it here!);
- - Withdraw all Steel, please note that if you forget to deposit it
after you quit and someone plays, they can steel your money!
* - Change your Emblem. Change your name to whatever you want.
note there are some trickey things you can do with your name so
it's difficult to spy on people.
P - A Little Plug For My BBS
# - Change your battle cry. Utter any oath you like!!!
V - Version Info and How To Reach Author
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