Skip to content

Instantly share code, notes, and snippets.

View TeoTwawki's full-sized avatar
🤒
sick of social features on github

TeoTwawki

🤒
sick of social features on github
View GitHub Profile
@TeoTwawki
TeoTwawki / file-list.txt
Created December 11, 2015 23:26
xi file list november
This file has been truncated, but you can view the full file.
File ID File Path
-----------------------------
0 Rom\0\0.dat
1 Rom\0\1.dat
2 Rom\0\2.dat
3 Rom\0\3.dat
4 Rom\0\4.dat
5 Rom\0\5.dat
6 Rom\0\6.dat
@TeoTwawki
TeoTwawki / exampleGlobal.lua
Last active November 1, 2015 01:50
stupid annoying conflux craps
-----------------------------------
-- This file contains functions and
-- data related to using Veridical
-- Confluxes in Abyssea - Originally By Troak
-----------------------------------
require("scripts/globals/common");
require("scripts/globals/settings");
require("scripts/globals/keyitems");
@TeoTwawki
TeoTwawki / monster_using_elemental_damage_spikes.lua
Last active September 2, 2015 12:09
example of monster using onSpikesDamage() for elemental damage
-- Some things are not perfect here, existing examples in trunk are written this way however.
require("scripts/globals/status");
require("scripts/globals/magic");
-----------------------------------
-- onMobInitialize Action
-----------------------------------
function onMobInitialize(mob)
@TeoTwawki
TeoTwawki / exdata sql for storage slips
Last active August 29, 2015 14:21
exdata sql for storage slips
INSERT INTO `char_inventory` VALUES (22602, 6, 10, 29317, 1, 0, '', 0x101200104000488000080410080410000000000000000000);
INSERT INTO `char_inventory` VALUES (22602, 6, 5, 29313, 1, 0, '', 0x000020000000000000000000000000000000000000000000);
embedded gist