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
DCLICK when paralized
Author Message
WRWR
Journeyman
*

Posts: 212
Likes Given: 30
Likes Received: 1 in 1 posts
Joined: Mar 2012
Reputation: 1



Post: #1
DCLICK when paralized
How to make possible DCLICK on item when im paralized?

Code:
ON=@DCLICK
IF (<SRC.FLAGS>&STATF_freeze)
TARGETF myfunction
ENDIF

get You can't reach it.
05-11-2012 03:12 AM
Find all posts by this user Like Post Quote this message in a reply
Shaklaban
Master
**

Posts: 378
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Mar 2012
Reputation: 8

DOT

Post: #2
RE: DCLICK when paralized
It is not possible, you need to create your own paralysis. You can use tag.nomovetill or speedmode to prevent character from moving, and @skillstart @gethit hit @hittry etc. for the actions you prefer to prevent player from doing when paralayzed.
(This post was last modified: 05-11-2012 03:46 AM by Shaklaban.)
05-11-2012 03:46 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
WRWR
Journeyman
*

Posts: 212
Likes Given: 30
Likes Received: 1 in 1 posts
Joined: Mar 2012
Reputation: 1



Post: #3
RE: DCLICK when paralized
Heh, really need add to sphere new trigger @BEFOREDCLICK Smile
(This post was last modified: 05-11-2012 04:02 AM by WRWR.)
05-11-2012 04:02 AM
Find all posts by this user Like Post Quote this message in a reply
Crusader
Master
**

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

Erehwon New Hera

Post: #4
RE: DCLICK when paralized
maybe u can try:
Code:
ON=@DCLICK
IF (<SRC.FLAGS>&STATF_freeze)
SRC.FLAGS -= &STATF_freeze
TARGETF myfunction
SRC.FLAGS += &STATF_freeze
ENDIF

I used -= and += i know this is wrong, but seems i can't do the right symbol right now... O_o' with ctrl + alt + 1 + 2 + 6 from numeric pad.... -> ♠ O_o'
05-11-2012 04:49 AM
Find all posts by this user Like Post Quote this message in a reply
Shaklaban
Master
**

Posts: 378
Likes Given: 0
Likes Received: 1 in 1 posts
Joined: Mar 2012
Reputation: 8

DOT

Post: #5
RE: DCLICK when paralized
i always c/p that symbol lol
05-11-2012 04:59 AM
Visit this user's website Find all posts by this user Like Post Quote this message in a reply
WRWR
Journeyman
*

Posts: 212
Likes Given: 30
Likes Received: 1 in 1 posts
Joined: Mar 2012
Reputation: 1



Post: #6
RE: DCLICK when paralized
@DCLICK just not firing if you paralyzed
05-11-2012 05:33 AM
Find all posts by this user Like Post Quote this message in a reply
Q23A
Apprentice
*

Posts: 30
Likes Given: 0
Likes Received: 0 in 0 posts
Joined: Apr 2012
Reputation: 0



Post: #7
RE: DCLICK when paralized
ON=@DCLICK
IF (<SRC.FLAGS>&4)
TARGETF myfunction
ENDIF

Try this.
05-11-2012 07:39 AM
Find all posts by this user Like Post Quote this message in a reply
WRWR
Journeyman
*

Posts: 212
Likes Given: 30
Likes Received: 1 in 1 posts
Joined: Mar 2012
Reputation: 1



Post: #8
RE: DCLICK when paralized
@DCLICK not firing when you paralyzed!!!
(This post was last modified: 05-11-2012 09:40 AM by WRWR.)
05-11-2012 09:38 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


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