War for the Overworld

War for the Overworld

檢視統計資料:
Gizd 2024 年 7 月 21 日 上午 12:12
Mighty Script party spawning issues
I'm trying to do this thing where a random party spawns at a changing location and attacks the player, I've got a bunch of issues though:
-only one type of party follows the patrol path(all have the same one assigned)
-the parties always spawn in the same initial spot regardless of the spawnpoint variable changing(I verified with pings that it's changing)
-when I choose the party type through a variable only 1 of the parties has the correct level (if I do it through different "hardcoded" script instances the levels are correct on all of them); coincidentally that's also the party that correctly follows the patrol path
< >
目前顯示第 1-2 則留言,共 2
Gizd 2024 年 7 月 22 日 上午 4:41 
I have investigated this further and found out the exact issue:

The patrol assigned to a party is always the same ID as the party's ID, regardless of selection; e.g. party with ID:2 will always follow patrol with ID:2
Padelboot 2024 年 7 月 27 日 下午 12:27 
Interesting find with the patrol ID! Patrols have been known to be buggy in the map making community, which is unfortunate.

When it comes to spawning attack groups, I usually use the group and rally spells in the script, which has its issues as well, but works more often than not.
< >
目前顯示第 1-2 則留言,共 2
每頁顯示: 1530 50