This file contains 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
;; enhance entity name card | |
/def -F -p100 -mregexp -t'^\| A ([a-z]+) (fire|air|water|earth) entity ([a-z]+) with power .+ \|$' x_rw_entity_card_scan=\ | |
/let size=0%;\ | |
/let adjective=0%;\ | |
/if ({P1} =~ 'titchy') /let size=$[size+1]%;\ | |
/elseif ({P1} =~ 'miniscule') /let size=$[size+2]%;\ | |
/elseif ({P1} =~ 'small') /let size=$[size+3]%;\ | |
/elseif ({P1} =~ 'medium') /let size=$[size+4]%;\ | |
/elseif ({P1} =~ 'large') /let size=$[size+5]%;\ | |
/elseif ({P1} =~ 'huge') /let size=$[size+6]%;\ |
This file contains 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
### Keybase proof | |
I hereby claim: | |
* I am x1a0 on github. | |
* I am x1a0 (https://keybase.io/x1a0) on keybase. | |
* I have a public key whose fingerprint is A1C5 7E23 F214 D0B0 23DD EE5C 7611 A0C8 01E2 2E78 | |
To claim this, I am signing this object: |
This file contains 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
Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException | |
at com.glaurung.batMap.gui.search.SearchPanel.searchForRoomsWith(SearchPanel.java:94) | |
at com.glaurung.batMap.gui.search.SearchPanel.actionPerformed(SearchPanel.java:70) | |
at javax.swing.JTextField.fireActionPerformed(JTextField.java:508) | |
at javax.swing.JTextField.postActionEvent(JTextField.java:721) | |
at javax.swing.JTextField$NotifyAction.actionPerformed(JTextField.java:836) | |
at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1663) | |
at javax.swing.JComponent.processKeyBinding(JComponent.java:2882) | |
at javax.swing.JComponent.processKeyBindings(JComponent.java:2929) | |
at javax.swing.JComponent.processKeyEvent(JComponent.java:2845) |
This file contains 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
;;; | |
;;; By Zoid @BatMud | |
;;; | |
;;; Set stats | |
; /x_stats_set <str|dex|con|int|wis|cha|siz> <value> | |
/def -i x_stats_set=\ | |
/let _name=x_stats_%{1}%;\ | |
/let _prev=$[prgetval(_name)]%;\ | |
/let _diff=$[{2} - {_prev}]%;\ |
OlderNewer