XenoBot Forums - Powered by vBulletin

User Tag List

Results 1 to 6 of 6

Thread: Fast lua editing in Game

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Senior Member Tripkip's Avatar
    Join Date
    Aug 2012
    Location
    Netherlands
    Posts
    1,310
    Mentioned
    105 Post(s)
    Tagged
    0 Thread(s)

    Fast lua editing in Game

    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]
    Last edited by Tripkip; 04-02-2014 at 10:12 AM.
    Tripkips Selling Thread

    Chars Sold
    Sold 445 MS to @zemmer
    Sold 430 RP to @Spanirl
    Sold 395 ED to @Poppy218
    Sold 381 ED to @Diixon
    Sold 370 MS to @Starcream
    Sold 325 ED to @itscolbys
    Sold 325 ED to @Diixon
    Sold 320+ ED to @rickmyth
    Sold 280 ED to @Lavi
    Sold 280 MS to @Nostrax Junior
    Sold 245 EK to @zgredzikq10
    Sold 204 MS to @avian45
    Sold 185 ED to @Scherp Schutter
    Sold 140 EK to @GuiCyp
    Sold 104 RP +107 ED to @zetashion

    Money Sold
    Sold 50kk to @kimse
    Sold 30kk @Diixon

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •