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
my personal (not working) nototitle system
Author Message
Crusader
Master
**

Posts: 254
Likes Given: 7
Likes Received: 19 in 12 posts
Joined: Apr 2012
Reputation: 6

Erehwon New Hera

Post: #1
my personal (not working) nototitle system
When i use this and go to dclick an npc or myself, the client freeze, it doesn't crash, but he doesn't allow me to do anything, i'm just stuck (like the client loops). WHY?!?

Code:
ON=@CHARDCLICK
src.tag.name.prefix
paperdoll // <- if i comment this, ofc, everything is working
IF ((<src.karma> >= -11000)&&(<src.karma> <= -9999))&&((<src.fame> >0)&&(<src.fame> < 1249))
    src.tag.nototitle L'<sex Emarginato/Emarginata>
    return 0
ELIF
[...]
ENDIF
return 1

[FUNCTION PAPERDOLL]
IF !(<ISEMPTY <ARGS>>)
    LOCAL.DTEXT=<UID.<ARGS>.TAG.NOTOTITLE> <UID.<ARGS>.NAME> <UID.<ARGS>.TITLE>
IF (<eval STRLEN(<LOCAL.DTEXT>)>>=60)
    local.text=<STRSUB 0 60 <UID.<ARGS>.TAG.NOTOTITLE> <UID.<ARGS>.NAME>, <UID.<ARGS>.TITLE>>
ELSE
    local.text=<STRSUB 0 <eval <eval STRLEN(<LOCAL.DTEXT>)>+1> <UID.<ARGS>.TAG.NOTOTITLE> <UID.<ARGS>.NAME>, <UID.<ARGS>.TITLE>>
ENDIF
local.p=088 // cmd
local.p=<local.p> D<ARGS> // char uid
local.p=<local.p> <asc <local.text>> // text
for <eval 59 - strlen(<local.dtext>)>
    local.p=<local.p> 00
endfor
local.p=<local.p> 0
SENDPACKET <LOCAL.P>
src.update
ELSE
    SRC.PAPERDOLL=<UID>
ENDIF
01-16-2013 07:15 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Messages In This Thread
my personal (not working) nototitle system - Crusader - 01-16-2013 07:15 PM

Forum Jump:


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