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
Criminal Issue
Author Message
azmanomer
Journeyman
*

Posts: 139
Likes Given: 4
Likes Received: 18 in 16 posts
Joined: Nov 2013
Reputation: 1



Post: #1
Criminal Issue
Scenerio is;

there are 2 blue player player A and player B. Player A start to hit player B and he is become criminal for everyone.But in 56b this was diffrent it was like if player A hit the player B, player A is become criminal just for player B unless player B say guards. I checked revision but i couldnt find any changes related so can anyone give me info about that? is it bug or if its not how can i make it like in 56b?
11-07-2014 03:12 AM
Find all posts by this user Like Post Quote this message in a reply
[+] 1 user Likes azmanomer's post
Coruja
Sphere Developer
*****

Posts: 987
Likes Given: 5
Likes Received: 226 in 187 posts
Joined: Jul 2012
Reputation: 7

Dimension Shard

Post: #2
RE: Criminal Issue
if you attack someone, you will be flagged criminal only to this player
but if there's any other player (or maybe human npc?) nearby, it will see the criminal action so you will be criminal to everyone
(This post was last modified: 11-07-2014 03:50 AM by Coruja.)
11-07-2014 03:49 AM
Find all posts by this user Like Post Quote this message in a reply
azmanomer
Journeyman
*

Posts: 139
Likes Given: 4
Likes Received: 18 in 16 posts
Joined: Nov 2013
Reputation: 1



Post: #3
RE: Criminal Issue
but as i said for 56b its not like that and i want to make it work like 56b so can i do that via scripts?
11-07-2014 04:25 AM
Find all posts by this user Like Post Quote this message in a reply
azmanomer
Journeyman
*

Posts: 139
Likes Given: 4
Likes Received: 18 in 16 posts
Joined: Nov 2013
Reputation: 1



Post: #4
RE: Criminal Issue
any idea?
11-20-2014 08:40 PM
Find all posts by this user Like Post Quote this message in a reply
XuN
Sphere Developer
*****

Posts: 852
Likes Given: 102
Likes Received: 156 in 119 posts
Joined: Jul 2013
Reputation: 30



Post: #5
RE: Criminal Issue
I don't understood you on IRC, so what's the problem: You attack (NOT HIT, ONLY ATTACK) someone and you don't become criminal instantly? If so, there's a ini option 'AttackingIsACrime', set it to 1 and problem solved.
03-21-2015 04:02 AM
Find all posts by this user Like Post Quote this message in a reply
azmanomer
Journeyman
*

Posts: 139
Likes Given: 4
Likes Received: 18 in 16 posts
Joined: Nov 2013
Reputation: 1



Post: #6
RE: Criminal Issue
nope its not that i saw the irc talking after i left let me try explain;

There are A player B player and C player. A player hit B player if i talking about 56b C player wont see A player criminal unless B player say guards or die. I searched changes after 56b look all revision text and i didnt saw any changes about that and i think something broken or didnt putted in the revision changes. At 56c if A player hit B player , A player become criminal for everyone whose are the same screen before B player say guards. I hope i can explain my self if not see you at irc tommorrow Tongue
03-21-2015 10:33 AM
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: #7
RE: Criminal Issue
Very well explained @azmanoner.
In other hand, what happen to me is: player A attacks B, A become criminal(grey, but without statf_criminal) for B. B call guards and nothing happens. B start defend himself from A. B attacks A and become criminal(true criminal) and A can call guards...

I would like to have idea on how to make a generic function to make the guys become criminal. I mean, work with the memories.

I hope XuN can give a light Smile

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.
03-21-2015 12:24 PM
Find all posts by this user Like Post Quote this message in a reply
XuN
Sphere Developer
*****

Posts: 852
Likes Given: 102
Likes Received: 156 in 119 posts
Joined: Jul 2013
Reputation: 30



Post: #8
RE: Criminal Issue
I'll have to search for this, however there's a criminal function 1/0 to enable or disable, there's a Criminal trigger with some interesting argns and theres a @MEmoryEquip trigger which is also recording the equiping of memory items so you can 'work with the memories' Smile


What I understood is:
Player A, player B and player C. Player A attacks player B:
56b: ? How was it working? I didnt find any changes.
1) 56c: if A player hit B player , A player become criminal for everyone whose are the same screen before B player say guards. (Copied from Azmanomer reply).
2) 56c: player A attacks B, A become criminal(grey, but without statf_criminal) for B. B call guards and nothing happens. B start defend himself from A. B attacks A and become criminal(true criminal) and A can call guards( Copied from Extreme).

Which one is the correct, A... B... both...? You guys are messing me so much XD
03-21-2015 06:12 PM
Find all posts by this user Like Post Quote this message in a reply
azmanomer
Journeyman
*

Posts: 139
Likes Given: 4
Likes Received: 18 in 16 posts
Joined: Nov 2013
Reputation: 1



Post: #9
RE: Criminal Issue
56b:A player hit B player, C player is same screen with them but C player wont see A player criminal unless B player say guards or die.
Either I couldnt find any changes thats why im telling is something wrong Tongue

Actually we are talking about diffrent issues both is correct Tongue Also i tried to fix that issue but i couldnt because maybe i did something wrong or there is something wrong with criminal thing.
03-21-2015 09:43 PM
Find all posts by this user Like Post Quote this message in a reply
XuN
Sphere Developer
*****

Posts: 852
Likes Given: 102
Likes Received: 156 in 119 posts
Joined: Jul 2013
Reputation: 30



Post: #10
RE: Criminal Issue
So the problem now is that everyone see A criminal?
03-21-2015 09:52 PM
Find all posts by this user Like Post Quote this message in a reply
Post Reply 


Forum Jump:


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