Moderator: MacroQuest Developers



Well... that would be helpful.Skyjet2000 wrote:<snip>
Just wondering if there is a common newbie mistake. If needed I can do it again and copy/paste the error soon.
So in mq2cast you have a line that looks like this:22 Mar 2014 by eqmule
-NOTE, THIS UPDATE WILL BREAK PLUGINS. (but not that much see below)
SPELL struct member Level is now ClassLevel
this was done cause i want you to know which plugins to update.
ANY place that refers to Level-1 muct be changed to ClassLevel
do NOT forget to remove the -1
Code: Select all
if(!Spell || Spell->Level[GetCharInfo()->pSpawn->Class-1]>GetCharInfo()->pSpawn->Level) {Code: Select all
if(!Spell || Spell->ClassLevel[GetCharInfo()->pSpawn->Class]>GetCharInfo()->pSpawn->Level) {
donations for this month's patches.