Thread Rating:
- 0 Votes - 0 Average
- 1
- 2
- 3
- 4
- 5
console errors
|
Author |
Message |
ograso
Journeyman
Posts: 135
Likes Given: 10
Likes Received: 2 in 2 posts
Joined: May 2014
Reputation: 0
|
console errors
Hey all,
I receive errors on console like as follows when I dclick to blank scroll. I didnt understand why crying for dspellcircle.
Code:
ERROR:(e_player.scp,157)Can't resolve <dSPELLCIRCLE 1>
.
.
ERROR:(e_player.scp,157)Can't resolve <dSPELLCIRCLE 64>
relevant content;
Code:
ON=@SpellSelect
LOCAL.CastRecovery=<SRC.TAG0.FASTERCASTRECOVERY>
IF (<LOCAL.CastRecovery> > 6)
LOCAL.CastRecovery=6
ENDIF
FLOAT.RecoveryTime=<FLOATVAL (((0.25*<dSPELLCIRCLE <ARGN1>>)-(<dLOCAL.CastRecovery>*0.25))*10)>
CTAG.LASTCASTING=<EVAL <SERV.TIME>+<FEVAL <FLOAT.RecoveryTime>>>
IF (<TAG0.LOWERMANACOST>)
LOCAL.LOWERCOST=<TAG0.LOWERMANACOST>
IF (<LOCAL.LOWERCOST> > 50)
LOCAL.LOWERCOST=50
ENDIF
ARGN2 -= <EVAL (<ARGN2>*<LOCAL.LOWERCOST>)/100>
ENDIF
|
|
02-14-2015 11:56 PM |
|
|
Messages In This Thread |
console errors - ograso - 02-14-2015 11:56 PM
|
User(s) browsing this thread: 2 Guest(s)