XenoBot Forums - Powered by vBulletin

User Tag List

Page 4 of 12 FirstFirst ... 23456 ... LastLast
Results 31 to 40 of 120

Thread: Nossy's life thread.

  1. #31

    Join Date
    Sep 2013
    Location
    Netherlands
    Posts
    135
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    I have just started the quest script on my Knight.

    @Aristeus
    Aristeus' Free Scripts - The Shattered Isles Quest

    Quest completed
    Play time: 1:34

  2. #32

    Join Date
    Sep 2013
    Location
    Netherlands
    Posts
    135
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    jxscripts.com - [33+] Edron Earth Elementals Jammed when restocking.

    Despite this script jammed. Looking for another script for earth elementals. Bug report has been submitted to creator.


    Lua config.
    Code:
    if not __ then return print 'You do not need to execute the config.' end
    
    ------------------------------------------------------------------------------------------------------------------
    -- G E N E R A L                                                                                                 |
    ------------------------------------------------------------------------------------------------------------------
    
    -- General Setup --
    _Player.LevelScreenshot = true				-- Do you want to take a screenshot when you level up? (true/false)
    _Player.SkullScreenshot = true				-- Do you want to take a screenshot if you get skulled? (true/false)
    _Player.PlayerScreenshot = false			-- Do you want to take a screenshot when a player enters your view while in spawn? (true/false)
    _Player.PlayerAlarm = false					-- Do you want to trigger an alarm when a player enters your view while in spawn? (true/false)
    _Player.SpeedLooter = 'off'					-- The speed at which the speed looter operates. (off/fast/med/slow)
    
    -- Spawn Setup --
    _Spawn.AntiLureAmount = 5					-- The amount of creatures to trigger anti-lure. (0 to disable)
    _Spawn.AntiLureCreatures = "Earth Elemental"-- The names of the creatures that trigger anti-lure.
    
    
    ------------------------------------------------------------------------------------------------------------------
    -- I N V E N T O R Y                                                                                             |
    ------------------------------------------------------------------------------------------------------------------
    -- AUTOMATIC WITHDRAWING IS ENABLED BUT IS NOT REQUIRED TO REFILL.
    -- Add supplies, listed in the setup below, to depot backpack #3 to automatically withdraw from the your depot.
    -- The script will purchase supplies from NPCs if it fails to withdraw from the depot.
    
    -- IF POTIONS, AMMO OR RUNES INDEPENDENTLY EQUAL MORE THAN 100, YOU WILL NEED TO CARRY A BACKPACK FOR THOSE ITEMS.
    -- Example: If you change ammunition from spears to arrows and you increase the max limit to above 100,
    -- you will be required to have an ammunition backpack.
    -- Example: If runes max count is set to above 100, you will be required to have a rune backpack.
    
    -- AUTOMATIC BACKPACK PRIORITY: Main, Loot, Gold, Potions, Runes, Ammunition.
    
    -- Mana Potions Setup --
    _Potion.ManaID = 'mana potion'				-- ID/Name of mana potion.
    _Potion.ManaCost = 50						-- The price of a single mana potion.
    _Potion.ManaMin = 33						-- The amount of mana potions at which you will leave to go refill. 
    _Potion.ManaMax = 125						-- The amount of mana potions you want to buy.
    _Potion.ManaWithdraw = false					-- Do you want to withdraw mana potions from the depot?
    _Potion.ManaAlarm = 0						-- The amount of mana potions to trigger an alarm. (0 to disable)
    
    -- Ring Setup --
    _Ring.RingEnabled = false					-- Do you want to use rings? (requires a normal ring)
    _Ring.RingLimit = 4							-- How many creatures at which you will equip the ring?
    _Ring.RingID = 'energy ring'				-- ID/Name of a ring.
    _Ring.RingMin = 0							-- The amount of rings at which you leave to go refill.
    _Ring.RingMax = 3							-- The amount of rings you want to withdraw from the depot.
    
    -- Amulet Setup --
    _Amulet.AmuletEnabled = false				-- Do you want to use amulets? (requires a normal necklace)
    _Amulet.AmuletLimit = 4						-- How many creatures at which you will equip the amulet?
    _Amulet.AmuletID = 'protection amulet'		-- ID/Name of the amulet.
    _Amulet.AmuletMin = 1						-- The amount of amulets at which you leave to go refill.
    _Amulet.AmuletMax = 3						-- The amount of amulets you want to withdraw from the depot.
    _Amulet.AmuletAlarm = 0						-- The amount of amulets to trigger an alarm. (0 to disable)
    
    -- Food Setup --
    _Food.Enabled = true						-- Do you want to buy food? (true/false)
    _Food.Min = 10								-- The amount of food at which you refill.
    _Food.Max = 50								-- The amount of food you want to buy.
    
    
    ------------------------------------------------------------------------------------------------------------------
    -- S U P P O R T                                                                                                 |
    ------------------------------------------------------------------------------------------------------------------
    
    -- Softboot Equipper
    _SoftBoots.Enabled = false					-- Would you like to switch to softboots at a certain mana percent? (true/false)
    _SoftBoots.ManaPercent = 30					-- What mana percent to use softboots at.
    
    -- Mana Restorer --
    _Mana.RestorePercent = 85					-- Mana percent to restore mana up to while no creatures on-screen. (0 to disable)
    
    
    ------------------------------------------------------------------------------------------------------------------
    -- S T A T U S    C H E C K S                                                                                    |
    ------------------------------------------------------------------------------------------------------------------
    
    -- Capacity Checks --
    _Cap.HuntMinimum = 10						-- If capacity goes below this number it will exit spawn. (0 to disable)
    _Cap.DropFlasks = true						-- Drop flasks when capacity drops below this number (true/false)
    _Cap.DropGold = false						-- Drop gold when capacity drops below this number (true/false)
    
    -- Stamina Check --
    _Stamina.Logout	= true						-- Would you like to log when low on stamina? (true/false)
    _Stamina.Hours = 16							-- At what stamina level would you like to log out? (in hours)
    _Stamina.ServerSave = 0      				-- How many hours before server save would you like to logout? (0 to disable)
    _Stamina.TimeLimit = 0						-- The maximum hours to hunt if Logout is enabled (0 to disable)
    _Stamina.Trainer = true					-- Would you like to log at the trainer when low on stamina? (true/false)
    _Stamina.TrainSkill = 'magic'				-- The skill statue to use: sword, axe, club, spear, magic.
    
    
    ------------------------------------------------------------------------------------------------------------------
    -- R U N E / S P E L L    S H O O T E R                                                                          |
    ------------------------------------------------------------------------------------------------------------------
    -- MAKE SURE YOUR CHARACTER CAN CAST THE SPELLS CORRESPONDING TO EACH SECTION PRIOR TO ENABLING.
    -- Ultimate area spells include: Hell's Core.
    -- Wave spells include: Fire Wave.
    -- Strong strike spells include: Str. Flame Strike.
    
    -- Waves, beams, etc setup --
    _Shooter.UltimateArea = false				-- Would you like to use ultimate area spells? (true/false)
    _Shooter.Waves = true						-- Would you like to use wave spells? (true/false)
    _Shooter.StrongStrikes = false				-- Would you like to use strong strike spells? (true/false)
    						
    -- Area runes Setup --
    _Rune.AreaEnabled = true					-- Would you like to buy/withdraw/use this rune?
    _Rune.AreaID = 3191							-- ID/Name of the area rune.
    _Rune.AreaCost = 45							-- The price of a single area rune.
    _Rune.AreaMin = 25							-- The amount of area runes at which you will leave to go refill.
    _Rune.AreaMax = 100							-- The amount of area runes you want to buy.
    _Rune.AreaWithdraw = false					-- Do you want to withdraw area runes from the depot?
    _Rune.AreaAlarm = 0							-- The amount of area runes to trigger an alarm. (0 to disable)
    					
    
    ------------------------------------------------------------------------------------------------------------------
    -- H U D                                                                                                         |
    ------------------------------------------------------------------------------------------------------------------
    _HUD.ShowIcons = true						-- Whether to show the loot icons in the HUD or not. (true/false)
    _HUD.UseOutfitTheme = false					-- Enable to use your player's outfit as the HUD colors. (true/false)
    _HUD.LogStatistics = false					-- Logs your statistics in a CSV file. (directory 'XenoBot/SynLog' must exist)

    Wbr,
    Nos.

  3. #33

    Join Date
    Sep 2013
    Location
    Netherlands
    Posts
    135
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    <--------- *** -Neant's Xenobot Scripts- *** ---------> - Edron: Earth Elementals

    Despite this script bugged as well. First rebuy went oké. Second rebuy did get the gold at the bank, but did not buy the mana fluids at the shop. Bot ran out of mana fluids within the first round and died.
    Lua config
    Code:
    ------------------------------------------------------
    ---------INFORMATION---------
    -- BP SETUP
    -- [BP 1] -- Main
    -- [BP 2] -- Loot 
    -- [BP 3] -- Gold
    
    --DP SETUP
    -- [BP 1] -- All loot
    ----------------------------------------------------------------------------------------------------
    -- Cap
    local minCap = 10 --How much cap to leave spawn?
    
    -- MP
    local manasToLeave = 33
    local wantedMPS = 125
    local manaPotID = 268
    local manaCost = 50
    ----------------------------------------------------------------------------------------------------

  4. #34
    Senior Member Maximum Adam's Avatar
    Join Date
    Jan 2013
    Location
    Canada
    Posts
    481
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Nice to see, hope you enjoy my walker, currently retired from Tibia/XB temporarily. Watch for some new features when I make my return

    Good luck on this
    Bought 70 Knight from @Kota
    Bought 72 Knight from @Kota
    Bought 147 Knight from @ceeburi with middleman @DarkDevil

  5. #35

    Join Date
    Sep 2013
    Location
    Netherlands
    Posts
    135
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    @Bollo
    Bollo's free scripts [100% AFK] - Terramites Ankrahmun

    Statistics

    Level: 34 - 50
    Stamina used: 34 hours
    Magic level: 42
    Exp/h: 45~50k

    Latest advance




    Lootpic

    I disabled gold looting.

  6. #36
    Senior Member Aristeus's Avatar
    Join Date
    Jun 2013
    Location
    Sweden
    Posts
    600
    Mentioned
    28 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Nosarios View Post
    I have just started the quest script on my Knight.
    @Aristeus
    Aristeus' Free Scripts - The Shattered Isles Quest

    Quest completed
    Play time: 1:34

    Glad to see the quest worked well for you.

    I'll be looking forward to seeing how your life thread progresses

  7. #37

    Join Date
    Sep 2013
    Location
    Netherlands
    Posts
    135
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Nakuu.tk - [EK] Nargor Pirates
    @Nakuu

    Some feedback related to this script.
    Script is despite bugging so far. It does not follow Sebastian and therefore it is out of range.
    Second point: It never uses 'Berserk'. Whatever parameter is entered
    Third point: The minimum mana is too high within the script. Same for berserk. For Berserk you used a static 250 minimum while 115 is required. For exori hur the minimum mana was set to 200? I lowered this within the script.


  8. #38

    Join Date
    Sep 2013
    Location
    Netherlands
    Posts
    135
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    @Bollo
    Bollo's free scripts [100% AFK] - [Paladin] GS tomb -1 (with refiller)

    Statistics

    Level: 20 - 29
    Stamina used: 24 hours
    Magic level: 9
    Distance: 71
    Shielding: 60
    Exp/h: ~12k

    Advance


    Lootpic

    I disabled gold looting.

  9. #39

    Join Date
    Sep 2013
    Location
    Netherlands
    Posts
    135
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)

    @Adky

    STScripts - Free & Paid Quality Scripts ( 100% AFK ) - Way to Yalahar
    Remark: Buying the pickaxe will not be sufficient anymore for explorers society. You need to do manually the Kazordoon part. (getting keys etc.. )

    Run-time: 25 minutes

    Screenshot

  10. #40
    Senior Member
    Join Date
    May 2013
    Posts
    659
    Mentioned
    27 Post(s)
    Tagged
    1 Thread(s)
    Quote Originally Posted by Nosarios View Post

    @Adky

    STScripts - Free & Paid Quality Scripts ( 100% AFK ) - Way to Yalahar
    Remark: Buying the pickaxe will not be sufficient anymore for explorers society. You need to do manually the Kazordoon part. (getting keys etc.. )

    Run-time: 25 minutes

    Keys? Is this because of the recent patch?

Posting Permissions

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