Commit 42e4504
committed
fix: Fix quest enemy spawn when loading into area
Fixed an issue when the player teleports to a location right next to a
set of enemies which is also used for a quest. Since the client can
query the default enemy list before the active quest list for the area,
it is possible that the quest enemies will not spawn. This change issues
a reset packet to the groups which are required for the quest if they
were requested before the area quest list was sent to the player.1 parent 89df71c commit 42e4504
3 files changed
Lines changed: 16 additions & 7 deletions
File tree
- Arrowgene.Ddon.GameServer
- Enemies
- Handler
- Quests
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
148 | 156 | | |
149 | 157 | | |
150 | 158 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
916 | 916 | | |
917 | 917 | | |
918 | 918 | | |
919 | | - | |
| 919 | + | |
920 | 920 | | |
921 | 921 | | |
922 | 922 | | |
923 | | - | |
| 923 | + | |
| 924 | + | |
924 | 925 | | |
925 | 926 | | |
926 | 927 | | |
| |||
929 | 930 | | |
930 | 931 | | |
931 | 932 | | |
932 | | - | |
| 933 | + | |
| 934 | + | |
933 | 935 | | |
934 | 936 | | |
935 | | - | |
936 | | - | |
937 | | - | |
938 | | - | |
| 937 | + | |
939 | 938 | | |
940 | 939 | | |
941 | 940 | | |
| |||
0 commit comments