SolvedHow does picking up items with the same name work?

Posts 16 of 6 · Page 1 of 1
How does picking up items with the same name work?
So, nearly done with my Seraphic War bots, trying to make an all in one bot which is coming along nicely, but apparently, according to the merge shop, and the wiki he drops two items of the same name. Here and Here. Seems the drop rate on the misc item is insanely low, as its dropping very rarely...but curious how it would interact with the bot manager? If I put wings, will it pick it up? I'm also making it so it continues fighting him till its max stack, so will it try and get 260 capes? I also need the wings to drop to test it...
Code:
Item is not in inventory: Seraphic Paladin Wings, 260
Goto Label: Laken
Item is not in inventory: Seraphic Paladin Wings, *
Goto Label: Laken
Edit: Just got wings(misc) drop, this is what the grabber looks like - Here - I hid the char item id, because I dunno what it is, just to be safe x)
Edit2: Here is the wings(cape) drop in loader - Here -
Quote Originally Posted by shauny321 View Post
he drops two items of the same name.
In reality if you keep the cape in the inventory, it will still collect wings, but you won't need the 2nd not in inventory.
The only work-around I can think is pick it up via packet, but that's a drag.
Quote Originally Posted by Trash View Post
In reality if you keep the cape in the inventory, it will still collect wings, but you won't need the 2nd not in inventory.
The only work-around I can think is pick it up via packet, but that's a drag.
Indeed it is a drag...well shall test it out to see if it picks up the wings with the not in inv 260 one. If it does, win win.
A single get drop, or whitelisting it once, should pickup both.

But you can't check them seperatly with if functions. The best solution is probably only checking for 260 wings. Since you will have gathered the cape by then definitly.
The bot also can't move these items to/from your bank without issues. So you'll have to use packets instead then. Cause packets use the ItemID instead of the name.
Quote Originally Posted by KekkeTex View Post
A single get drop, or whitelisting it once, should pickup both.

But you can't check them seperatly with if functions. The best solution is probably only checking for 260 wings. Since you will have gathered the cape by then definitly.
The bot also can't move these items to/from your bank without issues. So you'll have to use packets instead then. Cause packets use the ItemID instead of the name.
Hm...alright, won't be using bank commands anyway, need the items in inv to move onto the next part. Though I will be including seperate bots for each. So yeah. In case it for some reason blows up or doesnt work for others. Yeah, packets are annoying to work with, so I shall pass on that :x
Also, seems it did pick up the wings aswell, as you said x) Only thing stopping me from releasing right now, is to know if Blood Tokens will go to 600 stack instead of 500...Also, start botting Laken so it can get to 100% so I can release already xD Need to know if anything changes so I don't have to do it afterwards :P

This thread can be marked as solved x)
Solved. //2short//
Posts 16 of 6 · Page 1 of 1
This thread is closed for replies.

Similar Threads

Tags for this Thread

Need help?