Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SubSP Bug
#1
Server Side
Has this not been noticed before?

Find:
Code:
Case SPELL_TYPE_ADDSP
Call MapMsg(GetPlayerMap(Index), GetPlayerName(Index) & " casts " & Trim(Spell(SpellNum).Name) & " on " & GetPlayerName(n) & ".", BrightBlue)
Call SetPlayerMP(n, GetPlayerSP(n) + Spell(SpellNum).Data1)
Call SendMP(n)
Change that to:
Code:
Case SPELL_TYPE_ADDSP
Call MapMsg(GetPlayerMap(Index), GetPlayerName(Index) & " casts " & Trim(Spell(SpellNum).Name) & " on " & GetPlayerName(n) & ".", BrightBlue)
Call SetPlayerSP(n, GetPlayerSP(n) + Spell(SpellNum).Data1)
Call SendSP(n)
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)