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
Undefined symbol 'TRY'
Author Message
Mordaunt
Super Moderator
****

Posts: 1,237
Likes Given: 26
Likes Received: 55 in 43 posts
Joined: Mar 2012
Reputation: 35



Post: #11
RE: Undefined symbol 'TRY'
I have loaded this script into my server and have ZERO error with it, except for that fact that you did this:

Code:
ON=@EQUIP

SRC.Taming=(<SRC.Taming> +100)



ON=@UNEQUIP

SRC.Taming=(<SRC.Taming> -100)


when you should have done this to get a 100 point boost in taming:

Code:
ON=@EQUIP

src.taming += 100.0



ON=@UNEQUIP

src.taming -= 100.0

Looking at your error it seems to me that your issue is occurring in your crafting menu

Code:
(dg_itens_skill_tinker.scp,589)

Are you sure that you are posting the correct lines? As what you are showing is the item, the dg in your script suggests to me it is an issue in a gump script.

Has the server actually loaded the script that contains the item?

[Image: 2nis46r.jpg]
12-04-2012 07:04 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
Undefined symbol 'TRY' - Paulo_BR - 12-04-2012, 02:12 AM
RE: Undefined symbol 'TRY' - Mordaunt - 12-04-2012, 02:27 AM
RE: Undefined symbol 'TRY' - ChaveS - 12-04-2012, 03:21 AM
RE: Undefined symbol 'TRY' - Mordaunt - 12-04-2012, 03:57 AM
RE: Undefined symbol 'TRY' - Paulo_BR - 12-04-2012, 04:49 AM
RE: Undefined symbol 'TRY' - ChaveS - 12-04-2012, 04:57 AM
RE: Undefined symbol 'TRY' - Paulo_BR - 12-04-2012, 05:07 AM
RE: Undefined symbol 'TRY' - htid4life - 12-04-2012, 05:26 AM
RE: Undefined symbol 'TRY' - Paulo_BR - 12-04-2012, 05:37 AM
RE: Undefined symbol 'TRY' - ChaveS - 12-04-2012, 06:29 AM
RE: Undefined symbol 'TRY' - Mordaunt - 12-04-2012 07:04 AM
RE: Undefined symbol 'TRY' - Paulo_BR - 12-04-2012, 08:04 AM
RE: Undefined symbol 'TRY' - Extreme - 12-07-2012, 09:51 AM

Forum Jump:


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