Skip to content

Commit 62b7905

Browse files
committed
version 4.0
1 parent bc6fbb9 commit 62b7905

32 files changed

Lines changed: 314 additions & 364 deletions

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
What is this?
22
=============
33

4-
This is a map editor for game servers that derivied from OpenTibia server project.
4+
This is a map editor for game servers that derivied from [OpenTibia](https://github.com/opentibia/server) server project.
55

6-
Originally the tool was coded by Remere, you can find his repository [here](https://github.com/hampusborgos/rme).
6+
It is a fork of a [Map Editor](https://github.com/hampusborgos/rme) created by [Remere](https://github.com/hampusborgos).
77

8-
You can find the project for hosting your own server at [the otserv project](https://github.com/opentibia/server).
8+
You can find an engine compatible with OTBM format at [OTAcademy](https://github.com/OTAcademy), [OTLand](https://github.com/OTLand), [OpenTibiaBR](https://github.com/OpenTibiaBR) or other OT communities.
99

10-
The main place for help, discussion and servers is [OTA discord](http://discord.gg/OTAcademy).
10+
Visit [OTAcademy discord](http://discord.gg/OTAcademy) if you are looking for support or updates.
1111

1212
I want to contribute
1313
====================

brushes/icon/editor_icon.ico

2.19 KB
Binary file not shown.

brushes/icon/editor_icon.png

2.27 KB
Loading

brushes/icon/editor_icon.xpm

Lines changed: 212 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,212 @@
1+
/* XPM */
2+
static const char *editor_icon[] = {
3+
/* columns rows colors chars-per-pixel */
4+
"32 32 174 2 ",
5+
" c None",
6+
". c black",
7+
"X c #231809",
8+
"o c #1E220B",
9+
"O c #20220B",
10+
"+ c #34270D",
11+
"@ c #372A0D",
12+
"# c #372B0E",
13+
"$ c #3E2E0F",
14+
"% c #4D3C12",
15+
"& c #503D12",
16+
"* c #523F12",
17+
"= c #3D4312",
18+
"- c #006300",
19+
"; c #026704",
20+
": c #046C08",
21+
"> c #0A7916",
22+
", c #0A7A16",
23+
"< c #0B7E1A",
24+
"1 c #0C7E1A",
25+
"2 c #544013",
26+
"3 c #564113",
27+
"4 c #524413",
28+
"5 c #5B4514",
29+
"6 c #5C4615",
30+
"7 c #654A16",
31+
"8 c #6B5418",
32+
"9 c #715418",
33+
"0 c #715518",
34+
"q c #7B5B1A",
35+
"w c #59601D",
36+
"e c #736F20",
37+
"r c #7D7B24",
38+
"t c #7E7E25",
39+
"y c #727C29",
40+
"u c #89631C",
41+
"i c #8B621C",
42+
"p c #8C661D",
43+
"a c #8C671D",
44+
"s c #8C681D",
45+
"d c #976D1F",
46+
"f c #986D1F",
47+
"g c #A67621",
48+
"h c #A67721",
49+
"j c #A77822",
50+
"k c #0F8623",
51+
"l c #108623",
52+
"z c #128B27",
53+
"x c #13902C",
54+
"c c #159430",
55+
"v c #179834",
56+
"b c #179934",
57+
"n c #199D39",
58+
"m c #1BA13D",
59+
"M c #7E8730",
60+
"N c #1DA641",
61+
"B c #21AF4A",
62+
"V c #23B34E",
63+
"C c #23B44E",
64+
"Z c #25B852",
65+
"A c #27BC57",
66+
"S c #2BC55F",
67+
"D c #2DCA64",
68+
"F c #31D26C",
69+
"G c #34DC75",
70+
"H c #36E07A",
71+
"J c #38E47E",
72+
"K c #8E8729",
73+
"L c #938E2B",
74+
"P c #958E29",
75+
"I c #858F36",
76+
"U c #A38023",
77+
"Y c #A48123",
78+
"T c #AE8724",
79+
"R c #B78525",
80+
"E c #B48D26",
81+
"W c #AF9226",
82+
"Q c #A99D2E",
83+
"! c #AD9D2F",
84+
"~ c #AAA335",
85+
"^ c #AFA73E",
86+
"/ c #B1A230",
87+
"( c #BFB53E",
88+
") c #C08B27",
89+
"_ c #C08E27",
90+
"` c #C9972A",
91+
"' c #CD9F2C",
92+
"] c #CFA92B",
93+
"[ c #D6A42D",
94+
"{ c #D6A52E",
95+
"} c #DBB22E",
96+
"| c #CFBA3D",
97+
" . c #E6B02E",
98+
".. c #EAB32F",
99+
"X. c #E4AD31",
100+
"o. c #EEB735",
101+
"O. c #EEBB34",
102+
"+. c #F0C63D",
103+
"@. c #F1D034",
104+
"#. c #F2D236",
105+
"$. c #F2D635",
106+
"%. c #F5E23A",
107+
"&. c #F7F83B",
108+
"*. c #A5AE4D",
109+
"=. c #CABF4D",
110+
"-. c #BCC660",
111+
";. c #D5C84B",
112+
":. c #E5D44F",
113+
">. c #EBD54E",
114+
",. c #EDDC56",
115+
"<. c #F7F841",
116+
"1. c #F8F940",
117+
"2. c #F8F941",
118+
"3. c #F8F945",
119+
"4. c #F5E354",
120+
"5. c #F4E15A",
121+
"6. c #F6E55D",
122+
"7. c #F6E562",
123+
"8. c #F7E968",
124+
"9. c #F7EA6A",
125+
"0. c #F8EE6F",
126+
"q. c #F9FA65",
127+
"w. c #E3E87E",
128+
"e. c #F9F272",
129+
"r. c #F9FA75",
130+
"t. c #FAFB78",
131+
"y. c #F9FA7C",
132+
"u. c #F9FA7D",
133+
"i. c #FAFB7F",
134+
"p. c #000099",
135+
"a. c #03049C",
136+
"s. c #07089F",
137+
"d. c #0B0CA2",
138+
"f. c #0E11A5",
139+
"g. c #1619AB",
140+
"h. c #191DAD",
141+
"j. c #1D21B0",
142+
"k. c #2125B3",
143+
"l. c #2429B6",
144+
"z. c #282DB9",
145+
"x. c #2E35BF",
146+
"c. c #323AC2",
147+
"v. c #363EC5",
148+
"b. c #3A42C7",
149+
"n. c #3942C8",
150+
"m. c #3D46CB",
151+
"M. c #444ED0",
152+
"N. c #444ED1",
153+
"B. c #4852D3",
154+
"V. c #4C56D6",
155+
"C. c #4F5AD9",
156+
"Z. c #535FDC",
157+
"A. c #5663DF",
158+
"S. c #5A67E2",
159+
"D. c #5E6BE5",
160+
"F. c #616FE7",
161+
"G. c #6573EB",
162+
"H. c #6877ED",
163+
"J. c #6C7BF1",
164+
"K. c #3CED87",
165+
"L. c #44FF98",
166+
"P. c #7384F6",
167+
"I. c #7484F6",
168+
"U. c #7788F9",
169+
"Y. c #7B8CFC",
170+
"T. c #7E90FF",
171+
"R. c #FAFB82",
172+
"E. c #FAFB88",
173+
"W. c #FAFB8B",
174+
"Q. c #FBFB96",
175+
"!. c #FBFC95",
176+
"~. c #FCFCA5",
177+
"^. c #FEFEDE",
178+
"/. c #FEFEE2",
179+
/* pixels */
180+
" ",
181+
" X X X X X X X ",
182+
" X X 9 p p 9 9 3 % X X . . ",
183+
" . . X X 9 j E { { { j j 9 3 % X 3 j . ",
184+
" . { $ X 3 9 j { 4.+.+.4.+.{ { j 3 # { T $ ",
185+
" $ T . # 9 j { 4.+.{ +.{ { h 9 3 # { T 9 . ",
186+
" . 9 { +.# { +.4.+.4.+.{ j 3 # j { +.f $ ",
187+
" $ f { +.# o.{ j j ' ' [ o.o.+.+.f 9 $ . ",
188+
" . 9 f [ +.+.4.4.4.4.+.+.+.[ f 0 0 $ j % . ",
189+
" # # # # ! +.q.q.q.o.# # @ # f j 0 j 9 . ",
190+
" # ..3.W # | >.e.| # ] 1.4 e.# Y { 9 d 0 . ",
191+
" # 1.^.. @.@ Q R.# } /.. 1.* R.# U { +.j 0 . ",
192+
" # &.=.. <.7 e.;.4 &.^ . %.* e.| + j { d j 9 . ",
193+
" $ * 1.%.$.L o o ;.4 &.@. .* i./ + 0 ` ) X.{ j . ",
194+
" # r.* * * O M = O ;.* * * r.8.L @ 0 h { { j { +.. . ",
195+
" # i.Q.~.O -.= = i.W.~.W.r.:.e @ 0 j s j 6 j j { +.. . ",
196+
" @ 0.R.e.. *.I I !.!.7.i.5.K # 9 j s j j 9 . 6 j { O.+.. ",
197+
" # ,.e.R.. -.I y.r.9.6.~ # { R j { { j { 9 . 6 q j { . ",
198+
" . # # e.e.. e.. . . . . # u E { j +.{ 9 j { . 5 9 . ",
199+
" . { 8 # r t . T.T.U.K.H . 0 i p 9 j { +.{ +.j . . ",
200+
" . +.9 % # . L.Y.P.J G S.S . 3 i { 9 j { j 9 +.{ . . ",
201+
" . { 0 . T.U.J.G.D.A.V.Z B . 3 q p [ j i { { +.j . ",
202+
" . +.. Y.I.H.F.F S A C B v x . % * q s { j 9 j . ",
203+
" . . J.G.D.D V.M.n.m v x h.. . $ * 3 q 9 s . ",
204+
" . F.A.C.B.C N n x l k f.. 9 9 X $ # . . ",
205+
" . Z.V.M.b.m b z h.> a.p.. { j 9 5 . ",
206+
" . A m.b.x.l.l < d.a.p.p.. 9 6 + . ",
207+
" . c.z.k.h., : p.p.p.. . . . . ",
208+
" . j.g.d.; - p.p.. . -.w y . ",
209+
" . s.p.p.p.p.. . w.= I . ",
210+
" . . . . . . . ",
211+
" "
212+
};

brushes/icon/rme_icon.ico

-16.6 KB
Binary file not shown.

brushes/icon/rme_icon.png

-8.22 KB
Binary file not shown.

0 commit comments

Comments
 (0)