Forums WoW Modding Support Archives WoWModding Threads [DiscordArchive] Death Gate and Moonglade teleport recalls?

[DiscordArchive] Death Gate and Moonglade teleport recalls?

[DiscordArchive] Death Gate and Moonglade teleport recalls?

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
02-03-2025, 09:33 PM
#1
Archived author: Needle • Posted: 2025-02-03T21:33:04.136000+00:00
Original source

rektbyfaith
02-03-2025, 09:33 PM #1

Archived author: Needle • Posted: 2025-02-03T21:33:04.136000+00:00
Original source

rektbyfaith
Administrator
0
02-03-2025, 09:33 PM
#2
Archived author: Needle • Posted: 2025-02-03T21:33:05.184000+00:00
Original source

Thread automatically created by Vortikai in <#415944535718494208>
rektbyfaith
02-03-2025, 09:33 PM #2

Archived author: Needle • Posted: 2025-02-03T21:33:05.184000+00:00
Original source

Thread automatically created by Vortikai in <#415944535718494208>

rektbyfaith
Administrator
0
02-03-2025, 09:34 PM
#3
Archived author: Vortikai • Posted: 2025-02-03T21:34:21.808000+00:00
Original source

Death Gate, the DK spell that allows the knight to go to Ebon Hold, and Teleport: Moonglade, the Druid spell that sends the druid to Moonglade, do not recall when used in their respective zones in WotLK. That function is added in MoP. I am wondering if I could get any direction on where to go to add this functionality.
rektbyfaith
02-03-2025, 09:34 PM #3

Archived author: Vortikai • Posted: 2025-02-03T21:34:21.808000+00:00
Original source

Death Gate, the DK spell that allows the knight to go to Ebon Hold, and Teleport: Moonglade, the Druid spell that sends the druid to Moonglade, do not recall when used in their respective zones in WotLK. That function is added in MoP. I am wondering if I could get any direction on where to go to add this functionality.

rektbyfaith
Administrator
0
02-03-2025, 09:35 PM
#4
Archived author: Vortikai • Posted: 2025-02-03T21:35:39.957000+00:00
Original source

So far I've explored https://github.com/dio85/5.4.8-TrinityCo....cpp#L2218 which is the server side spell script for Death Gate on Trinity Core's MoP version that is...ancient, it appears. I compared it with Azerothcore (my installation) https://github.com/azerothcore/azerothco....cpp#L1256, but there's not many differences in functionality I think
[Embed: 5.4.8-TrinityCore/src/server/scripts/Spells/spell_dk.cpp at 5d3afe4...]
World of Warcraft 5.4.8 ( build 18414) Mists of Pandaria Most Playable Core - dio85/5.4.8-TrinityCore
https://github.com/dio85/5.4.8-TrinityCo...ell_dk.cpp

[Embed: azerothcore-wotlk/src/server/scripts/Spells/spell_dk.cpp at 5d9e45a...]
Complete Open Source and Modular solution for MMO. Contribute to azerothcore/azerothcore-wotlk development by creating an account on GitHub.
https://github.com/azerothcore/azerothco...ell_dk.cpp
rektbyfaith
02-03-2025, 09:35 PM #4

Archived author: Vortikai • Posted: 2025-02-03T21:35:39.957000+00:00
Original source

So far I've explored https://github.com/dio85/5.4.8-TrinityCo....cpp#L2218 which is the server side spell script for Death Gate on Trinity Core's MoP version that is...ancient, it appears. I compared it with Azerothcore (my installation) https://github.com/azerothcore/azerothco....cpp#L1256, but there's not many differences in functionality I think
[Embed: 5.4.8-TrinityCore/src/server/scripts/Spells/spell_dk.cpp at 5d3afe4...]
World of Warcraft 5.4.8 ( build 18414) Mists of Pandaria Most Playable Core - dio85/5.4.8-TrinityCore
https://github.com/dio85/5.4.8-TrinityCo...ell_dk.cpp

[Embed: azerothcore-wotlk/src/server/scripts/Spells/spell_dk.cpp at 5d9e45a...]
Complete Open Source and Modular solution for MMO. Contribute to azerothcore/azerothcore-wotlk development by creating an account on GitHub.
https://github.com/azerothcore/azerothco...ell_dk.cpp

rektbyfaith
Administrator
0
02-03-2025, 09:36 PM
#5
Archived author: Vortikai • Posted: 2025-02-03T21:36:12.080000+00:00
Original source

The scripts appear to just be to prevent non-DK classes from using the portal
rektbyfaith
02-03-2025, 09:36 PM #5

Archived author: Vortikai • Posted: 2025-02-03T21:36:12.080000+00:00
Original source

The scripts appear to just be to prevent non-DK classes from using the portal

rektbyfaith
Administrator
0
02-03-2025, 09:36 PM
#6
Archived author: Vortikai • Posted: 2025-02-03T21:36:20.101000+00:00
Original source

So...I don't know where to go from here.
rektbyfaith
02-03-2025, 09:36 PM #6

Archived author: Vortikai • Posted: 2025-02-03T21:36:20.101000+00:00
Original source

So...I don't know where to go from here.

rektbyfaith
Administrator
0
02-03-2025, 09:37 PM
#7
Archived author: Vortikai • Posted: 2025-02-03T21:37:18.207000+00:00
Original source

I'll mention that `.recall` works wonderfully in the meantime
rektbyfaith
02-03-2025, 09:37 PM #7

Archived author: Vortikai • Posted: 2025-02-03T21:37:18.207000+00:00
Original source

I'll mention that `.recall` works wonderfully in the meantime

rektbyfaith
Administrator
0
02-03-2025, 11:38 PM
#8
Archived author: M'Dic • Posted: 2025-02-03T23:38:32.327000+00:00
Original source

In older expacs we pretty much make it a custom and temp hearth locations with a modified hearth copy pasta method. In later expacs it is its own scripted opcode. We do this as most of the time the recall brought u back to your inn hearthstone spot. Usually the recall is saved temporary but when a server restart happened it would be cleared out back.
rektbyfaith
02-03-2025, 11:38 PM #8

Archived author: M'Dic • Posted: 2025-02-03T23:38:32.327000+00:00
Original source

In older expacs we pretty much make it a custom and temp hearth locations with a modified hearth copy pasta method. In later expacs it is its own scripted opcode. We do this as most of the time the recall brought u back to your inn hearthstone spot. Usually the recall is saved temporary but when a server restart happened it would be cleared out back.

rektbyfaith
Administrator
0
02-03-2025, 11:38 PM
#9
Archived author: M'Dic • Posted: 2025-02-03T23:38:53.215000+00:00
Original source

Also tc skipped mop.
rektbyfaith
02-03-2025, 11:38 PM #9

Archived author: M'Dic • Posted: 2025-02-03T23:38:53.215000+00:00
Original source

Also tc skipped mop.

rektbyfaith
Administrator
0
02-03-2025, 11:39 PM
#10
Archived author: M'Dic • Posted: 2025-02-03T23:39:41.549000+00:00
Original source

The org that does mop is skyfire. However. Alot of past servers, nearly all defunct, cherry picked the opcodes and auth socket from skyfire onto tc to enabled mop connections cherry picked skyfire to tc was called jadecore if i recall. Was private til a leak happened if i recalled.
rektbyfaith
02-03-2025, 11:39 PM #10

Archived author: M'Dic • Posted: 2025-02-03T23:39:41.549000+00:00
Original source

The org that does mop is skyfire. However. Alot of past servers, nearly all defunct, cherry picked the opcodes and auth socket from skyfire onto tc to enabled mop connections cherry picked skyfire to tc was called jadecore if i recall. Was private til a leak happened if i recalled.

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)