Yes, the bot can do it. Here's an example from that quest you are doing.
itemid is obviously the id of the bomb. You can find this in devmonitor. ["pos"] is the position where you stand when you use the item and ["usepos"] is where the reticle gets placed.
itemid is obviously the id of the bomb. You can find this in devmonitor. ["pos"] is the position where you stand when you use the item and ["usepos"] is where the reticle gets placed.
Code:
[2] = {
["itemid"] = 2001079;
["itemreward"] = false;
["mapid"] = 156;
["meshname"] = "Mor Dhona";
["pos"] = {
["x"] = -468.94815063477;
["y"] = -3.9981083869934;
["z"] = -252.04335021973;
};
["type"] = "useitem";
["usepos"] = {
["x"] = -469.13143920898;
["y"] = -3.9999837875366;
["z"] = -256.74459838867;
};
};