This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import {div, input, li, ul, VNode} from '@cycle/dom' | |
import {MemoryStream, Stream} from 'xstream' | |
import xs from 'xstream' | |
import {Message} from '../../drivers/phoenix/PhoenixSource' | |
import {State} from './model' | |
import styles from './styles' | |
export default function view( | |
state$: MemoryStream<State>, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- MAIN | |
type Msg | |
= UI UI.Msg | |
| Receive String | |
| Send String | |
update : Msg -> Model -> ( Model, Cmd Msg ) | |
update msg model = |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const gridView = ( | |
rowHeight, | |
numCols, | |
deleteTile, | |
updateLayout, | |
setDrilldown, | |
isSidebarOpen, | |
tiles, | |
) => ( | |
<AutoSizedReactGridLayout |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
type ItemAbility { | |
level_required: Int | |
magic_type: Int | |
max_charges: Int | |
position: Int | |
requirement_id: Int | |
spell: Int | |
} | |
type ItemBonus { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#NoEnv | |
#MaxHotkeysPerInterval 99000000 | |
#HotkeyInterval 99000000 | |
#Include <Include> | |
IsDaoc() { | |
return WinActive("ahk_exe game.dll") | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LOKI Build Report | |
Name: Infiltrator | |
Race: Saracen | |
Class: Infiltrator | |
Level: 50 | |
Dual Wield | |
Item Utility: 1045.3 | |
Build Utility: 1095.3 | |
Useable Utility: 1069.3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IsDaoc() { | |
return WinActive("ahk_exe game.dll") | |
} | |
_Sleep(duration) { | |
Sleep, %duration% | |
return | |
} | |
Sleep(duration:=0, throttle:=0) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#NoEnv | |
pole_anytime = {f1} | |
pole_side_snare = {f2} | |
pole_side_snare_followup = {f3} | |
pole_back_snare = {f4} | |
pole_back_snare_followup = {f5} | |
pole_parry = {f6} | |
pole_parry_followup = {f7} | |
thrust_anytime = {f8} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#NoEnv | |
demez = {f1} | |
mez = {f2} | |
amnesia = {f3} | |
lifetap = {f4} | |
root = {f5} | |
debuff_dex = {f6} | |
debuff_str = {f7} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
qbar_frame_x = 0 | |
qbar_frame_y = 0 | |
qbar_frame_slot_width = 32 | |
pet_frame_x = 1165 | |
pet_frame_y = 755 | |
qbar := {x:0,y:0,slot_width:32} | |
pet_frame := {x:1165,y:755} | |
grp_frame := {x:508,y:667,member:{w:116,h:26,status:{x:18,y:2,w:7,h:26},health:{x:18,y:2,w:100,h:26}}} | |
grp_members := [{x:2,y:2},{x:2,y:30},{x:2,y:58},{x:2,y:86},{x:126,y:2},{x:126,y:30},{x:126,y:58},{x:126,y:86}] |