This is version 1.3, updated on November 1, 2023
This is version 1.3, updated on November 1, 2023
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
#include "proxy.hpp" | |
#include <algorithm> | |
#include <vector> | |
#include <stdio.h> | |
#ifdef WIN32 | |
#include "winapi.hpp" | |
#include <winsock2.h> | |
#include <iphlpapi.h> |
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
diff --git a/db/import-tmpl/proxy_servers.yml b/db/import-tmpl/proxy_servers.yml | |
new file mode 100644 | |
index 000000000..6f8996863 | |
--- /dev/null | |
+++ b/db/import-tmpl/proxy_servers.yml | |
@@ -0,0 +1,25 @@ | |
+########################################################################### | |
+# Proxy Database | |
+########################################################################### | |
+# |
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
#!/bin/bash | |
printusage() { | |
echo "./program <process_name> <notify_on_down> <notify_on_up>" | |
} | |
if [ $# -ne 3 ]; then | |
printusage | |
exit 1 | |
fi |
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
// linkedlist.c : Defines the entry point for the console application. | |
// | |
#include "stdafx.h" | |
#include <assert.h> | |
#include <stdio.h> | |
#include <stdlib.h> | |
#include <string.h> | |
typedef struct node { |
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
#! /usr/bin/python | |
import os | |
import sys | |
import re | |
import shutil | |
MAX_MOB_DROP = 10 | |
MAX_MVP_DROP = 3 | |
MAX_STEAL_DROP = 7 |
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
prontera,157,198,3 script Lola#ggQuest 815,{ | |
set .@npc1$, "Lola"; | |
set .@npc2$, "Tony"; | |
if (questState == 0 && BaseLevel < 99) { | |
mes "["+.@npc1$+"]"; | |
mes "Hurry, go to my boyfriend "+.@npc2$+"! He needs your help, but you need to get there in 10 minutes!"; | |
close2; | |
set timeQuest, gettimetick(2) + 600; //10 minutes after current time |