Skip to content

Correct spawn position for 3 old NPC.#3433

Merged
ratkosrb merged 1 commit into
vmangos:developmentfrom
Daribon:moarold
May 29, 2026
Merged

Correct spawn position for 3 old NPC.#3433
ratkosrb merged 1 commit into
vmangos:developmentfrom
Daribon:moarold

Conversation

@Daribon
Copy link
Copy Markdown
Contributor

@Daribon Daribon commented May 28, 2026

🍰 Pullrequest

This PR corrects position for the below NPCs on early patches:

  • Magister Kalendris
  • Storm Shadowhoof
  • Grazzle

It also includes a fix to Twilight Avenger that shouldn't be spawned pre patch 1.8

Proof

  • WoWD sniff from patch 1.8 and the DB from WoWEmu 0.4735.1.1 full.

  • Magister Kalendris sniff from 1.8 (this was also matching the wowemu DB above)
    https://github.com/ratkosrb/VanillaSniffs/blob/main/1.8/diremaul_north_west_1.8.1.4769_2005-10-31_06-34-59_parsed.txt
    [0] UpdateType: CreateObject1
    [0] GUID: Full: 0xF009200000083380 Type: DynamicObject Low: 2568459163022208
    [0] Object Type: 3 (Unit)
    [0] Movement Flags: 8388608 (CanFly)
    [0] Time: 1164616758
    [0] Position: X: -106.2386 Y: 575.648 Z: -4.312203
    [0] Orientation: 5.689773
    [0] Jump Fall Time: 0
    [0] Walk Speed: 2.5
    [0] Run Speed: 8
    [0] RunBack Speed: 4.5
    [0] Swim Speed: 4.722222
    [0] SwimBack Speed: 2.5
    [0] Turn Speed: 3.141593
    [0] Update Flags: 0 (None)
    [0] AttackCycle: 0
    [0] TimerId: 1473238188
    [0] Target GUID: 0x0
    [0] OBJECT_FIELD_GUID: Full: 0xF009200000083380 Type: DynamicObject Low: 2568459163022208
    [0] OBJECT_FIELD_TYPE: 9
    [0] OBJECT_FIELD_ENTRY: 11487

Screenshot_20260529_010205 Targeted is old vmangos spawn. The one nearest me is the new sniff spawn.
Screenshot_20260528_021801 Storm Shadowhoof from WoWEmu is seen targeted in above screenshot, vmangos seen in background. As all other spawns next to the NPC in WoWEmu matches vmangos exactly, it is safe to say it is sniffed.

https://vanilla-archive.thealphaproject.eu/?folders=Felwood&img=WoWScrnShot_052205_012503.jpg
Image showing Grazzle from patch 1.4.2.

Screenshot_20260528_021423 Target shows Grazzles position from this PR (taken from WoWEmu), which matches the 1.4.2 screenshot above (unlike the old vmangos spawn which can be seen on the right in the same picture). Combined with nearby unsorted sniffed NPCs (not shown in pic), this confirms Grazzles location is sniffed.

How2Test

  • Just .go creature

@ratkosrb ratkosrb merged commit d41b70f into vmangos:development May 29, 2026
1 check passed
Stoabrogga pushed a commit to Stoabrogga/vmangos that referenced this pull request May 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants