[Macro] Open custom corpse - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Scripts & Macros (https://forums.bmega.net/forum-4.html) +--- Forum: Requests (https://forums.bmega.net/forum-17.html) +--- Thread: [Macro] Open custom corpse (/thread-21217.html) Pages:
1
2
|
[Macro] Open custom corpse - Mateo - 10-12-2020 Hello! I play on OTS where all id's are changed How can I make the bot open monsters? I've tried everything from this forum but nothing works. I know there is a way to do it because a certain person did it but I don't want to share it. Best Regards~~ RE: [Macro] Open custom corpse - Mateo - 10-17-2020 Refresh! RE: [Macro] Open custom corpse - doxmey - 10-18-2020 Edit bbot.items.txt add the corpse ids and it will work. RE: [Macro] Open custom corpse - Mateo - 10-18-2020 I did that and it doesn't work. there is only 1 delay identifier at all times '4906' can you write it to me on pw how do you think it should look like? RE: [Macro] Open custom corpse - Jula3221 - 10-18-2020 Do it here not PW Got same problem. Ty in advance RE: [Macro] Open custom corpse - doxmey - 10-18-2020 Well lets see, first you would have to login a normal ot where the ids are are normal. Then you have to get the id of a corpse right after you kill it, then usually 10 secs after the id changes. So get those 2 ids, search them on the bbot.items.txt and copy the lines, paste those two lines and change the ids to the ids of the monster in your ot. RE: [Macro] Open custom corpse - Mateo - 10-18-2020 it doesn't work that way I don't try to open the monster at all because loot is displayed on local chat, not on server log RE: [Macro] Open custom corpse - doxmey - 10-23-2020 I don't think bbot works that way, I'm pretty sure it will try to loot regardless of the loot message. It's definitely the ids bro, check if those edited monster's id are not already there but with another flag. Because im thinking if the ids are changed then the new id is overlapping the original ids like items ids, so the bot doesnt even know it's a corpse. It's probably thinking it's an item, or a wall. So if you do find the ids in the original bbot.items delete them first. Then procede adding the corpse id as a corpse so the bot knows its a corpse and opens it. RE: [Macro] Open custom corpse - Mateo - 10-23-2020 I have already changed the flag at the id of the edited monster, but it does not work RE: [Macro] Open custom corpse - Seeken - 10-27-2020 1000 {NAME} IDGround:=CORPSE ID X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.Use(!IDGround!, !X!, !Y!, !Z!, 2) Misc.StandTime()>2 RE: [Macro] Open custom corpse - Mateo - 10-27-2020 (10-27-2020, 03:47 PM)Seeken Wrote: 1000 {NAME} does not work RE: [Macro] Open custom corpse - ilbeyerdem - 10-27-2020 Corpse ID must be flesh dead body id And "Open Corpses" function at looter, must be unclicked. Click only "loot" RE: [Macro] Open custom corpse - Mateo - 10-27-2020 yes and still does not work RE: [Macro] Open custom corpse - Seeken - 10-27-2020 (10-27-2020, 06:26 PM)Mateo Wrote: yes and still does not work Did you type a good ID of corpses? It works for me. Send a picture with this macro please RE: [Macro] Open custom corpse - Mateo - 10-27-2020 1000 {Dead Rotworm} IDGround:=3940 X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.Use(!3940!, !X!, !Y!, !Z!, 2) Misc.StandTime()>2 RE: [Macro] Open custom corpse - Seeken - 10-28-2020 1000 {Dead Rotworm} IDGround:=3940 X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.Use(!IDGround!, !X!, !Y!, !Z!, 2) Misc.StandTime()>2 this should works. don't change !IDGround!, command IDGround:=3940 already fits it RE: [Macro] Open custom corpse - Mateo - 10-28-2020 ok I have yes and still does not open RE: [Macro] Open custom corpse - ilbeyerdem - 10-28-2020 Can we make macro which opens corpse 1 time? 1000 ms macro is opening and closing corpses 3-4 times RE: [Macro] Open custom corpse - Seeken - 10-29-2020 (10-28-2020, 11:07 AM)ilbeyerdem Wrote: Can we make macro which opens corpse 1 time? Haven't figure it yet. If you do like 2000ms or more there is a huge chance that bot will miss a lot of monsters. RE: [Macro] Open custom corpse - prohowkz - 10-29-2020 Im using your macro and it works very well, but how to make it open the bags from corpses? 2971 - id of the bag |