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
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 786 - File: showthread.php PHP 7.4.33-nmm7 (Linux)
File Line Function
/showthread.php 786 errorHandler->error






Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
no == ?
Author Message
x77x
Master
**

Posts: 488
Likes Given: 0
Likes Received: 15 in 15 posts
Joined: Mar 2012
Reputation: -4



Post: #1
no == ?
PROBLEM#1
Code:
[events e_army_soldier]
ON=@NPCLookAtChar//TO INTERACT WITH NPCS
IF (<SRC.TAG0.MILITARY>)
    IF !(<SRC.TAG.ARMYNUMBER>==<TAG.ARMYNUMBER>)
    ATTACK <SRC>
    ELIF (<SRC.FLAGS>&statf_criminal) || (<SRC.KILLS> >= 3 ) || (<SRC.KARMA> <= -2000 )//ATTACK MILITARY CRIMINALS
    Say Beat it military criminal!
    ATTACK <SRC>
    ELIF (<SRC.MEMORYFINDTYPE.0400.LINK>>040004010)//ATTACK every PLAYER made guild
    ATTACK <SRC>
    ENDIF
ELSEIF (<SRC.FLAGS>&statf_criminal) || (<SRC.KILLS> >= 3 ) || (<SRC.KARMA> <= -2000 )//ATTACK CIVILIAN CRIMINALS
    Say Beat it civilian criminal!
    ATTACK <SRC>
ENDIF

ON=@GetHit
IF (<SRC.TAG0.MILITARY>)
    IF (<SRC.TAG.ARMYNUMBER>==<TAG.ARMYNUMBER>)
    src.criminal 1
    ENDIF
ENDIF

ON=@NotoSend//2 ALLY 5 ENEMY 6 RED    
IF (<SRC.TAG0.MILITARY>)
    IF !(<SRC.TAG.ARMYNUMBER>==<TAG.ARMYNUMBER>)
    ARGN1=5
    ELIF (<SRC.TAG.ARMYNUMBER>==<TAG.ARMYNUMBER>)
    ARGN1=2
    ENDIF
ENDIF

ERRORS

16:01:ERROR:(3kuo_E_ARMYLIFE_NPCS.scp,6)Undefined symbol ''
16:01:ERROR:(3kuo_E_ARMYLIFE_NPCS.scp,21)Undefined symbol '' ['==040004000)']
16:01:ERROR:(3kuo_E_ARMYLIFE_NPCS.scp,28)Undefined symbol '' ['==040004000)']

PROBLEM #2
Code:
ON=0 Sun Quan [Wu]
TAG.ARMY wu
COLOR color_wu
LINK 01fda
MORE 32
SERV.ALLCLIENTS SYSMESSAGE @021 <NAME> is now controlled by Sun Quan [Wu]
foritems 200
    if (<type>==t_spawn_char)
        if (<isevent.t_<tag.cityname>>) || (<isevent.t_<tag.cityname>_BOSS1>) || (<isevent.t_<tag.cityname>_BOSS2>) || (<isevent.t_<tag.cityname>_BOSS3>)
            stop
            start//timer=2
        endif
    endif
endfor
SERV.ALLCLIENTS f_city_change <uid>

ERROR

16:00:ERROR:(sphere_items_townstones.scp,78)Undefined symbol 't_' ['t_']
16:00:ERROR:(sphere_items_townstones.scp,78)Undefined symbol 't__BOSS1' ['t__BOSS1']
16:00:ERROR:(sphere_items_townstones.scp,78)Undefined symbol 't__BOSS2' ['t__BOSS2']
16:00:ERROR:(sphere_items_townstones.scp,78)Undefined symbol 't__BOSS3' ['t__BOSS3']

Dragons of Time 2000-2020
http://dragonsoftime.com
(This post was last modified: 09-27-2016 06:10 AM by x77x.)
09-27-2016 06:06 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
no == ? - x77x - 09-27-2016 06:06 AM
RE: no == ? - rastrero - 09-27-2016, 07:55 AM
RE: no == ? - Coruja - 09-27-2016, 10:17 AM
RE: no == ? - x77x - 09-28-2016, 06:11 AM
RE: no == ? - Kanibal - 09-28-2016, 09:29 PM
RE: no == ? - x77x - 10-02-2016, 05:09 AM
RE: no == ? - n1ghtwish - 10-02-2016, 06:33 PM
RE: no == ? - x77x - 10-03-2016, 07:02 AM
RE: no == ? - x77x - 10-06-2016, 09:13 PM

Forum Jump:


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