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

The blacktemplate creature 22875 have a very high multiple times spell for 40091 #16090

Open
kissingers opened this issue Apr 26, 2023 · 0 comments

Comments

@kissingers
Copy link
Contributor

kissingers commented Apr 26, 2023

Current Behaviour

the blacktemplate creature 22875 have a very high multiple times spell for 40091

.go c 12854

see the spell 40091 times

image

the SAI ID 2 match the spell:
UPDATE creature_template SET AIName = 'SmartAI' WHERE entry = 22875;

DELETE FROM smart_scripts WHERE (source_type = 0 AND entryorguid = 22875);
INSERT INTO smart_scripts (entryorguid, source_type, id, link, event_type, event_phase_mask, event_chance, event_flags, event_param1, event_param2, event_param3, event_param4, event_param5, action_type, action_param1, action_param2, action_param3, action_param4, action_param5, action_param6, target_type, target_param1, target_param2, target_param3, target_param4, target_x, target_y, target_z, target_o, comment) VALUES
(22875, 0, 0, 0, 0, 0, 100, 0, 2000, 5000, 8000, 10000, 0, 11, 40088, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 'Coilskar Sea-Caller - In Combat - Cast Forked Lightning'),
(22875, 0, 1, 0, 0, 0, 100, 0, 6000, 10000, 17000, 28000, 0, 11, 40090, 0, 0, 0, 0, 0, 5, 30, 0, 0, 0, 0, 0, 0, 0, 'Coilskar Sea-Caller - In Combat - Cast Hurricane'),
(22875, 0, 2, 0, 0, 0, 100, 0, 11000, 12000, 11000, 18000, 0, 11, 40091, 0, 0, 0, 0, 0, 5, 50, 0, 0, 0, 0, 0, 0, 0, 'Coilskar Sea-Caller - In Combat - Cast Summon Geyser');

Expected Blizzlike Behaviour

N/A

Source

No response

Steps to reproduce the problem

N/A

Extra Notes

No response

AC rev. hash/commit

AzerothCore rev. a275a7c+ 2023-04-25 06:21:16 -0300 (HEAD branch) (Unix, RelWithDebInfo, Static)
Using SSL version: OpenSSL 1.1.1n 15 Mar 2022 (library: OpenSSL 1.1.1n 15 Mar 2022)
Using Boost version: 1.74.0
Using MySQL version: 100518
Using CMake version: 3.18.4
Compiled on: Linux 5.15.104-1-pve
Worldserver listening connections on port 54345
Realmlist (Realm Id: 1) configured in port 34345
VMAPs status: Enabled. LineOfSight: 1, getHeight: 1, indoorCheck: 1
MMAPs status: Enabled
maps directory located in /root/wow/bin/maps. Total size: 291014339 bytes
vmaps directory located in /root/wow/bin/vmaps. Total size: 658130553 bytes
mmaps directory located in /root/wow/bin/mmaps. Total size: 2192911264 bytes
Using zhCN DBC Locale as default. All available DBC locales: zhCN
Using World DB: ACDB 335.10-dev
LoginDatabase queue size: 0
CharacterDatabase queue size: 0
WorldDatabase queue size: 0

List enable modules:

  • mod-anticheat
  • mod-autozc
  • mod-bg-reward
  • mod-cfbg
  • mod-eluna
  • mod-multi-client-check
  • mod-npc-beastmaster
  • mod-pvp-titles
  • mod-reward-played-time
  • mod-save-inventory
  • mod-server-auto-shutdown
  • mod-zone-difficulty

Operating system

debian 11 x64

Custom changes or Modules

No response

@kissingers kissingers changed the title the update a275a7c464f3ee49332c69321dfe2151db9b43c4 may case SAI problem the update a275a7c may case SAI problem Apr 26, 2023
@kissingers kissingers changed the title the update a275a7c may case SAI problem The blacktemplate creature 22875 have a very high multiple times spell for 40091 Apr 26, 2023
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

No branches or pull requests

1 participant