mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-12-09 20:00:46 +01:00
fix rashid, fix spells, add znote sql schema
This commit is contained in:
@@ -10,7 +10,7 @@ local function spawnRashid()
|
||||
}
|
||||
|
||||
local position = rashidSpawns[os.date("%A")]
|
||||
local rashid = Game.createNpc("Rashid", position)
|
||||
local rashid = Game.createNpc("rashid", position)
|
||||
if rashid ~= nil then
|
||||
rashid:setMasterPos(position)
|
||||
position:sendMagicEffect(CONST_ME_MAGIC_RED)
|
||||
|
||||
@@ -4,6 +4,8 @@
|
||||
<instant name="Force Strike" words="exori mort" lvl="16" mana="20" prem="1" cooldown="1000" range="3" direction="1" blockwalls="1" needlearn="0" script="spells/force strike.lua">
|
||||
<vocation name="Sorcerer" />
|
||||
<vocation name="Master Sorcerer" />
|
||||
<vocation name="Druid" />
|
||||
<vocation name="Elder Druid" />
|
||||
</instant>
|
||||
<instant name="Fire Wave" words="exevo flam hur" lvl="18" mana="80" direction="1" needlearn="0" script="spells/fire wave.lua">
|
||||
<vocation name="Sorcerer" />
|
||||
|
||||
Reference in New Issue
Block a user