mirror of
https://github.com/emagi/eq2emu-content
synced 2026-08-12 20:23:03 -04:00
13 lines
266 B
Lua
Executable file
13 lines
266 B
Lua
Executable file
--[[
|
|
Script Name : Spells/Commoner/Stalk.lua
|
|
Script Author : LordPazuzu
|
|
Script Date : 2023.03.30 08:03:54
|
|
Script Purpose :
|
|
:
|
|
--]]
|
|
|
|
|
|
function cast(Caster, Target Hate)
|
|
AddHate(Caster, Target, Hate, 1)
|
|
end
|
|
|