-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathmapeditor.tin
109 lines (81 loc) · 3.11 KB
/
mapeditor.tin
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
#event {PROGRAM START} {
#script mylogin {whoami};
#var cport %0;
#if {$cport > 0} {
#port init brain ${cport}1;
} {
#port init brain 4051
};
#nop ses rpg arkadia.rpg.pl {23};
#port init rpg 4052;
#read bundles/bundle_ops.tin;
#nop mape trzeba zaladowac przed zaladowaniem eventow;
#read bundles/mapa/manifest.tin;
#read events/map.tin;
#read events/gmcp.char.tin;
#read events/gmcp.object.tin;
#read events/gmcp.room.tin;
#read events/mouse.tin;
#read events/io.tin;
#read events/screen.tin;
#read events/arka.tin;
#read core/aliasy/manifest.tin;
#read bundles/ConfigManager/manifest.tin;
#read bundles/HelpManager/manifest.tin;
#read bundles/SplitRefresh/manifest.tin;
#read bundles/prompt/manifest.tin;
#read bundles/wskazywanie/manifest.tin;
#read addons/postac/manifest.tin;
#read addons/ekwipunek/manifest.tin;
#read addons/cechy/manifest.tin;
#read addons/raid/manifest.tin;
#read addons/strzalki/manifest.tin;
#read addons/makra/manifest.tin;
#read addons/zbieranie/manifest.tin;
#read addons/porownaniecech/manifest.tin;
#read bundles/TTMapFollow/manifest.tin;
#read bundles/TTMapFreezer/manifest.tin;
#read bundles/TTMapSigns/manifest.tin;
#read bundles/gmcpDefaultColorManager/manifest.tin;
#read bundles/TTMapUndo/manifest.tin;
#read bundles/NumPad/manifest.tin;
#read bundles/ItemQualitySimple/manifest.tin;
#read bundles/ziola/manifest.tin;
#read bundles/mapeditor/manifest.tin;
#read bundles/PlayerDB/manifest.tin;
#read addons/stansprzetu/manifest.tin;
#read bundles/postepy/manifest.tin;
#read bundles/SplitWingMap/manifest.tin;
#read addons/bindy/manifest.tin;
#read bundles/Highlights/manifest.tin;
#read bundles/Vehicles/manifest.tin;
#read addons/Drakkary/manifest.tin;
#read bundles/system/manifest.tin;
#read bundles/walkasuby/manifest.tin;
#read bundles/chat/manifest.tin;
#read markups.tin;
#read kamienie.tin;
#nop read bundles/SplitWingButtons/manifest.tin;
#var r @bundleops_loadglobals{};
#nop TODO;
#read expowiska.tin;
#read gmcp_message.tin; #nop GMCP;
#read alias.tin; #nop Aliasy do obslugi glownych funkcji;
#read tropienie.tin;
#config {debug telnet} {off}; #nop debug;
#config {COMMAND ECHO} {off}; #nop wyswietlanie komend;
#config {mouse} {on}; #nop obsluga myszy;
#var mychar[name] {mapper};
ConfigManager_gmcp_char_info $mychar;
MacroManager_gmcp_char_info $mychar;
#var _rb1 {F1 <088>---<088> F2 <128>PCZ<088> F3 <afa>BAN<088> F4 <fca>KAR<088> F5 <afa>KUZ<088> F6 <ddf>WOD<088>};
#var _rb2 {F7 <ffa>zie<088> F8 <ffa>skl<088> F9 <fac>swi<088> F10};
#var raidbartable {$_rb1\n$_rb2};
#nop event {SEND OUTPUT} {/help mapeditor;/keypad_walk};
};
#event {SESSION CONNECTED} {
#event {IAC WILL GMCP} {
#send {\xFF\xFD\xC9\};
#send {\xFF\xFA\xC9core.supports.set [ "Core", "Objects", "Room", "Char", "Messages", "Mail", "Gmcp_msgs"]\xFF\xF0\};
};
};