-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdialogs.xml
More file actions
165 lines (163 loc) · 5.21 KB
/
dialogs.xml
File metadata and controls
165 lines (163 loc) · 5.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<?xml version="1.0" encoding="UTF-8"?>
<dialogs>
<npc id="1">
<reply text="Witaj!">
<player text="Witaj magu!">
<reply text="Chcesz questa?">
<player text="Tak">
<reply text="Na moczarach są złote kalesony, przynieś je!">
<player text="Podejme się!" condition="level > 10">
<reply text="A więc idź, czekam!" action="3" questname="moczary0">
</reply>
</player>
<player text="Nie interesuje mnie to zadanie">
<reply text="Cóż, szkoda" >
</reply>
</player>
</reply>
</player>
<player text="Nie">
<reply text="Twoja strata :P">
</reply>
</player>
<player text="Co dostane w zamian?">
<reply text="Nagrode, bardzo chojną">
</reply>
</player>
</reply>
</player>
<player text="Dawaj itemy" >
<reply text="Czy to napad?">
<player text="Tak" condition="strength > 50">
<reply text="Okej koksie nie bij, masz" action="1" params="103,22,45,125,1024">
</reply>
</player>
<player text="Nie">
<reply text="Uff, to dobrze">
</reply>
</player>
<player text="Być może">
<reply text="Żadam dokładnej odpowiedzi">
<player text="Tak">
<reply text="Więc walcz!">
</reply>
</player>
<player text="Nie">
<reply text="Uff, to dobrze">
<player text="Nom">
<reply text="Hiho">
<player text="Co?">
<reply text="Nic">
<player text="Może jednak coś?">
<reply text="Nie, nic">
<player text="Na pewno?">
<reply text="No, na pewno">
</reply>
</player>
<player text="Daj piniążek">
<reply text="Nie mam :(">
<player text="Masz masz">
<reply text="Jakbym miał, i tak bym nie dał">
</reply>
</player>
<player text="No rozumiem, bida w krainie">
<reply text="Niestety">
<player text="No daj dolara">
<reply text="No nie mam, serio">
<player text="maszmaszmaszmasz">
<reply text="Dobra żebraku, masz 10 golda i ić sobie">
<player text="Dziękuje Ci">
<reply text="Idź już">
</reply>
</player>
<player text="A dej jescze 10 golda">
<reply text="O ty chamie, walcz!">
</reply>
</player>
<player text="Daj jescze plix">
<reply text="Ile?">
<player text="1 zet">
<reply text="Tyle Ci moge dać">
</reply>
</player>
<player text="3 zeta">
<reply text="Okej, ale nie pokazuj sie tu przez tydzień!">
</reply>
</player>
<player text="10 zeta">
<reply text="O ty chamie!">
</reply>
</player>
</reply>
</player>
</reply>
</player>
</reply>
</player>
<player text="Żegnaj">
<reply text="3m sie">
</reply>
</player>
</reply>
</player>
</reply>
</player>
</reply>
</player>
</reply>
</player>
<player text="Test1">
<reply text="Test3">
</reply>
</player>
<player text="Test2">
<reply text="Test4">
</reply>
</player>
</reply>
</player>
</reply>
</player>
</reply>
</player>
</reply>
</player>
<player text="Żegnaj">
<reply text="trzym sie">
</reply>
</player>
</reply>
</npc>
<npc id="2">
<reply text="Witaj w sklepie u Zbycha">
<player text="Witaj, co masz do sprzedania?">
<reply text="Spójrz">
</reply>
</player>
<player text="Co skupujesz?">
<reply text="Spójrz">
</reply>
</player>
<player text="Żegnaj!">
<reply text="Cześć">
</reply>
</player>
</reply>
</npc>
<npc id="3">
<reply text="Witaj :P">
<player text="Siema, co tam?">
<reply text="A dobrze, dobrze">
</reply>
</player>
<player text="Test">
<reply text="Git Test">
</reply>
</player>
<player text="Testowy tekst">
<reply text="Testowa odpowiedź ;)">
</reply>
</player>
</reply>
</npc>
</dialogs>