[Macro] Open custom corpse
|
10-12-2020, 08:58 PM
Post: #1
|
|||
|
|||
![]()
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~~ |
|||
10-17-2020, 10:12 AM
Post: #2
|
|||
|
|||
RE: [Macro] Open custom corpse
Refresh!
|
|||
10-18-2020, 06:33 AM
Post: #3
|
|||
|
|||
RE: [Macro] Open custom corpse
Edit bbot.items.txt add the corpse ids and it will work.
|
|||
10-18-2020, 12:47 PM
(This post was last modified: 10-18-2020 01:02 PM by Mateo.)
Post: #4
|
|||
|
|||
RE: [Macro] Open custom corpse
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? |
|||
10-18-2020, 02:03 PM
Post: #5
|
|||
|
|||
RE: [Macro] Open custom corpse | |||
10-18-2020, 08:08 PM
Post: #6
|
|||
|
|||
RE: [Macro] Open custom corpse
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.
|
|||
10-18-2020, 08:48 PM
(This post was last modified: 10-18-2020 08:51 PM by Mateo.)
Post: #7
|
|||
|
|||
RE: [Macro] Open custom corpse
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 |
|||
10-23-2020, 06:54 AM
Post: #8
|
|||
|
|||
RE: [Macro] Open custom corpse
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.
|
|||
10-23-2020, 06:05 PM
Post: #9
|
|||
|
|||
RE: [Macro] Open custom corpse
I have already changed the flag at the id of the edited monster, but it does not work
|
|||
10-27-2020, 03:47 PM
Post: #10
|
|||
|
|||
RE: [Macro] Open custom corpse
1000 {NAME}
IDGround:=CORPSE ID X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.Use(!IDGround!, !X!, !Y!, !Z!, 2) Misc.StandTime()>2 _____________________________________________ |
|||
10-27-2020, 04:08 PM
Post: #11
|
|||
|
|||
RE: [Macro] Open custom corpse
(10-27-2020 03:47 PM)Seeken Wrote: 1000 {NAME} does not work |
|||
10-27-2020, 05:13 PM
Post: #12
|
|||
|
|||
RE: [Macro] Open custom corpse
Corpse ID must be flesh dead body id
And "Open Corpses" function at looter, must be unclicked. Click only "loot" |
|||
10-27-2020, 06:26 PM
Post: #13
|
|||
|
|||
RE: [Macro] Open custom corpse
yes and still does not work
|
|||
10-27-2020, 08:26 PM
Post: #14
|
|||
|
|||
RE: [Macro] Open custom corpse
(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 _____________________________________________ |
|||
10-27-2020, 08:29 PM
Post: #15
|
|||
|
|||
RE: [Macro] Open custom corpse
1000 {Dead Rotworm}
IDGround:=3940 X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.Use(!3940!, !X!, !Y!, !Z!, 2) Misc.StandTime()>2 |
|||
10-28-2020, 12:58 AM
(This post was last modified: 10-28-2020 12:59 AM by Seeken.)
Post: #16
|
|||
|
|||
RE: [Macro] Open custom corpse
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 _____________________________________________ |
|||
10-28-2020, 05:56 AM
Post: #17
|
|||
|
|||
RE: [Macro] Open custom corpse
ok I have yes and still does not open
|
|||
10-28-2020, 11:07 AM
Post: #18
|
|||
|
|||
RE: [Macro] Open custom corpse
Can we make macro which opens corpse 1 time?
1000 ms macro is opening and closing corpses 3-4 times |
|||
10-29-2020, 12:29 AM
Post: #19
|
|||
|
|||
RE: [Macro] Open custom corpse
(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. _____________________________________________ |
|||
10-29-2020, 03:52 PM
(This post was last modified: 10-29-2020 04:00 PM by prohowkz.)
Post: #20
|
|||
|
|||
RE: [Macro] Open custom corpse
Im using your macro and it works very well, but how to make it open the bags from corpses? 2971 - id of the bag
|
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)