@Gurn I think you were using some oldschool client(ALclient or something?) last I spoke to you. That's possibly what is making it take so long. Mine isn't really the most feature-rich basher around, … (View Post)
Manual parry relies on the user input. User input is bad, because users are bad. Parry is effective because people are bad at limb targeting. Having been on both sides of the incendiary, parry can ex… (View Post)
Imo, change it to: if target:lower():match("locust") then send(stuff) end In my experience, Mudlet sometimes doesn't like string comps, so I try to use string.match(<string 1>, <st… (View Post)
If you're tracking them like: defences["fitness"] then you can simply do: defences["fitness"] = false If you're tracking them with table.insert(defences, "fitness") (whi… (View Post)