mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-04-29 18:59:20 +02:00
7 lines
172 B
Lua
7 lines
172 B
Lua
singlehotkey("f10", "npc buy and sell", function()
|
|
NPC.say("hi")
|
|
NPC.say("trade")
|
|
NPC.buy(3074, 2) -- wand of vortex
|
|
NPC.sell(3074, 1)
|
|
NPC.closeTrade()
|
|
end) |