Skip to content

Instantly share code, notes, and snippets.

View xackery's full-sized avatar
🎯
Focusing

Xackery xackery

🎯
Focusing
View GitHub Profile
This file has been truncated, but you can view the full file.
quail v2.1.8 ran on aug 21st 2023 against RoF2 client
it14000|10annvshield.eqg
col_b09|B09.eqg
b09|B09.eqg
B09|B09.eqg
b10|B10.eqg
col_b10|B10.eqg
col_it23651|IT23651.eqg
it23651|IT23651.eqg
AAM|aam.eqg
This file has been truncated, but you can view the full file.
quail v2.1.8 ran on aug 21st 2023 against latest EQ client
10402s|gequip5.s3d
10404|gequip5.s3d
10408|fen_chr.s3d
10408|gequip5.s3d
10410|srg_chr.s3d
117350|exaltedplate.eqg
117351|exaltedplate.eqg
117352|exaltedplate.eqg
117353|exaltedplate.eqg
signed int *__thiscall CRaceGenderInfoManager::CRaceGenderInfoManager(signed int *this)
id, gender, name, racemasks, dbstr?
252, 0, "MINIPOM200", 0, 1
252, 1, "MINIPOM200", 0, 1
252, 2, "MINIPOM200", 0, 1
2253, 0, "PPOINT", 0, 1
2253, 1, "PPOINT", 0, 1
2253, 2, "PPOINT", 0, 1
2254, 0, "PPOINT", 0, 1
2254, 1, "PPOINT", 0, 1
it1|gequip.s3d
it10|gequip.s3d
it100|gequip.s3d
it1000|lgequip.s3d
it10000|gequip3.s3d
it10001|gequip3.s3d
it10002|gequip3.s3d
it10003|gequip3.s3d
it10004|gequip3.s3d
it10005|gequip3.s3d
package main
import "fmt"
func main() {
fmt.Println("hello, world!")
}
/*
> GOOS=linux go build -o normal main.go
INSERT INTO `zone` (`short_name`, `id`, `file_name`, `long_name`, `map_file_name`, `safe_x`, `safe_y`, `safe_z`, `graveyard_id`, `min_level`, `min_status`, `zoneidnumber`, `version`, `timezone`, `maxclients`, `ruleset`, `note`, `underworld`, `minclip`, `maxclip`, `fog_minclip`, `fog_maxclip`, `fog_blue`, `fog_red`, `fog_green`, `sky`, `ztype`, `zone_exp_multiplier`, `walkspeed`, `time_type`, `fog_red1`, `fog_green1`, `fog_blue1`, `fog_minclip1`, `fog_maxclip1`, `fog_red2`, `fog_green2`, `fog_blue2`, `fog_minclip2`, `fog_maxclip2`, `fog_red3`, `fog_green3`, `fog_blue3`, `fog_minclip3`, `fog_maxclip3`, `fog_red4`, `fog_green4`, `fog_blue4`, `fog_minclip4`, `fog_maxclip4`, `fog_density`, `flag_needed`, `canbind`, `cancombat`, `canlevitate`, `castoutdoor`, `hotzone`, `insttype`, `shutdowndelay`, `peqzone`, `expansion`, `suspendbuffs`, `rain_chance1`, `rain_chance2`, `rain_chance3`, `rain_chance4`, `rain_duration1`, `rain_duration2`, `rain_duration3`, `rain_duration4`, `snow_chance1`, `snow_chance2`, `snow_chance3
INSERT INTO `npc_scale_global_base` (`type`, `level`, `ac`, `hp`, `accuracy`, `slow_mitigation`, `attack`, `strength`, `stamina`, `dexterity`, `agility`, `intelligence`, `wisdom`, `charisma`, `magic_resist`, `cold_resist`, `fire_resist`, `poison_resist`, `disease_resist`, `corruption_resist`, `physical_resist`, `min_dmg`, `max_dmg`, `hp_regen_rate`, `attack_delay`, `spell_scale`, `heal_scale`, `special_abilities`)
VALUES
(0, 91, 420, 800000, 1090, 30, 485, 319, 319, 319, 319, 319, 319, 319, 58, 58, 58, 58, 58, 80, 143, 2964, 9755, 4000, 15, 100, 100, '8,1^21,1'),
(0, 92, 432, 900000, 1095, 30, 490, 322, 322, 322, 322, 322, 322, 322, 61, 61, 61, 61, 61, 83, 146, 2976, 10153, 4500, 15, 100, 100, '8,1^21,1'),
(0, 93, 444, 1000000, 1100, 30, 495, 325, 325, 325, 325, 325, 325, 325, 64, 64, 64, 64, 64, 86, 149, 2988, 10551, 5000, 15, 100, 100, '8,1^21,1'),
(0, 94, 456, 1100000, 1105, 30, 500, 328, 328, 328, 328, 328, 328, 328, 67, 67, 67, 67, 67, 89, 152, 3000, 10949, 5500, 15, 100, 100, '8,1^21,1')
Sub DoCampFarm
/call AfkSetup
/if (!${IsCampFarmEnabled}) /return
/if (!${Cast.Ready}) /return
| Pull Logic
/if (${PullTargetID}>0 && ${Me.XTarget}==0 && ${Group.MainAssist.ID} == ${Me.ID}) {
/call ClosestNPCID 2000 500 ""
/if (!${Macro.Return}) /return
@xackery
xackery / docker-compose.yml
Created August 8, 2018 07:48
docker-compose.yml
version: '3'
services:
mariadb:
image: "bitnami/mariadb:latest"
volumes:
- ./db:/bitnami/mariadb
environment:
MARIADB_DATABASE: eqemu
MARIADB_USER: eqemu
MARIADB_PASSWORD: eqemupass
@xackery
xackery / natsprototest.go
Created March 2, 2018 21:15
natsprototest.go
package main
import (
"fmt"
"log"
"strconv"
"strings"
"time"
"github.com/golang/protobuf/proto"