mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-14 06:34:55 +02:00
implement screaming spellbook in rook to skip rook and get first items
This commit is contained in:
16
data/globalevents/scripts/rookgaard_book.lua
Normal file
16
data/globalevents/scripts/rookgaard_book.lua
Normal file
@@ -0,0 +1,16 @@
|
||||
local text = {
|
||||
"Grrr!",
|
||||
"<click>",
|
||||
"Shhh!",
|
||||
"I SMELL FEEEEAAAAAR!",
|
||||
"CHAMEK ATH UTHUL ARAK!",
|
||||
"469",
|
||||
"LET ME OUT!",
|
||||
"Sacrifice!",
|
||||
"More! More!"
|
||||
}
|
||||
|
||||
function onThink(interval, lastExecution)
|
||||
Position({x=32095, y=32216, z=7}):sendMonsterSay(text[math.random(#text)])
|
||||
return true
|
||||
end
|
Reference in New Issue
Block a user