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:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hide helm
Author Message
pointhz
Journeyman
*

Posts: 148
Likes Given: 1
Likes Received: 55 in 28 posts
Joined: Oct 2013
Reputation: 1



Post: #8
RE: Hide helm
Set this to your donator robe script:

ON=@EQUIP

IF (<CONT.FINDLAYER.LAYER_HAIR.UID>)
CONT.FINDLAYER.LAYER_HAIR.ATTR = (<CONT.FINDLAYER.LAYER_HAIR.ATTR> | ATTR_INVIS)
CONT.FINDLAYER.LAYER_HAIR.REMOVEFROMVIEW
ENDIF

IF (<CONT.FINDLAYER.LAYER_HELM.UID>)
CONT.FINDLAYER.LAYER_HELM.ATTR = (<CONT.FINDLAYER.LAYER_HELM.ATTR> | ATTR_INVIS)
CONT.FINDLAYER.LAYER_HELM.REMOVEFROMVIEW
ENDIF

ON=@UNEQUIP
IF (<CONT.FINDLAYER.LAYER_HAIR.UID>)
CONT.FINDLAYER.LAYER_HAIR.ATTR = (<CONT.FINDLAYER.LAYER_HAIR.ATTR> & ~ ATTR_INVIS)
CONT.FINDLAYER.LAYER_HAIR.UPDATE
ENDIF

IF (<CONT.FINDLAYER.LAYER_HELM.UID>)
CONT.FINDLAYER.LAYER_HELM.ATTR = (<CONT.FINDLAYER.LAYER_HELM.ATTR> & ~ ATTR_INVIS)
CONT.FINDLAYER.LAYER_HELM.UPDATE
ENDIF
04-10-2017 06:24 AM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes pointhz's post
Post Reply 


Messages In This Thread
Hide helm - an0n!m0use - 04-05-2017, 08:36 PM
RE: Hide helm - darksun84 - 04-05-2017, 09:22 PM
RE: Hide helm - an0n!m0use - 04-06-2017, 08:34 PM
RE: Hide helm - zottolo - 04-05-2017, 09:29 PM
RE: Hide helm - Coruja - 04-07-2017, 07:40 AM
RE: Hide helm - an0n!m0use - 04-08-2017, 12:31 AM
RE: Hide helm - Catalan_mistral - 04-08-2017, 07:07 AM
RE: Hide helm - pointhz - 04-10-2017 06:24 AM
RE: Hide helm - an0n!m0use - 04-10-2017, 07:17 AM
RE: Hide helm - an0n!m0use - 04-11-2017, 10:02 PM
RE: Hide helm - pointhz - 04-12-2017, 10:30 PM
RE: Hide helm - an0n!m0use - 04-13-2017, 08:23 PM
RE: Hide helm - Satvet - 06-22-2017, 09:01 AM
RE: Hide helm - WRWR - 06-22-2017, 12:51 PM
RE: Hide helm - Satvet - 06-22-2017, 04:45 PM

Forum Jump:


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