Skip to content

Instantly share code, notes, and snippets.

@theblackdeath
Created May 17, 2015 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save theblackdeath/f1d50c2de224b9ff9b61 to your computer and use it in GitHub Desktop.
Save theblackdeath/f1d50c2de224b9ff9b61 to your computer and use it in GitHub Desktop.
crap lua
function get_sets()
include('organizer-lib')
windower.send_command('input //gs org; input /echo [ crap is loaded ]')
sets.crap = {
head="airlixer",
body="airlixer +1",
neck="airlixer +2",
lear="S. kindred crest",
rear="H. kindred crest",
hands="kindred's crest",
lring="beitetsu",
rring="pluton",
back="beitetsu Parcel",
waist="pluton case",
legs="riftborn boulder",
feet="copper voucher",
main="kindred's seal",
sub="beastman's seal",
range=">h-p bayld",
ammo="Heavy metal",
}
sets.craptwo = {
main="Rem's tale ch.1",
sub="Rem's tale ch.2",
range="Rem's tale ch.3",
ammo="Rem's tale ch.4",
head="Rem's tale ch.5",
body="Rem's tale ch.6",
hands="Rem's tale ch.7",
Lring="Rem's tale ch.8",
rring="Rem's tale ch.9",
lear="Rem's tale ch.10",
rear="Etched Memory",
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment