summaryrefslogtreecommitdiff
path: root/data/help/tips
diff options
context:
space:
mode:
Diffstat (limited to 'data/help/tips')
-rw-r--r--data/help/tips/1-1.jpgbin0 -> 42139 bytes
-rw-r--r--data/help/tips/1-2.jpgbin0 -> 26274 bytes
-rw-r--r--data/help/tips/1.txt3
-rw-r--r--data/help/tips/2.txt2
-rw-r--r--data/help/tips/3.txt2
-rw-r--r--data/help/tips/4.txt2
-rw-r--r--data/help/tips/5.txt2
-rw-r--r--data/help/tips/6.txt2
-rw-r--r--data/help/tips/CMakeLists.txt12
-rw-r--r--data/help/tips/Makefile.am16
10 files changed, 41 insertions, 0 deletions
diff --git a/data/help/tips/1-1.jpg b/data/help/tips/1-1.jpg
new file mode 100644
index 000000000..855e72315
--- /dev/null
+++ b/data/help/tips/1-1.jpg
Binary files differ
diff --git a/data/help/tips/1-2.jpg b/data/help/tips/1-2.jpg
new file mode 100644
index 000000000..3028e6ce6
--- /dev/null
+++ b/data/help/tips/1-2.jpg
Binary files differ
diff --git a/data/help/tips/1.txt b/data/help/tips/1.txt
new file mode 100644
index 000000000..d76d94492
--- /dev/null
+++ b/data/help/tips/1.txt
@@ -0,0 +1,3 @@
+You can hide/show bars and buttons by right click and select menu item.
+~~~help/tips/1-1.jpg~
+~~~help/tips/1-2.jpg~
diff --git a/data/help/tips/2.txt b/data/help/tips/2.txt
new file mode 100644
index 000000000..231864b73
--- /dev/null
+++ b/data/help/tips/2.txt
@@ -0,0 +1,2 @@
+You can buy or sell items from players shops.
+Right click on player and select "Buy" or "Sell"
diff --git a/data/help/tips/3.txt b/data/help/tips/3.txt
new file mode 100644
index 000000000..2f154124d
--- /dev/null
+++ b/data/help/tips/3.txt
@@ -0,0 +1,2 @@
+You can disable yellow bar,
+by pressing key 8 on numeric keyboard.
diff --git a/data/help/tips/4.txt b/data/help/tips/4.txt
new file mode 100644
index 000000000..05d2c40a9
--- /dev/null
+++ b/data/help/tips/4.txt
@@ -0,0 +1,2 @@
+You can restore yellow bar settings,
+by right click on it and select in context menu "Reset yellow bar".
diff --git a/data/help/tips/5.txt b/data/help/tips/5.txt
new file mode 100644
index 000000000..9cc26c905
--- /dev/null
+++ b/data/help/tips/5.txt
@@ -0,0 +1,2 @@
+You can copy value from any bar,
+by right click on it and select in context menu "Copy to chat".
diff --git a/data/help/tips/6.txt b/data/help/tips/6.txt
new file mode 100644
index 000000000..6178d6971
--- /dev/null
+++ b/data/help/tips/6.txt
@@ -0,0 +1,2 @@
+You can set away mode,
+by type in chat command /away
diff --git a/data/help/tips/CMakeLists.txt b/data/help/tips/CMakeLists.txt
new file mode 100644
index 000000000..b0b1b7947
--- /dev/null
+++ b/data/help/tips/CMakeLists.txt
@@ -0,0 +1,12 @@
+SET(FILES
+ 1.txt
+ 1-1.jpg
+ 1-2.jpg
+ 2.txt
+ 3.txt
+ 4.txt
+ 5.txt
+ 6.txt
+ )
+
+INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/help/tips)
diff --git a/data/help/tips/Makefile.am b/data/help/tips/Makefile.am
new file mode 100644
index 000000000..1c7e6550e
--- /dev/null
+++ b/data/help/tips/Makefile.am
@@ -0,0 +1,16 @@
+
+helptipsdir = $(pkgdatadir)/data/help/tips
+
+helptips_DATA = \
+ 1.txt \
+ 1-1.jpg \
+ 1-2.jpg \
+ 2.txt \
+ 3.txt \
+ 4.txt \
+ 5.txt \
+ 6.txt
+
+EXTRA_DIST = \
+ $(helptips_DATA) \
+ CMakeLists.txt