Today I was showering... Yeah I shower kekek! But as we all know alot of good idea's are born there.
So My suggestion is. Sometimes when im pvping, or botting. I dont have the time or, I feel to lazy to actually open the lua files and edit the script.
So heres my proposal, not sure if its worth the time to create this, or maybe its rather easy to make and therefor it could be implented while updating the bot anyways.
When you go to scripter, you see the files you've executed, lets say: Sio.lua
Scripters would make a [QuickConfig] All the code you want to be able to be edited fast [/QuickConfig]
And when you're hovering on 1 of the lua files that are executed you would see some sort of HUD Showing the QuickConfig text. (kinda like with the backpack HUD under the tool Function).when you click on this Text Balloon You'll be able to edit the text and save it whenever you click away, or ctrl+S. Ofcourse this function could be enabled/disabled under the tool section.
This way you can edit true/false things fast, backpack setups, Percentages and stuff like that. When time is essential, like in wars this could be really usefull.
What do you think? Might not be the most important function, also I know several suggestion KINDA like this 1 have been suggested. Altho this 1 might be easy to make ore better pruposed :P.
EXAMPLE VVVVV
[QuickConfig]lua code:local HealType = "UH" -- Main Heal Type (Options: "Sio", "UH", "IH") (type them exactly as I have them here)
local HealingRuneBP = "crown backpack" -- Name of OPEN backpack containing the healing runes.
local PercentHPtoHeal = 85 -- PERCENTAGE of health and below to sio/uh/ih party members&war allies
local RandHP = 0 -- Health randomization percentage (over 5% is unnecessary and can cause slow heal times)
local SelfMP = 1000 -- Minimum amount of mana to have when using SIO ONLY (actual mana, not a percentage)
local RandMP = 0 -- Mana randomization percentage (over 5% is unnecessary and can cause slow heal times)
local SelfHP = 1200 -- Minimum health to have before using sio/ih/uh (actual health, not a percentage)
local RandHP2 = 0 -- Self health randomization percentage (over 5% is unnecessary and can cause slow heal times)
local HealParty = false -- Heal All Party members, true/false
local HealWarAllies = false -- Heal All WarAllies, true/false
local HealWhiteList = true -- Heal All White list players, true/false
local WhiteList = {"Darkstar", ""} -- names of players to heal as long as "HealWhiteList" is true
[/QuickConfig]