-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
37 lines (22 loc) · 1.32 KB
/
readme.txt
File metadata and controls
37 lines (22 loc) · 1.32 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
GuildRaidSnapShot Mod
Copyright (c) 2005-2014 By DKPSystem.com
See the file LICENSE.txt for licence details
You can get the latest version of the GuildRaidSnapShot mod from
http://www.dkpsystem.com/settings/www/files/GuildRaidSnapShot.zip
Any questions about the mod, head to the DKPSystem.com forums
or read http://www.dkpsystem.com/dynpage.php?id=17
This mod is only officially supported for DKP systems hosted on DKPSystem.com
and not supported for use with other DKP Systems (eqDKP, nDKP, etc)
You are free to make copies of this as you please, and make
changes to it as necessary to support your own DKP system.
For easy access, you can fork our official repo on Github:
http://github.com/choptastic/GuildRaidSnapShot
Got a patch you want added to the official repo? Submit a pull request.
The code for the "GetGRSSDKP.exe" program is found in "GetGRSSDKP.pl" a perl
program using Perl/Tk. You'll need to get a version of perl (www.perl.org) to
run that script in raw form.
If you wish to compile it yourself, get nmake from the following address
http://web.archive.org/web/20080822004405/http://www.expertsrt.com/tutorials/Matt/perlPAR.html
Then compile it with the following line:
pp --gui -o GetGRSSDKP.exe getGRSSDKP.pl
This is also the line found in compile.bat, which is more convenient than typing that command every time.