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
Areadef after dclick
Author Message
Extreme
Grandmaster Poster
***

Posts: 1,141
Likes Given: 217
Likes Received: 90 in 77 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #21
RE: Areadef after dclick
Do you need this TEVENT on this item?

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
(This post was last modified: 07-03-2014 11:19 AM by Extreme.)
07-03-2014 11:18 AM
Find all posts by this user Like Post Quote this message in a reply
kn4tseb
Master
**

Posts: 392
Likes Given: 45
Likes Received: 10 in 10 posts
Joined: May 2014
Reputation: 0



Post: #22
RE: Areadef after dclick
well this "mem" item gives regen attributes, dunno how to make them work without the tevent
(This post was last modified: 07-03-2014 02:45 PM by kn4tseb.)
07-03-2014 11:52 AM
Find all posts by this user Like Post Quote this message in a reply
kn4tseb
Master
**

Posts: 392
Likes Given: 45
Likes Received: 10 in 10 posts
Joined: May 2014
Reputation: 0



Post: #23
RE: Areadef after dclick
well i was able to make it work at ON=@Equip.... for some reason if the attributes are set On=@Create the item is not created in the world

Is it possible to have chances at tags? example

tag0.mytag may have the fallowing values: 1, 2, 3 and 4

is it possible to make this: tag0.mytag = < { 1 10 2 8 3 7 4 6 } > . so tag0.mytag = 1 would have a 10 from 31 of chances to be
tag0.mytag = 2 would have 8 from 31 chances, = 3 would have 7 and = 4 would have 6

is it possible?
(This post was last modified: 07-04-2014 12:26 PM by kn4tseb.)
07-04-2014 04:55 AM
Find all posts by this user Like Post Quote this message in a reply
kn4tseb
Master
**

Posts: 392
Likes Given: 45
Likes Received: 10 in 10 posts
Joined: May 2014
Reputation: 0



Post: #24
RE: Areadef after dclick
I need to know if this check will have no conflicts with eachother and if it would work, i will also need to know how to subtract hexa values cause &~ didnt work Confused
i searched for statf in the forum but found almost nothing.

FORCLIENTS 3
IF !(<flags>&08)
FLAGS |= 08
ENDIF
IF (<flags>&02000000)
Criminal = 0 // FLAGS &~ 02000000
ENDIF
IF (<flags>&080)
flags.statf_poisoned // <----- need to know how to remove poison condition..
ENDIF
ENDFOR

Thanks!
07-06-2014 03:35 PM
Find all posts by this user Like Post Quote this message in a reply
Extreme
Grandmaster Poster
***

Posts: 1,141
Likes Given: 217
Likes Received: 90 in 77 posts
Joined: May 2012
Reputation: 20

SphereCommunity

Post: #25
RE: Areadef after dclick
Sorry buddy, its
FLAGS &= ~flag to remove
FLAGS |= flag to add

STEPS BEFORE CREATE A THREAD
- Check the revisions log;
- Use the search button and use the keywords of your problem;
- Check the WIKI;
- Create a thread.
07-07-2014 02:00 AM
Find all posts by this user Like Post Quote this message in a reply
kn4tseb
Master
**

Posts: 392
Likes Given: 45
Likes Received: 10 in 10 posts
Joined: May 2014
Reputation: 0



Post: #26
RE: Areadef after dclick
ty ^^
07-07-2014 02:33 AM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


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