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-nmm8 (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-nmm8 (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-nmm8 (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
How get color
Author Message
darksun84
Sir Spamalot
****

Posts: 1,687
Likes Given: 245
Likes Received: 162 in 151 posts
Joined: Mar 2012
Reputation: 35



Post: #2
RE: How get color
A boring way is to add a static tag to the chardef, so you can do <serv.chardef.c_nightmare.tag.color_pic>
Static tag doesn't count on the tag list of a npc(unless you change the value in game), so they shouldn't decrease performance
//will return 2075 in hex format(081b)
PHP Code:
[CHARDEF 074]
DEFNAME=c_nightmare
NAME
=nightmare
tag
.color_pic 2075 //"static" tag 

Another boring way is to do a defname list with the color of your npcs
<def.<color_<serv.chardef.c_nightmare.baseid>> // will return 2075 in hex too
PHP Code:
[DEFNAME npc_color_pic]
color_c_nightmare 2075
//other npc here 
(This post was last modified: 07-19-2013 01:19 AM by darksun84.)
07-19-2013 01:14 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
How get color - Monty - 07-19-2013, 12:52 AM
RE: How get color - darksun84 - 07-19-2013 01:14 AM
RE: How get color - Mordaunt - 07-19-2013, 01:16 AM
RE: How get color - admin phoenix - 07-19-2013, 03:12 PM
RE: How get color - Monty - 07-19-2013, 05:46 PM
RE: How get color - xwerswoodx - 07-19-2013, 05:41 PM
RE: How get color - admin phoenix - 07-19-2013, 07:27 PM
RE: How get color - Monty - 07-19-2013, 07:03 PM

Forum Jump:


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