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
#2
rofl u changed 1 letter :p
Reply
#3
I changed 2 letters.
Reply
#4
zocheyado Wrote:rofl u changed 1 letter :p

Please, try reading. He changed 2 letters.

Btw, for someone who doesn't do anything on his own, you sure do have alot of posts here. =\
Reply
#5
Since almost nobody uses SP, it's easy to pass unnoticed.
Reply
#6
Asrrin29 Wrote:I use SP
...too, but Vanilla MS does not at all. It's just there.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)