Skip to content

Instantly share code, notes, and snippets.

View palikhov's full-sized avatar
🐉
E5E / SRD 5.1 rus / Excel GM Tools

Anton Palikhov palikhov

🐉
E5E / SRD 5.1 rus / Excel GM Tools
View GitHub Profile
@palikhov
palikhov / Roll20 Macros.md
Created September 15, 2018 10:26 — forked from AndruC/Roll20 Macros.md
Macros that I use to improve my D&D games

Macro Must-Haves

These are my must-have macros for running games online. I make full use of the compendium, which gives these macros access to common actions and rolls, saving me time.

Remember to add /w gm or @{selected|wtype} to hide sensitive info from your players. WTYPE is an attribute used in the 5th Edition OGL character sheet, a prerequisite for most of these.

Here's what my bar looks like.

Macro Quickbar

@palikhov
palikhov / mp3-upload-direct-link.md
Created February 19, 2019 18:13 — forked from Moutard3/mp3-upload-direct-link.md
Tutorials / Walkthrough for uploading & getting direct link of sound file (mp3, ogg, ...)
@palikhov
palikhov / DruidShift
Created January 8, 2020 12:15 — forked from Bastlifa/DruidShift
Druid Shift Script for Roll20 D&D 5E OGL Sheet
/**************************************** Druid Shift ****************************************
This is for the 5E OGL sheet in Roll20. It will probably not work with any others without
some modification. Also, I didn't do much in the way of error checking.
The GM must make character named Druid X, where X is the creature being shifted into.
It is suggested that the GM duplicate existing creatures, rename them, and assign to the druid
player. The images for the characters must be uploaded and assigned to the avatar of the druid
form characters. The easiest way I've found it to open the character sheet, edit, right click
the picture in the avatar, copy, paste into your image program, save, upload and put it back in.
Maybe you could just upload it back into the avatar directly. Anyways, this won't work if you
@palikhov
palikhov / TemplateGenMacro
Created January 8, 2020 12:18 — forked from Bastlifa/TemplateGenMacro
Roll20 API Script to create aoe templates at tokens.
&{template:npcaction} {{name=Size and Shape}} {{rname=Shape Maker}} {{description=**Circle Radius**
[5 ft](!TemplateGenerator Circle 5) | [10 ft](!TemplateGenerator Circle 10) | [20 ft](!TemplateGenerator Circle 20) | [30 ft](!TemplateGenerator Circle 30) | [40 ft](!TemplateGenerator Circle 40)
________________________
**Square Side**
[10 ft](!TemplateGenerator Square 10) | [15 ft](!TemplateGenerator Square 15) | [20 ft](!TemplateGenerator Square 20) | [40 ft](!TemplateGenerator Square 40)
________________________
**Cones**
[60](!TemplateGenerator Cone 60 135) -------- [60](!TemplateGenerator Cone 60 90) -------- [60](!TemplateGenerator Cone 60 45)
----[30](!TemplateGenerator Cone 30 135) ---- [30](!TemplateGenerator Cone 30 90) ---- [30](!TemplateGenerator Cone 30 45)----
--------[15](!TemplateGenerator Cone 15 135) [15](!TemplateGenerator Cone 15 90) [15](!TemplateGenerator Cone 15 45)---------
@palikhov
palikhov / DiceSetup.js
Created January 8, 2020 12:18 — forked from Bastlifa/DiceSetup.js
Dice Macro Setup for roll20: buttons make for faster rolling.
on("ready", function()
{
on("chat:message", function (msg)
{
if (msg.type === "api" && msg.content === "!DiceMacroSetup")
{
if (playerIsGM(msg.playerid))
{
if (!findObjs({_type: 'macro', _playerid: msg.playerid, name: 'd2'})[0])
{
@palikhov
palikhov / outlook-signature-update.vbs
Created February 4, 2021 00:07 — forked from Warsaalk/outlook-signature-update.vbs
Outlook signature distribution logon script - Template
' Global variables
Set objShell = CreateObject("WScript.Shell")
Set objUser = CreateObject("ADSystemInfo")
Set objCurrentUser = GetObject("LDAP://" & objUser.UserName)
' Outlook signature location, for Outlook 2010, 2013 & 2016
appData = objShell.ExpandEnvironmentStrings("%APPDATA%")
outlookSignatures = appData & "\Microsoft\Signatures"
' Signature locations
@palikhov
palikhov / outlook_ADsign.vbs
Created February 4, 2021 00:34 — forked from kvantor/outlook_ADsign.vbs
Скрипт создания корпоративной подписи и наведения порядка в MS Outlook
' Скрипт создания корпоративной подписи и наведения порядка в MS Outlook
' Работает в Outlook 2000 - 2010.
' Делает очень полезные вещи:
' - Выставляет имя отправителя почты из поля DisplayName в домене
' - Отключает HTML-просмотр писем и отправку писем в HTML.
' - Создаёт простую текстовую подпись и выставляет её для всех учеток.
' Если есть вопросы или жгучее желание дать мне денег\набить морду -
' моя электропочта [email protected] .
' Конфигурационные параметры:
@palikhov
palikhov / gist:4efac3e53b135788399bc9356be76996
Created November 3, 2021 19:11 — forked from tawilliams/gist:ad613962b9a298d54ba2baf77cf0d494
Waterdeep interactive website import to Foundry VTT (First Function is to define wait, Second function, between comments, is folder code grabber)
async function wait (ms) {
return new Promise(resolve=>{
setTimeout(resolve,ms);
});
}
/* utility to get my existing folder names + IDs
game.folders.forEach((value) => {
console.log(value.data.name + " " + value.data._id)
})
@palikhov
palikhov / 2Eto5E-conversion-summary.md
Created November 3, 2021 23:50 — forked from petersgiles/2Eto5E-conversion-summary.md
2E to 5E simple conversion guidelines

Updated 10 February 2015 (added link to Monster Traits and Actions)

This is the third in my series of conversion documents for D&D 5th Edition. (You can find the one for Next here and the one for 3.5/3E/Pathfinder here.) I created this document by comparing the 5E versions of monsters from the Monster Manual with their 2E counterparts. I also referred to two sources for converting monsters from 2E to 3E: Wizards’ official

@palikhov
palikhov / StatBlockTutorials.md
Created January 4, 2022 06:53 — forked from cfi2017/StatBlockTutorials.md
Converting CritterDB, Homebrewery, GM-Binder stat blocks and more

Stat Block Conversion Tutorials

This page will show you how to convert statblocks from various different formats into others.

Formats and Systems

  • CritterDB CritterDB is a relatively new service that offers bestiaries to store and public stat blocks in. Easily create a stat block and have it displayed a great way. Personally, this is my go to when creating new creatures and critters. A major advantage of this format is that while you can convert from this format to any other, you can not convert back to it.
  • Homebrewery or GM-Binder Both Homebrewery and GM-Binder are great when it comes to easily creating documents that look like they could be written by wizards themselves. They make use of the markdown format, which makes both reading, writing and editing easy, even for machines.