Browse Source

Merge branch '145-help-text-misleading' into 'staging'

Fixes 145

See merge request !90
tags/v0.1.3^2
Big Bad Waffle 7 years ago
parent
commit
7a70e9007a
3 changed files with 4 additions and 4 deletions
  1. +1
    -1
      src/client/ui/templates/help/template.html
  2. +2
    -2
      src/server/config/maps/tutorial/map.json
  3. +1
    -1
      src/server/config/maps/tutorial/zone.js

+ 1
- 1
src/client/ui/templates/help/template.html View File

@@ -4,7 +4,7 @@
<div class="row"><span class="topic">Combat: </span><br />Hover on an enemy and press 1 to enable auto-attack</div>
<div class="row"><span class="topic">Chat: </span><br />Press Enter to open the chat window</div>
<div class="row"><span class="topic">Inventory: </span><br />Press i to open your inventory</div>
<div class="row"><span class="topic">Equipment: </span><br />Click on an item in your inventory to equip it</div>
<div class="row"><span class="topic">Equipment: </span><br />Right click an item in your inventory to equip it or press j for the equipment panel</div>
<div class="row"><span class="topic">Stats: </span><br />Wizards and Clerics need Int to deal more damage. Thieves need Dex and Warriors need Str</div>
<div class="row"><span class="topic">Show Nameplates: </span><br />V</div>
<div class="row"><span class="topic">Who's Online: </span><br />O</div>

+ 2
- 2
src/server/config/maps/tutorial/map.json View File

@@ -1115,7 +1115,7 @@
"name":"",
"properties":
{
"cpnNotice":"{\"maxLevel\": 1, \"msg\": \"You can loot items by standing on them then open your inventory with <font class='color-green'>i<\/font>.<br \/><br \/>To equip an item, simply click on the item in your inventory.\"}"
"cpnNotice":"{\"maxLevel\": 2, \"msg\": \"You can loot items by standing on them then open your inventory with <font class='color-green'>i<\/font>.<br \/><br \/>To equip an item, simply right click the item in your inventory.\"}"
},
"rotation":0,
"type":"",
@@ -1130,7 +1130,7 @@
"name":"",
"properties":
{
"cpnNotice":"{\"maxLevel\": 1, \"msg\": \"You can loot items by standing on them then open your inventory with <font class='color-green'>i<\/font>.<br \/><br \/>To equip an item, simply click on the item in your inventory.\"}"
"cpnNotice":"{\"maxLevel\": 2, \"msg\": \"You can loot items by standing on them then open your inventory with <font class='color-green'>i<\/font>.<br \/><br \/>To equip an item, simply right click the item in your inventory.\"}"
},
"rotation":0,
"type":"",


+ 1
- 1
src/server/config/maps/tutorial/zone.js View File

@@ -109,7 +109,7 @@ module.exports = {
rolls: 1,
noRandom: true,
blueprints: [{
maxLevel: 1,
maxLevel: 2,
name: 'Family Heirloom',
quality: 2,
slot: 'neck',


Loading…
Cancel
Save