Blog
Phbot Lure Script - [2021]
To cover its tracks, some lure scripts delete themselves using cmd /c del %0 or Remove-Item $MyInvocation.MyCommand.Path .
-- Configuration local HOME_COORDS = x = 100, y = 200 local LURE_RADIUS = 50 local MAX_MOBS = 15 phbot lure script
Scripts allow you to cast specific skills, like "Howling Shout," at exact coordinates to maximize monster aggro. To cover its tracks, some lure scripts delete
If the bot skips your wait steps, try increasing the millisecond value or checking for conflicting plugins that might be overriding the pathing. Use the "Entity Hider" plugin to hide other
Use the "Entity Hider" plugin to hide other players’ animations and projectiles in crowded areas (like the Grand Exchange). This prevents the visual confusion that scripts exploit (e.g., hiding a "teleport" animation under a firework effect).
-- 2. Logic: Are we full? if mob_count >= MAX_MOBS then -- Return to base print("Train full! Returning to party.") MoveTo(HOME_COORDS.x, HOME_COORDS.y)