虚弱0 度精华0阅读权限30在线时间75 小时
| - require "System\\ScriptCore"
- require "System\\ScriptDefines"
- BridgeFunctionAttach("LuaEntryProc", "OficialMuHelperWindow")
- --[[
- Amount Page = 1 or 2
- Window Index = 0 to 4
- Button Index = 0 to 15
- Check Box Index = 0 to 27
- Input Text Index = 0 to 3
- Range Number Index = 0 to 1
- Select Skill Index = 0 to 5
- Render Box Index = 0 to 9
- Render Text Index = 0 to 10
- AddHelperPage = Amount Page, Position X, Position Y
- MuHelperAddTitleWindow = Position X, Position Y, Width, Align
- MuHelperAddWindow = Window Index, Image Index, Position X, Position Y, Width, Height, MapX, MapY, RealWidth, RealHeight
- MuHelperAddRenderBox = Render Box Index, Enable/Disable, Position X, Position Y, Width, Height
- MuHelperAddTextMap = Render Text Index, Enable/Disable, Position X, Position Y
- MuHelperAddButtonMap = Button Index, Enable/Disable, Position X, Position Y
- MuHelperAddRangeNumber = Range Number Index, Enable/Disable, Position X, Position Y
- MuHelperAddCheckBoxMap = Check Box Index, Enable/Disable, Position X, Position Y
- MuHelperAddTextInputMap = Input Text Index, Enable/Disable, Position X, Position Y
- MuHelperAddSelectSkill = Select Skill Index, Enable/Disable, Position X Position Y
- MuHelperAddPickList = Enable/Disable, Position X, Position Y, Width, Height, Amount Lines
- ]]
- OficialMuHelperWindow = function()
- --MU HELPER WINDOW
- ---------------------------------------------------------------------------------------
- --Window
- MuHelperAddWindow(0, 31322, 0, 0, 190, 429, 0, 0, 190, 429) -- Background / Cursor Focus
- MuHelperAddWindow(1, 31354, 0, 0, 190, 64, 0, 0, 190, 64) -- Up Squad
- MuHelperAddWindow(2, 31355, 0, 0, 21, 320, 0, 0, 21, 320) -- Left Squad
- MuHelperAddWindow(3, 31356, 0, 0, 21, 320, 0, 0, 21, 320) -- Right Squad
- MuHelperAddWindow(4, 31357, 0, 0, 190, 45, 0, 0, 190, 45) -- Down Squad
- MuHelperAddTitleWindow(0, 0, 190, 3) -- Window Title
- ---------------------------------------------------------------------------------------
- ---------------------------------------------------------------------------------------
- AddHelperPage(2, 10, 48) -- Pages Position
- ---------------------------------------------------------------------------------------
- --[ HUNTING PAGE - 1 ]
- --Render Box
- ---------------------------------------------------------------------------------------
- MuHelperAddRenderBox(0, 1, 0, 0, 68, 50) -- RenderBox Window 1
- MuHelperAddRenderBox(1, 1, 0, 0, 102, 50) -- RenderBox Window 2
- MuHelperAddRenderBox(2, 1, 0, 0, 165, 39) -- RenderBox Window 3
- MuHelperAddRenderBox(3, 1, 0, 0, 165, 120) -- RenderBox Window 4
- MuHelperAddRenderBox(4, 1, 0, 0, 165, 69) -- RenderBox Window 5
- ---------------------------------------------------------------------------------------
- --Hunting Range
- ---------------------------------------------------------------------------------------
- MuHelperAddTextMap(0, 1, 0, 0) -- Text 0 = Range --------
- MuHelperAddButtonMap(0, 1, 0, 0) -- Button 0 = Hunt Range +
- MuHelperAddButtonMap(1, 1, 0, 0) -- Button 1 = Hunt Range -
- MuHelperAddRangeNumber(0, 1, 0, 0) -- Range Number 0 = Hunting
- ---------------------------------------------------------------------------------------
- --Potion Recovery Settings
- ---------------------------------------------------------------------------------------
- MuHelperAddCheckBoxMap(0, 1, 0, 0) -- CheckBox 0 = Potion
- MuHelperAddCheckBoxMap(11, 1, 0, 0) -- CheckBox 11 = Auto Heal "ELF"
- MuHelperAddCheckBoxMap(12, 1, 0, 0) -- CheckBox 12 = Drain Life "SUM"
- MuHelperAddButtonMap(7, 1, 0, 0) -- Button 7 = Auto Recovery 3 Setting "ELF"
- MuHelperAddButtonMap(8, 1, 0, 0) -- Button 8 = Auto Recovery 3 Setting "SUM"
- MuHelperAddButtonMap(9, 1, 0, 0) -- Button 9 = Auto Recovery 3 Setting
- ---------------------------------------------------------------------------------------
- --Position Settings
- ---------------------------------------------------------------------------------------
- MuHelperAddCheckBoxMap(1, 1, 0, 0) -- CheckBox 1 = Long Distance Attack
- MuHelperAddCheckBoxMap(2, 1, 0, 0) -- CheckBox 2 = Original Position
- MuHelperAddTextMap(1, 1, 0, 0) -- Text 1 = Distance
- MuHelperAddTextMap(2, 1, 0, 0) -- Text 2 = Min
- MuHelperAddTextInputMap(0, 1, 0, 0) -- InputBox 0 = Position Distance
- ---------------------------------------------------------------------------------------
- --Skills Settings
- ---------------------------------------------------------------------------------------
- MuHelperAddTextMap(3, 1, 0, 0) -- Text 3 = Basic Skill
- MuHelperAddTextMap(4, 1, 0, 0) -- Text 4 = Activation Skill 1
- MuHelperAddTextMap(5, 1, 0, 0) -- Text 5 = Skill 1 Min
- MuHelperAddTextMap(6, 1, 0, 0) -- Text 6 = Activation Skill 2
- MuHelperAddTextMap(7, 1, 0, 0) -- Text 7 = Skill 2 Min
- MuHelperAddCheckBoxMap(3, 1, 0, 0) -- CheckBox 3 = Activation Skill 1 "Delay"
- MuHelperAddCheckBoxMap(4, 1, 0, 0) -- CheckBox 4 = Activation Skill 1 "Con"
- MuHelperAddCheckBoxMap(5, 1, 0, 0) -- CheckBox 5 = Activation Skill 2 "Delay"
- MuHelperAddCheckBoxMap(6, 1, 0, 0) -- CheckBox 6 = Activation Skill 2 "Con"
- MuHelperAddCheckBoxMap(7, 1, 0, 0) -- CheckBox 7 = Combo
- MuHelperAddCheckBoxMap(9, 1, 0, 0) -- CheckBox 9 = Use Dark Spirits
- MuHelperAddCheckBoxMap(10, 1, 0, 0) -- CheckBox 10 = Party
- MuHelperAddButtonMap(2, 1, 0, 0) -- Button 2 = Activation Skill 1 Setting
- MuHelperAddButtonMap(3, 1, 0, 0) -- Button 3 = Activation Skill 2 Setting
- MuHelperAddButtonMap(10, 1, 0, 0) -- Button 10 = Party 4 Setting "ELF"
- MuHelperAddButtonMap(11, 1, 0, 0) -- Button 11 = Party 4 Setting
- MuHelperAddTextInputMap(1, 1, 0, 0) -- InputBox 1 = Skill 1 Min
- MuHelperAddTextInputMap(2, 1, 0, 0) -- InputBox 2 = Skill 2 Min
- MuHelperAddSelectSkill(0, 1, 0, 0) -- SellectSkill 0 = Skill 1
- MuHelperAddSelectSkill(1, 1, 0, 0) -- SellectSkill 1 = Skill 2
- MuHelperAddSelectSkill(2, 1, 0, 0) -- SellectSkill 2 = Skill 3
- MuHelperAddCheckBoxMap(25, 1, 0, 0) -- CheckBox 25 = Cease Attack "DL"
- MuHelperAddCheckBoxMap(26, 1, 0, 0) -- CheckBox 26 = Auto Attack "DL"
- MuHelperAddCheckBoxMap(27, 1, 0, 0) -- CheckBox 27 = Attack Together "DL"
- ---------------------------------------------------------------------------------------
- --Buff Settings
- ---------------------------------------------------------------------------------------
- MuHelperAddCheckBoxMap(8, 1, 0, 0) -- CheckBox 8 = Buff Duration
- MuHelperAddSelectSkill(3, 1, 0, 0) -- SellectSkill 3 = Skill 4
- MuHelperAddSelectSkill(4, 1, 0, 0) -- SellectSkill 4 = Skill 5
- MuHelperAddSelectSkill(5, 1, 0, 0) -- SellectSkill 5 = Skill 6
- ---------------------------------------------------------------------------------------
- --[ OBTAING PAGE - 2 ]
- --Render Box
- ---------------------------------------------------------------------------------------
- MuHelperAddRenderBox(6, 1, 0, 0, 68, 50) -- RenderBox Window 7
- MuHelperAddRenderBox(7, 1, 0, 0, 102, 50) -- RenderBox Window 8
- MuHelperAddRenderBox(8, 1, 0, 0, 165, 30) -- RenderBox Window 9
- MuHelperAddRenderBox(9, 1, 0, 0, 165, 195) -- RenderBox Window 10
- ---------------------------------------------------------------------------------------
-
- --Pick Range
- ---------------------------------------------------------------------------------------
- MuHelperAddTextMap(8, 1, 0, 0) -- Text 8 = Range --------
- MuHelperAddButtonMap(12, 1, 0, 0) -- Button 12 = Pick Range +
- MuHelperAddButtonMap(13, 1, 0, 0) -- Button 13 = Pick Range -
- MuHelperAddRangeNumber(1, 1, 0, 0) -- Range Number 1 = Obtaing
- ---------------------------------------------------------------------------------------
- --Repair Settings
- ---------------------------------------------------------------------------------------
- MuHelperAddCheckBoxMap(13, 1, 0, 0) -- CheckBox 13 = Repair Item
- ---------------------------------------------------------------------------------------
- --Pick List Settings
- ---------------------------------------------------------------------------------------
- MuHelperAddCheckBoxMap(14, 1, 0, 0) -- CheckBox 14 = Pick All Near Items
- MuHelperAddCheckBoxMap(15, 1, 0, 0) -- CheckBox 15 = Pick Selected Items
- MuHelperAddCheckBoxMap(16, 1, 0, 0) -- CheckBox 16 = Jewel/Gem
- MuHelperAddCheckBoxMap(17, 1, 0, 0) -- CheckBox 17 = Set Item
- MuHelperAddCheckBoxMap(18, 1, 0, 0) -- CheckBox 18 = Zen
- MuHelperAddCheckBoxMap(19, 1, 0, 0) -- CheckBox 19 = Excellent Item
- MuHelperAddCheckBoxMap(20, 1, 0, 0) -- CheckBox 20 = Add Extra Item
- MuHelperAddButtonMap(14, 1, 0, 0) -- Button 14 = Button Add
- MuHelperAddButtonMap(15, 1, 0, 0) -- Button 15 = Button Delete
- MuHelperAddPickList(1, 0, 0, 154, 78, 5) -- Pick Text List Box
- MuHelperAddTextInputMap(3, 1, 0, 0) -- InputBox 3 = Add Item List
- ---------------------------------------------------------------------------------------
- --ALL PAGES
- ---------------------------------------------------------------------------------------
- MuHelperAddRenderBox(5, 1, 0, 0, 165, 46) -- RenderBox Window 6
- MuHelperAddCheckBoxMap(24, 1, 0, 0) -- CheckBox 24 = Enable Off Helper
- MuHelperAddTextMap(9, 1, 0, 0) -- Text 9 = Enable Off Helper 1 / Extension Function 1
- MuHelperAddTextMap(10, 1, 0, 0) -- Text 10 = Enable Off Helper 2 / Extension Function 2
- MuHelperAddButtonMap(4, 1, 0, 0) -- Button 4 = Save Settings
- MuHelperAddButtonMap(5, 1, 0, 0) -- Button 5 = Initialization
- MuHelperAddButtonMap(6, 1, 0, 0) -- Button 6 = Cancel
- ---------------------------------------------------------------------------------------
- end
复制代码
|
|