Ezzz-dev / Nostalrius

Nostalrius is a 7.7 Tibia Clone Project based on The Forgotten Server 1.2 and CipSoft files.
99 stars 67 forks source link

Parchment quest #18

Open tcoh opened 5 years ago

tcoh commented 5 years ago

Seems like when you move the parchment instead of spawning 4 demons it spawns 4 dead demons.

ghost commented 5 years ago

works fine for me, altho im not using this spawnfile, however they should be moved from this position 33336, 31954, 15 into the room, so check your spawns

AenuSS commented 5 years ago

For me it spawns 4 demons but when they get hit they disappear.

ghost commented 5 years ago

wild guess, that it happens if those are not set to 0 in config.lua, coz they don't dissapear for me when i have them set like this deSpawnRange = 0 deSpawnRadius = 0

if thats the case, then maby do adjustments to doRelocate, or just change it so they get created at the positions instead of getting moved

Ezzz-dev commented 5 years ago

I'm marking this as an enhancement, in RealOTS we have monsters with custom radius within their master position, hence why the Demons that are teleported to this room do not vanish because they don't have a limit, however, every other monster in RealOTS has a radius of 50 SQMs, adding this enhancement to the server and to the map editor can help making more realistic places.

tarantonio commented 5 years ago

They spawn but they disappear short after. It's the same with bosses in raids (orshabaal and demons, grorlam, etc)

parchment

The demons spawns are far away, more than 50sqm:

for example lrqgnac

When you move the parchment, script 234.lua inside movements do a relocate and that's the reason they dissapear.