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
#!/bin/bash | |
# A quick BASH script that installs noVNC and sets up an Xfce4 session, | |
# accessible through a browser on port 5901 TCP. Tested against Kali Linux Xfce4 "full" installations. | |
# If running this on Azure or other virtual hosting, don't foret to allow ingress TCP 5901 . | |
# Configure the following parameters if needed: | |
############################################### | |
resolution="1280x720x16" |
This file has been truncated, but you can view the full file.
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
Exporter running on build 8.0.1.26131 | |
LastCreatureDisplayId = 84926 | |
Npc 4, filedata 1113034 | |
Npc 13, filedata 124437 | |
Npc 14, filedata 124440 | |
Npc 15, filedata 124442 | |
Npc 16, filedata 124553 | |
Npc 17, filedata 124565 | |
Npc 18, filedata 124569 |
This file has been truncated, but you can view the full file.
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
local CREATURE_DISPLAYID_TO_FILEDATA = { | |
[4] = 1113034, | |
[13] = 124437, | |
[14] = 124440, | |
[15] = 124442, | |
[16] = 124553, | |
[17] = 124565, | |
[18] = 124569, | |
[19] = 124571, |
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
_ERRORMESSAGE | |
AbandonQuest | |
AbandonSkill | |
AbbreviateLargeNumbers | |
AbbreviateNumbers | |
abs | |
AcceptAreaSpiritHeal | |
AcceptBattlefieldPort | |
AcceptDuel | |
AcceptGroup |