
**************CHANGING THINGS IN "THIS" README FILE DOES NOTHING. OPEN THE ACTUAL FILE AS INDICATED BELOW TO MAKE CHANGES**************************

Basic script funnction explained. 
This script will spam in your proxy to change channels. Its is set to spam the channel change only in the proxy chat. It will send /8 before each channel change. 
Keep in mind that if you open the menu and hit one of the monster spam buttons on the menu, it will try to put it into group chat first but will default to whatever channel you are in if you are not in a group.
The script can be used anywhere but has extra functionality for the new Elite spawn area. 

The script will esentially hit the enter key to open the chat window, insert the text, and hit enter again for changing channels and spaming where the mob is.


MUST HAVE TO USE THIS SCRIPT

Tera Proxy (Not Tera Toolbox) get on Discord and find the channel. 

Mod for Tera Proxy - https://github.com/teralove/channel-command

The above allows you to type in chat to change channels. If you have the above working you simply start this script. 

  1. If the script does not work then its possible you may need to set your UAC lower in your windows settings. 
  2. If you get a bunch of text instead of changing channels, the above is probably not set up. 

-------------------------------------------Read------------------------------------------
This script is an extention of the above. If your do not know what Tera Proxy is....stop here. Do not install. 
-------------------------------------------Read------------------------------------------

Optional - Autohotkey = http://www.Autohotkey.com
Autohotkey is the program this script was created from. Because I compiled the script it should not be needed....but its fun to play around with. 

Functions: Four buttons - pg-down,pg-up,End,\

Page Down Key - Takes you to the next channel up 1,2,3,4,5

Page Up Key - Takes you to the next channel down 4,3,2,1

End Key - Pulls up a menu/list of the 12 Elite mobs. Click on the mob name to spam to the group what channel you are in and what mob you are on. 
EXAMPLE- (CH 2 - Azart Mid)

\ key - Allows you to advance up in channels. Good to push ahead of someone else or get to the channels your are responnsible for searching. 18,19,20,1,2,3...can be used at anytime, even while changing channels. 

Files:

Menu.ahk(Open with text editor)
Allows you to change the names you see on the menu. Open the file and change the names after =

men1 = Azert S  <---- Change Azert S to maybe AZ priest. Not to long, not a lot of room.
men2 = Azert C
men3 = Azert N

Mobs.ahk(Open with text editor)
allows you to change what is spammed after channel is listed. Open the file and change the names after =

ch 2 - " "

mob1 = Azert South   <---change if you want to spam a different name 'CH 2 - "azert....hurry the F up South" if you like. 

mob2 = AZERT CENTER
mob3 = AZERT NORTH
mob4 = EYE/Spiny



Var.ahk(Open with text editor)

There are 2 variable in the file

num = 9      	;what channel to start at. If you start at 9, when you page up or down, you will go to 10(down) or 8(up)
chan = 20 	; total channels in area. Right now the area has 20 channels that this script works for. Change it as needed 


Possible issues. 
Hitting channel changing or spaming with the chat already open  will result in that particular spam failing. 




