Signup Now
Page 2 of 2 FirstFirst 12
Results 11 to 17 of 17
  1. #11
    Free User ZenekTrabka's Avatar
    Join Date
    Feb 2015
    Posts
    11
    Reputation
    10
    Rep Power
    0
    then in

    local name = "???????" -- item name


    change
    "???????" -- item name
    into
    1234 -- item id
    so it looks like this

    local name = 3031 -- item id, this is for example id of gold

  2. #12
    Free User WindWaker's Avatar
    Join Date
    Nov 2014
    Posts
    29
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by ZenekTrabka View Post
    then in

    local name = "???????" -- item name


    change
    "???????" -- item name
    into
    1234 -- item id
    so it looks like this

    local name = 3031 -- item id, this is for example id of gold
    Is there any library with Item IDs or how can I find them?

  3. #13
    Wind Tester
    Join Date
    Dec 2013
    Location
    Warsaw, Poland
    Posts
    2,579
    Reputation
    149
    Rep Power
    27
    @ZenekTrabka it doesnt matter if its id or name, if there is error it only means that @WindWaker is writing invalid name, or its not it itemlist yet
    Please use search next time... https://forums.tibiawindbot.com/show...14079-Items-id

  4. #14
    Free User ZenekTrabka's Avatar
    Join Date
    Feb 2015
    Posts
    11
    Reputation
    10
    Rep Power
    0
    i know it doesnt matter (although i came across couple of items called the same but with different ids in Xeno for the matter), but its certain for bot if you use item id for such cases like item is not yet in items.xml

  5. #15
    Helper StaR's Avatar
    Join Date
    Dec 2013
    Location
    Manchester
    Posts
    713
    Reputation
    50
    Rep Power
    22
    Quote Originally Posted by ZenekTrabka View Post
    i know it doesnt matter (although i came across couple of items called the same but with different ids in Xeno for the matter), but its certain for bot if you use item id for such cases like item is not yet in items.xml
    If they have the same then load the general information HUD under HUDs -> Load Script, then place your cursor over the item you want to find the ID of and it'll show it in your screen. But if they don't have the same name then just add them to looter and see what their ID is. There is also a Items.xml inside your Windbot folder on your computer which may come in handy if you really want, Windbot -> tibiadata -> Items.xml



  6. #16
    Banned
    Join Date
    May 2014
    Location
    Somewhere in the world.
    Posts
    361
    Reputation
    71
    Rep Power
    0
    Quote Originally Posted by WindWaker View Post
    @Dekk @Imba

    Hey again guys. I tried this right now and when it comes to the action it just gives me an error that it cannot find an item named "swarmer drum". I've tried countless of options but to no avail. What it is supposed to say there?
    Inspect the wardrum id and put the ID instead of the name. I'll try to do it later for you if you dont get up with it.

  7. #17
    Free User WindWaker's Avatar
    Join Date
    Nov 2014
    Posts
    29
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by Dekk View Post
    Inspect the wardrum id and put the ID instead of the name. I'll try to do it later for you if you dont get up with it.

    Thanks Dekk, I found it and it's working like a charm!

    Thanks to everyone who replied aswell

 

 

Posting Permissions

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