-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
55 lines (54 loc) · 1.59 KB
/
index.html
File metadata and controls
55 lines (54 loc) · 1.59 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Batclient triggers and other Batmud stuff</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<section>
<H1>Batclient triggers and other Batmud stuff</H1>
<ul>
<li>
<a href="potionresearch.txt">Thelas potion research stats</a>
</li>
<li>
<a href="research-playback/index.html">Potion research playback thingy</a>
</li>
<li>
<a href="https://github.com/celoko/batclient_triggers">Batclient triggers</a>
</li>
<li>
<a href="liberator/liberator_booncalc.html">Liberator boon calculator</a>
</li>
<li>
<a href="liberator/liberator_ghost_count.html">Liberator ghost count trigger</a>
</li>
<li>
<a href="season_times.html">Season times in rl time-script</a>
</li>
<li>
<a href="identify_materials.html">Script that lets you search eq materials</a>
</li>
<li>
<a href="vote_script.html">Script that lets you vote for Batmud on topmudsites</a>
</li>
<li>
<a href="reinc2json.html">Write reinc data to file as json</a>
</li>
<li>
<a href="reinc_analyzer/reinc_analyzer.html">Reinc analyzer</a>
</li>
<li>
<a href="merchant_notes.txt">Merchant notes</a>
</li>
<li>
<a href="batlogs.html">Batmud quotes from 2002</a>
</li>
<li>
<a href="nergal_evo_helper.html">Nergal evolution tree navigation helper</a>
</li>
</ul>
</section>
</body>
</html>