SHOW:
|
|
- or go back to the newest paste.
1 | //echo Init script loaded. | |
2 | ||
3 | // *** THIRD PARTY APPLICATION SETTING *** | |
4 | // This MUST be set to true to make use of applications that use WindowerHelper | |
5 | // to send Keyboard Commands. If you do not use any applications that control your keyboard, then you | |
6 | // do not need to set this to 1. If you do, you must set this to 1 to make use of those applications. | |
7 | ||
8 | keyboard_allowmmf 1 | |
9 | ||
10 | //Set console variables | |
11 | console_position 15 50 | |
12 | console_color 255 255 0 0 | |
13 | console_displayactivity 1 | |
14 | console_fadedelay 3500 | |
15 | console_chatopen 1 | |
16 | console_screendir screenshots | |
17 | ||
18 | //Set game variables | |
19 | game_forceambientlight 1 | |
20 | game_ambientlight 255 120 120 120 | |
21 | game_gamma 55 | |
22 | game_allowsetcursorpos 0 | |
23 | game_exittype 1 | |
24 | game_exitprompt 1 | |
25 | game_allowresize 0 | |
26 | ||
27 | //Set general variables | |
28 | //showfps 1 | |
29 | // FPS Position - Use -75 1 to position it on the top right corner. | |
30 | //fps_position 5 5 //top left | |
31 | fps_position -75 1 //top right | |
32 | //wait 5 seconds before auto loading plugins | |
33 | wait 5 | |
34 | ||
35 | ||
36 | ||
37 | load TParty | |
38 | load Distance | |
39 | load Recast | |
40 | load Spellcast | |
41 | load Yarnball | |
42 | load Tickle | |
43 | load TimeStamp | |
44 | load StatusTimer | |
45 | load Silence | |
46 | load Blinkmenot | |
47 | load Plasticsurgeon | |
48 | load DrawDistance | |
49 | //load vanatunes | |
50 | //load LightLuggage | |
51 | //load Cancel | |
52 | //load SSOrganizer | |
53 | //load ConsoleBG | |
54 | //load Logger | |
55 | //load ExpWatch | |
56 | //load ChatMon | |
57 | //load AllSeeingEye | |
58 | //load Scanner | |
59 | ||
60 | wait 1 | |
61 | ||
62 | bmn alwaysself on | |
63 | tickle pos 1350 750 | |
64 | statustimer setposy 73 | |
65 | plasticsurgeon race mithra | |
66 | face 8a | |
67 | DrawDistance set 15 | |
68 | bmn alwaysothers on | |
69 | //Uncomment or add plugins you want to use | |
70 | ||
71 | ||
72 | //Bind keys | |
73 | //Bind syntax is "bind <key> <up> <command> | |
74 | // ^ represents control- and ! is alt, eg !1 is alt-1 | |
75 | bind !f10 fillmode 1 | |
76 | bind ^f10 fillmode 0 | |
77 | bind !f1 input /item "Forbidden Key" <t> | |
78 | bind f11 game_forceambientlight | |
79 | bind f12 showfps | |
80 | bind sysrq screenshot png hide | |
81 | bind ^v paste | |
82 | echo Toggle Lighting = F11 (Bump mapping must be off to work properly) | |
83 | echo Toggle FPS = F12 | |
84 | echo Paste Clipboard = Ctrl-V | |
85 | echo Wire-Frame ON: Alt-F10 | |
86 | echo Wire-Frama OFF: Ctrl-F10 | |
87 | echo DrawDistance: setmap / setmob / set / show / reset | |
88 | ||
89 | //Sets ConsoleBG Background Position | |
90 | consolebg position 15 50 | |
91 | ||
92 | // *** ALLIANCE TARGET KEYS *** | |
93 | // This lets you push Alt+F1-6 and Ctrl+F1-6 to to target Alliance members. | |
94 | //bind ^f1 input /ta <a10> | |
95 | //bind ^f2 input /ta <a11> | |
96 | //bind ^f3 input /ta <a12> | |
97 | //bind ^f4 input /ta <a13> | |
98 | //bind ^f5 input /ta <a14> | |
99 | //bind ^f6 input /ta <a15> | |
100 | //bind !f1 input /ta <a20> | |
101 | //bind !f2 input /ta <a21> | |
102 | //bind !f3 input /ta <a22> | |
103 | //bind !f4 input /ta <a23> | |
104 | //bind !f5 input /ta <a24> | |
105 | //bind !f6 input /ta <a25> |