mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-10-23 07:55:55 +02:00
Updated to OTCv8 3.0 rev 19
This commit is contained in:
8
modules/game_bot/default_configs/vBot/bless_buy.lua
Normal file
8
modules/game_bot/default_configs/vBot/bless_buy.lua
Normal file
@@ -0,0 +1,8 @@
|
||||
if player:getBlessings() == 0 then
|
||||
say("!bless")
|
||||
schedule(2000, function()
|
||||
if player:getBlessings() == 0 then
|
||||
warn("!! Blessings not bought !!")
|
||||
end
|
||||
end)
|
||||
end
|
Reference in New Issue
Block a user