Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Quest] 10674 Trapping the Light Fantastic #26517

Open
Freeman256 opened this issue May 8, 2021 · 11 comments
Open

[Quest] 10674 Trapping the Light Fantastic #26517

Freeman256 opened this issue May 8, 2021 · 11 comments

Comments

@Freeman256
Copy link
Contributor

Freeman256 commented May 8, 2021

https://www.wowhead.com/quest=10674/trapping-the-light-fantastic
Ref. #25634

Description:
Quest not working. After placing a trap under small lights, they fly away, but the count does not increase.

Expected behaviour:
After placing the trap under the small lights, they should fly into the trap, and the counter should increase.
This video shows how the quest should work.

Steps to reproduce the problem:

  1. Create an Alliance character
  2. .character level 70
  3. .go xyz 1910 5562 263 530
  4. Complete multiple quests from Toshley
  5. Take quest Trapping the Light Fantastic
  6. .go xyz 2712 5306 266 530
  7. Use Multi-Spectrum Light Trap
  8. Look how the little light flies away, but the counter does not increase. And this happens with all the purple lights in the Razaani camp.
  9. Become sad.

Branch:
3.3.5

TC rev. hash/commit: f62e57e

TrinityCore rev. 2021-05-04 09:53:13 +0300 (3.3.5 branch) (Win64, Release, Static)

Some logs from auth/world servers:
Using SSL version: OpenSSL 1.1.1d 10 Sep 2019 (library: OpenSSL 1.1.1d 10 Sep 2019)
Using Boost version: 1.72.0
Using World DB: TDB 335.21041
MySQL client library: 5.7.28
MySQL server ver: 5.7.28
Operating system:
Win7 SP1 x64 with all updates.

@dr-j
Copy link
Contributor

dr-j commented May 8, 2021

Its because of this spell had this issue about a year ago but already fixed but unfortunately not by me but basically this spell is thowing mobs out instead of pulling them to iy

ID - 28337 Magnetic Pull
=================================================
Category = 0, SpellIconID = 1677, activeIconID = 0, SpellVisual = (173,0), SpellPriority = 0
Family SPELLFAMILY_GENERIC, flag [0] 0x00000000 [1] 0x00000000 [2] 0x00000000

SpellSchoolMask = 1 (SPELL_SCHOOL_MASK_NORMAL)
DamageClass = 0 (SPELL_DAMAGE_CLASS_NONE)
PreventionType = 0 (SPELL_PREVENTION_TYPE_NONE)
=================================================
AttributesEx2: 0x00000004 (SPELL_ATTR2_CAN_TARGET_NOT_IN_LOS)
=================================================
Spell Level = 0, base 0, max 0, maxTarget 0

Category = 0
DispelType = 0 (DISPEL_NONE)
Mechanic = 0 (MECHANIC_NONE)
SpellRange: (Id 13) "Anywhere":
    MinRange = 0, MinRangeFriendly = 0
    MaxRange = 50000, MaxRangeFriendly = 50000

CastingTime (Id 1) = 0.00

Interrupt Flags: 0x00000000, AuraIF 0x00000000, ChannelIF 0x00000000
Chance = 101, charges - 0
=================================================
Effect 0: Id 124 (SPELL_EFFECT_PULL_TOWARDS)
BasePoints = 0
Targets (25, 0) (TARGET_UNIT_TARGET_ANY, NO_TARGET)
EffectMiscValueA = 300

Effect 1:  NO EFFECT

Effect 2:  NO EFFECT~~~

@dr-j
Copy link
Contributor

dr-j commented May 8, 2021

Believe this is what broke it #24251 originally

@ghost
Copy link

ghost commented May 9, 2021

Maybe @Faq could have an idea, since he wrote that PR?

@offl
Copy link
Contributor

offl commented May 10, 2021

Whoever will dig into this, please check at least if that spell is really used in that quest before changing entire spell effect behavior
Because I had no problems with spell with same effect and it works as intended pulling towards caster

@dr-j
Copy link
Contributor

dr-j commented May 10, 2021

21926 - 0 - 2 - 0 - 1 - 0 - 100 - 1 - 3000 - 3000 - 3000 - 3000 - 0 - 11 - 28337 - 0 - 0 - 0 - 0 - 0 - 19 - 20635 - 20 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - Multi-Spectrum Light Trap - OOC 3 sec - Pull Razaani Light Orb
21926 - 0 - 3 - 0 - 1 - 0 - 100 - 1 - 3000 - 3000 - 3000 - 3000 - 0 - 11 - 28337 - 0 - 0 - 0 - 0 - 0 - 19 - 20771 - 20 - 0 - 0 - 0 - 0 - 0 - 0 - 0 - Multi-Spectrum Light Trap - OOC 3 sec - Pull Razaani Light Orb - Mini

@offl
Copy link
Contributor

offl commented May 10, 2021

I mean sniffs
It doesn't even look in videos like pull towards and I doubt someone will use Thaddius spells in TBC quest

@Faq
Copy link
Contributor

Faq commented May 10, 2021

Some from these should contain correct id https://tcubuntu.northeurope.cloudapp.azure.com/aowow/?search=Magnetic+Pull

@dr-j
Copy link
Contributor

dr-j commented May 11, 2021

Well this spell does look like its in the range for tbc spells but maybe wrong as not all spells are since some wotlk spells have real low ids and some spells from older quests have high ids but these spells may have been replaced.

@Rushor
Copy link
Contributor

Rushor commented May 13, 2021

lots of spells with SPELL_EFFECT_PULL_TOWARDS got broke by it

@Rushor
Copy link
Contributor

Rushor commented May 14, 2021

Spells like the pull towards effect from stalag and feugen seems also affected

@Freeman256
Copy link
Contributor Author

There is a quest with very similar mechanics. In this quest, you need to weaken the lizards (leave them quite a bit of health), and then use an item that will increase the task completion counter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants