celguar / spp-classics-cmangos

SPP Classics repack with ike3 playerbots. Based on cmangos. Supports 1.12, 2.4.3, 3.3.5. Check "Releases" for installer
219 stars 59 forks source link

3.3.5a Dismissing the Warlock pets crashes the server #258

Open Hynisel opened 5 months ago

Hynisel commented 5 months ago

Dismissing the warlock pets crashes the server in both stable and beta releases. is there any solution or work around? Thank you

Ixella commented 4 months ago

Yes, I'm facing the same problem https://github.com/celguar/spp-classics-cmangos/issues/234

I found a temporary solution, but I won't be able to write it to you in detail, because I can't log into my server for other reasons, lol. You're going to have to Google a little bit.

The point is to make the following macro:

/target demon_name .die

Or something like that, I think the meaning of the macro is clear

Ixella commented 4 months ago

I found the exact macro in the cache:

.gm on /target demon_name .die .gm off

It is possible that getting gm privileges by the command "gm on" is unnecessary, but on the account itself they should

Hynisel commented 4 months ago

Thank you, it looks like a good work around until this is fixed.