XenoBot Forums - Powered by vBulletin

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Hero Fortress -1

  1. #1
    XenoBot Scripts Developer Joshwa534's Avatar
    Join Date
    May 2012
    Location
    Texas, USA
    Posts
    4,890
    Mentioned
    517 Post(s)
    Tagged
    3 Thread(s)

    Hero Fortress -1

    Town: Edron
    Level: 65+
    Type: Casual

    Download this script from the Get Scripts window once logged into Tibia.

    Use this thread to ask questions or report bugs for this script.

  2. #2
    retsamfrost's Avatar
    Join Date
    Jan 2014
    Location
    Netherlands
    Posts
    333
    Mentioned
    34 Post(s)
    Tagged
    0 Thread(s)
    i really do not like this script

    10 mins to go from 150 manas to 100 manas this way u waste so much
    the script fails to use the royal spears for main damage and relies on spell damage
    also i believe at this level recommendation power bolts would be a better option as you can keep more distance





    Trades:
    Sold unregistered knight lvl 61 @asbez
    Bought RP 207 @ragnir

  3. #3

    Join Date
    May 2013
    Posts
    51
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    21:24 XenoScript Error:
    Script: [RP] Edron Hero Fortress -1.lua
    Line #: 5714
    Chunk: C:?Users?Avid?DOCUME?1?XenoBot?Scripts??_RP_ED?2.L UA
    Error: attempt to index field '?' (a nil value)

    at my lvl 90 rp on optional it worked perfect but on my 120 rp Keep getting that message, i changed ofc the config for my higher rp, but idk the Problem


    solved Problem hihi
    Last edited by Hellpower; 06-14-2016 at 09:57 PM.

  4. #4

    Join Date
    Nov 2014
    Posts
    5
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by retsamfrost View Post
    i really do not like this script

    10 mins to go from 150 manas to 100 manas this way u waste so much
    the script fails to use the royal spears for main damage and relies on spell damage
    also i believe at this level recommendation power bolts would be a better option as you can keep more distance
    You do know you can disable spells, right? You just write "false" into the config file for the spell you don't want to use.

  5. #5

    Join Date
    Sep 2016
    Posts
    23
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Hey I've got a little problem with this script. I wanted to use enchanted spears that are on my depo but I can't set it up.
    After I put "enchanted spears" in config and I change royals for enchanted in Support > Eq manager it pickes up all of them not 25 like I set up in config. But when I set it back to royals in Support > Eq manager it pickes up 25 from depo but just keep them in bp not in hand. Any ideas?

  6. #6

    Join Date
    Sep 2016
    Posts
    23
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Any idea??

  7. #7
    Senior Member Trykon's Avatar
    Join Date
    Nov 2014
    Location
    UK
    Posts
    952
    Mentioned
    11 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Lastu View Post
    Any idea??
    Just write some short auto equipper urself, if you have enchanted spears in main bp then put them in hand... cant help you as i am travelling, but maybe later
    All my full afk scripts are accessible at:
    My thread
    My store
    My project
    Looking for RL Tibia testers - RP and EK scripts for FREE. Link to info.

  8. #8

    Join Date
    Sep 2016
    Posts
    23
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Trykon View Post
    Just write some short auto equipper urself, if you have enchanted spears in main bp then put them in hand... cant help you as i am travelling, but maybe later
    I don't really know how to do this, but it's no rush I've got like 20hrs of stamina on my rp so if u find some time later I will really appreciate it

  9. #9
    Senior Member Trykon's Avatar
    Join Date
    Nov 2014
    Location
    UK
    Posts
    952
    Mentioned
    11 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Lastu View Post
    I don't really know how to do this, but it's no rush I've got like 20hrs of stamina on my rp so if u find some time later I will really appreciate it
    Code:
    local Spear = Item.GetID("enchanted spear")
    
    while (true) do
    	if(Self.ItemCount(Spear) > Self.Weapon().count) then
    		local Backpack = Container.GetFirst()
    		for spot = 0, Backpack:ItemCount() do
    			local item = Backpack:GetItemData(spot)
    			if(item.id == Spear) then
    				Self.Equip(item, "weapon")
    				wait(500)
    			end
    		end
    	end
    	wait(500)
    end
    should work...
    All my full afk scripts are accessible at:
    My thread
    My store
    My project
    Looking for RL Tibia testers - RP and EK scripts for FREE. Link to info.

  10. #10

    Join Date
    Jan 2017
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I dont find the Get Scripts window..

Posting Permissions

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