mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-05-09 15:29:20 +02:00
10 lines
187 B
Lua
10 lines
187 B
Lua
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) |