Commit graph

5 commits

Author SHA1 Message Date
Pedro Cruz
71ecb21edb
fix: crash on place monster spawn (#75) 2024-06-04 14:38:49 -03:00
Luan Santos
284cb96fd2
feat: zones brush/editor (#56) 2023-11-08 22:04:13 -03:00
Luan Santos
2ee365e836
ci: add clang-format linter (#54) 2023-10-09 19:12:16 -07:00
Eduardo Dantas
3807946822 Fix conflict errors 2022-08-19 02:50:53 -03:00
Eduardo Dantas
e09f3e94c8
Decouple npcs from the creature class (it's create npc.xml file in the map folder) (#3)
Created the complete organization of npcs, that way, it is possible to create own files for npcs, no longer depending on being together with the monsters
this pull request was made to be worked together with the canary project: https://github.com/opentibiabr/canary

The spawns npcs is "yellow" and spawns monsters is "red" (the old)

With this change, the map will automatically create an "npc.xml" the first time it is saved.
It is possible to edit only the xml, it is not necessary to add or modify the npc by opening the editor map

Thus, there is a script for npcs, similar to how it works with old spawns
2021-05-25 00:29:12 -03:00