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:
10
modules/game_bot/default_configs/vBot/z_npc_talk.lua
Normal file
10
modules/game_bot/default_configs/vBot/z_npc_talk.lua
Normal file
@@ -0,0 +1,10 @@
|
||||
macro(50, function()
|
||||
if not g_game.isAttacking() then return end
|
||||
|
||||
if target() and target():isNpc() then
|
||||
NPC.say("hi")
|
||||
NPC.say("trade")
|
||||
end
|
||||
delay(950)
|
||||
|
||||
end)
|
Reference in New Issue
Block a user