The following warnings occurred:
Warning [2] Use of undefined constant SAPI_NAME - assumed 'SAPI_NAME' (this will throw an Error in a future version of PHP) - Line: 3388 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3388 errorHandler->error
/showthread.php 116 build_archive_link
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/inc/functions.php 3324 build_forum_breadcrumb
/showthread.php 195 build_forum_breadcrumb
Warning [2] Use of undefined constant IN_ARCHIVE - assumed 'IN_ARCHIVE' (this will throw an Error in a future version of PHP) - Line: 3331 - File: inc/functions.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/inc/functions.php 3331 errorHandler->error
/showthread.php 195 build_forum_breadcrumb






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
need explain...
Author Message
kevin465
Journeyman
*

Posts: 67
Likes Given: 1
Likes Received: 4 in 4 posts
Joined: Feb 2014
Reputation: 0

UO Reborn

Post: #11
RE: need explain...
ok a player tell me since level 50 he dont gain stats point at each levels but he gains skills points......player have to gain stats point at each level... but i have no error in my console... but i think the problem it in this line

Code:
IF (<EVAL <TAG0.POINTS_STATS> +<OSTR> +<OINT> +<ODEX>> < 285)
because he have

if you see here
Code:
    IF (<EVAL <FINDID.i_experience_skill_points.MORE1>> > <EVAL 2*60*60>) //2 hours
            VAR.X=<EVAL {3 6}>
    ELSEIF (<EVAL <FINDID.i_experience_skill_points.MORE1>> > <EVAL 1*60*60>) //1 hour
            VAR.X=<EVAL {4 7}>
    ELSEIF (<EVAL <FINDID.i_experience_skill_points.MORE1>> > <EVAL 1*60*15>) //30 mins
            VAR.X=<EVAL {5 8}>
    ELSE
            VAR.X=<EVAL {6 9}>
    ENDIF
    IF (STRMATCH(<ACCOUNT>,Silver)) || (STRMATCH(<ACCOUNT>,julie)) || (STRMATCH(<ACCOUNT>,darkomen99)) || (STRMATCH(<ACCOUNT>,Spandex)) || (STRMATCH(<ACCOUNT>,ZestyMonkey))
        VAR.X=<EVAL <VAR.X> *2>
    ENDIF
    FINDID.i_experience_skill_points.MORE1=0
ELSE
    VAR.X=<EVAL {4 7}>
    VAR.OLD_ACT=<ACT.UID>
    NEWITEM=i_experience_skill_points
    EQUIP=<ACT.UID>
    ACT=<VAR.OLD_ACT>
    VAR.OLD_ACT=

its not the same with the elseif
Code:
IF (<EVAL <TAG0.POINTS_STATS> +<OSTR> +<OINT> +<ODEX>> < 285)
    VAR.X=1
    IF !(RAND(3))
        VAR.X=<VAR0.X> +<EVAL {1 4}>
    ENDIF
    IF !(RAND(4))
        VAR.X=<VAR0.X> +<EVAL {1 3}>
    ENDIF
    IF !(RAND(5))
        VAR.X=<VAR0.X> +<EVAL {1 2}>
    ENDIF
    IF (<VAR0.X>)
        TAG.POINTS_STATS=<EVAL <TAG0.POINTS_STATS> +<VAR.X>>
        SYSMESSAGE @91 You gain <EVAL <VAR.X>> stat points!
    ENDIF
ENDIF

its a 56b script and im on 56c just for tell you
(This post was last modified: 03-25-2014 07:34 AM by kevin465.)
03-25-2014 07:33 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
need explain... - kevin465 - 03-25-2014, 05:26 AM
RE: need explain... - Alaric - 03-25-2014, 06:18 AM
RE: need explain... - amonvangrell - 03-25-2014, 06:32 AM
need explain... - kevin465 - 03-25-2014, 06:46 AM
RE: need explain... - amonvangrell - 03-25-2014, 06:48 AM
need explain... - kevin465 - 03-25-2014, 06:49 AM
RE: need explain... - amonvangrell - 03-25-2014, 06:53 AM
RE: need explain... - darksun84 - 03-25-2014, 07:00 AM
RE: need explain... - kevin465 - 03-25-2014, 07:12 AM
RE: need explain... - darksun84 - 03-25-2014, 07:27 AM
RE: need explain... - kevin465 - 03-25-2014 07:33 AM
RE: need explain... - Ben - 03-25-2014, 09:20 AM
RE: need explain... - kevin465 - 03-25-2014, 06:42 PM
RE: need explain... - Mordaunt - 03-25-2014, 07:11 PM

Forum Jump:


User(s) browsing this thread: 3 Guest(s)