XenoBot Forums - Powered by vBulletin

User Tag List

Page 3 of 19 FirstFirst 1234513 ... LastLast
Results 21 to 30 of 187

Thread: Suggestions List II

  1. #21
    XenoBot Developer DarkstaR's Avatar
    Join Date
    Dec 2010
    Posts
    6,104
    Mentioned
    1326 Post(s)
    Tagged
    16 Thread(s)
    Quote Originally Posted by Avani View Post
    4. Also things like Item.GetWeight() Item.GetValue() Item.GetNpcPrice() ?
    It doesn't have all of this, no. But the bot itself doesn't use any of this information, or have it for that matter. If someone can aggregate the data, I can possibly plug it in.

  2. #22
    Banned
    Join Date
    Aug 2012
    Location
    Netherlands
    Posts
    1,460
    Mentioned
    38 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by DarkstaR View Post
    It doesn't have all of this, no. But the bot itself doesn't use any of this information, or have it for that matter. If someone can aggregate the data, I can possibly plug it in.
    There is a huge list in Sirmate's library with all the Item Prices, Values and Weight.

    I've uploaded the list on pastebin here:
    http://pastebin.com/kuvgQ2Yx

  3. #23
    Lifetime Subscriber Hendy's Avatar
    Join Date
    Jan 2012
    Location
    Northern Ireland
    Posts
    1,593
    Mentioned
    7 Post(s)
    Tagged
    1 Thread(s)
    @DarkstaR Thanks for the response!

    List has been rearranged and colour coded. Will keep ones that haven't been commented on still pending because of an indefinite response.

    @Avani I've also added Item Functions()

  4. #24
    XenoBot Developer DarkstaR's Avatar
    Join Date
    Dec 2010
    Posts
    6,104
    Mentioned
    1326 Post(s)
    Tagged
    16 Thread(s)
    Quote Originally Posted by Avani View Post
    There is a huge list in Sirmate's library with all the Item Prices, Values and Weight.

    I've uploaded the list on pastebin here:
    http://pastebin.com/kuvgQ2Yx
    NPC_PRICE = Cost to buy it.
    NPC_VALUE = What NPC pays for it.

    Correct?

  5. #25
    Banned
    Join Date
    Aug 2012
    Location
    Netherlands
    Posts
    1,460
    Mentioned
    38 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by DarkstaR View Post
    NPC_PRICE = Cost to buy it.
    NPC_VALUE = What NPC pays for it.

    Correct?
    Yes

    (short)

  6. #26

    Join Date
    Nov 2012
    Posts
    911
    Mentioned
    6 Post(s)
    Tagged
    0 Thread(s)
    ~Removed
    Last edited by Masinero; 08-09-2015 at 02:27 AM.

  7. #27
    Flacks's Avatar
    Join Date
    Jun 2012
    Location
    Sweden
    Posts
    142
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    It would be nice if there was a function like delayWalker() but instead delayTargeting() which would work in same way basically.
    I guess it possible so do the same like,
    Code:
    if (labelName == "delayTargeting") then
    	setTargetingEnabled(false)
    	wait(2000)
    	setTargetingEnabled(true)
    end
    But the function would be more reliable.
    I guess you could use this function as a lurer. Btw I was really glad that screenShot() is coming in next update. Awsome!

  8. #28
    Maximo Santana's Avatar
    Join Date
    Mar 2012
    Location
    México
    Posts
    202
    Mentioned
    3 Post(s)
    Tagged
    0 Thread(s)
    Quote Originally Posted by Xeromex View Post
    What you could do, is set every targeting to none, and use the follow function from Tibia itself.
    Ill try it thanks

  9. #29
    Banned
    Join Date
    Aug 2012
    Location
    Netherlands
    Posts
    1,460
    Mentioned
    38 Post(s)
    Tagged
    0 Thread(s)
    Would be cool to have this along with the new Screenshot() function

    Self.Magic()
    Self.Sword()
    Self.Axe()
    Self.Club()
    Self.Shielding()
    Self.Distance()

  10. #30
    Lifetime Subscriber Hendy's Avatar
    Join Date
    Jan 2012
    Location
    Northern Ireland
    Posts
    1,593
    Mentioned
    7 Post(s)
    Tagged
    1 Thread(s)
    Quote Originally Posted by Avani View Post
    Would be cool to have this along with the new Screenshot() function

    Self.Magic()
    Self.Sword()
    Self.Axe()
    Self.Club()
    Self.Shielding()
    Self.Distance()
    Yep, Ill add to the list after work. Moar suggestions?! xD

Posting Permissions

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