01-20-2021, 01:04 AM
Hi,
im trying to write a scrip to check the default chat screen and if a certain message comes on, flash client.
This way i can have looting off for max exp but manually loot items if the loot message pops up. The bots built in system doesnt work, the bot tries to loot all corpses.
Currently i have the below, but it flashes regardless
Thanks
im trying to write a scrip to check the default chat screen and if a certain message comes on, flash client.
This way i can have looting off for max exp but manually loot items if the loot message pops up. The bots built in system doesnt work, the bot tries to loot all corpses.
Currently i have the below, but it flashes regardless
Thanks
if getmessages('gold coins', 'Bone') then
flashclient()
wait(2000)
end