Yes that's what I found odd.
I have only changed x,y,z.
in globalevents.xml
<globalevent type="startup" name="TravellingNPC" script="npctravel.lua" />
and the script:
local days = {
["Sunday"] = {
{npc = "Rashid", pos = {x = 32348, y = 32832, z = 7}, deSpawnOnNextDay = true}...