Quote:
Originally Posted by
jlfbalo
Yeah you right, my net (or the server, idk), is kinda lame lately :/, alright awesome that seems pretty easy to fix! Thank you!
You can also edit this part of the config:
lua code:
lurer
{
lureTo = 8,
lureFrom = 5,
monsters = {"Glooth Bandit", "Glooth Brigand"},
waitForMonsters = true,
dist = 4,
maxClose = 4,
shootSolo = "exori flam",
}
When it lures it waits for far-away monsters to get within "dist" distance before it starts moving again (ignoring creatures in the direction you're luring). However, if more than "maxClose" monsters get within 2sqm from you it will start moving regardless (and it will also never wait more than 3 seconds). However, keep in mind that it will take some time to start moving. Editing the "maxClose" parameter will effect the luring everywhere in the cave, but in this case it sounds like just editing the waypoints will give a better end result.