Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //echo Init script loaded.
- // *** THIRD PARTY APPLICATION SETTING ***
- // This MUST be set to true to make use of applications that use WindowerHelper
- // to send Keyboard Commands. If you do not use any applications that control your keyboard, then you
- // do not need to set this to 1. If you do, you must set this to 1 to make use of those applications.
- keyboard_allowmmf 1
- //Set console variables
- console_position 15 50
- console_color 255 255 0 0
- console_displayactivity 1
- console_fadedelay 3500
- console_chatopen 1
- console_screendir screenshots
- //Set game variables
- game_forceambientlight 1
- game_ambientlight 255 120 120 120
- game_gamma 55
- game_allowsetcursorpos 0
- game_exittype 1
- game_exitprompt 1
- game_allowresize 0
- //Set general variables
- //showfps 1
- // FPS Position - Use -75 1 to position it on the top right corner.
- //fps_position 5 5 //top left
- fps_position -75 1 //top right
- //wait 5 seconds before auto loading plugins
- wait 5
- load TParty
- load Distance
- load Recast
- load Spellcast
- load Yarnball
- load Tickle
- load TimeStamp
- load StatusTimer
- load Silence
- load Blinkmenot
- load Plasticsurgeon
- load DrawDistance
- //load vanatunes
- //load LightLuggage
- //load Cancel
- //load SSOrganizer
- //load ConsoleBG
- //load Logger
- //load ExpWatch
- //load ChatMon
- //load AllSeeingEye
- //load Scanner
- wait 1
- bmn alwaysself on
- tickle pos 1350 750
- statustimer setposy 73
- plasticsurgeon race mithra
- face 8a
- DrawDistance set 15
- bmn alwaysothers on
- //Uncomment or add plugins you want to use
- //Bind keys
- //Bind syntax is "bind <key> <up> <command>
- // ^ represents control- and ! is alt, eg !1 is alt-1
- bind !f10 fillmode 1
- bind ^f10 fillmode 0
- bind !f1 input /item "Forbidden Key" <t>
- bind f11 game_forceambientlight
- bind f12 showfps
- bind sysrq screenshot png hide
- bind ^v paste
- echo Toggle Lighting = F11 (Bump mapping must be off to work properly)
- echo Toggle FPS = F12
- echo Paste Clipboard = Ctrl-V
- echo Wire-Frame ON: Alt-F10
- echo Wire-Frama OFF: Ctrl-F10
- echo DrawDistance: setmap / setmob / set / show / reset
- //Sets ConsoleBG Background Position
- consolebg position 15 50
- // *** ALLIANCE TARGET KEYS ***
- // This lets you push Alt+F1-6 and Ctrl+F1-6 to to target Alliance members.
- //bind ^f1 input /ta <a10>
- //bind ^f2 input /ta <a11>
- //bind ^f3 input /ta <a12>
- //bind ^f4 input /ta <a13>
- //bind ^f5 input /ta <a14>
- //bind ^f6 input /ta <a15>
- //bind !f1 input /ta <a20>
- //bind !f2 input /ta <a21>
- //bind !f3 input /ta <a22>
- //bind !f4 input /ta <a23>
- //bind !f5 input /ta <a24>
- //bind !f6 input /ta <a25>
Add Comment
Please, Sign In to add comment