Using Item on a monster - Printable Version +- BBot - The best bot of the world (https://forums.bmega.net) +-- Forum: Support (https://forums.bmega.net/forum-6.html) +--- Forum: Support & Help (https://forums.bmega.net/forum-8.html) +--- Thread: Using Item on a monster (/thread-19158.html) |
Using Item on a monster - filetrox - 01-15-2016 Hi. I have a little problem. I try to do daily task script in venore and my task says to use item on a monster. I can use tool map but i am not surrounded by a monsters on 8 sqm and when i put XYZ that monster is not on required SQM, When i use 8 map tools it dont go to next map tool because when it will use that item with id 17673 on a monster it upgrades quest log and my item id is now 17674 and it stops. I would like to use 17673 on a monster and when it get it i should go to next point. Is there any option to do it? RE: Using Item on a monster - kaiquegabriel - 01-15-2016 Code: 2000 {UseItemOnDead} X:=Self.X() Y:=Self.Y() Z:=Self.Z() Map.UseOn(3456, 7200, !X!, !Y!, !Z!, 5) Macro.Wait(400) Map.UseOn(3456, 7200, !X!, !Y!, !Z!, 5) Macro.Wait(400) Map.UseOn(3456, 7200, !X!, !Y!, !Z!, 5) Edit id: 3456 for item ID on your backpack. Edit id: 7200 for corpse ID of monster. RE: Using Item on a monster - Catar - 01-15-2016 But i think he have to use item on Alive monster? tell me exacly what daily quest what monster if it has to be corpose of dead monster of living one |