SphereServer BugTracker - SphereServer |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0001952 | SphereServer | executable - windows build | public | 29-04-11 18:04 | 02-05-11 17:59 |
|
| Reporter | Shaklaban | |
| Assigned To | | |
| Priority | normal | Severity | minor | Reproducibility | always |
| Status | new | Resolution | open | |
| Platform | win32 | OS | windows | OS Version | win 7 |
| Product Version | | |
| Target Version | | Fixed in Version | | |
| Nightly Version | Automated (specify build number) |
| Experimental Flags | None |
| Option Flags | None |
| Internal Build Number | 1442 |
|
| Summary | 0001952: EF_FixCanSeeInClosedConts on another players backpack |
| Description | EF_FixCanSeeInClosedConts returns 1 when cansee function used on item which is in the another players backpack, and backpack is not opened by the other player (with stealing etc.). |
| Steps To Reproduce | |
| Additional Information | |
| Tags | No tags attached. |
| Relationships | |
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 29-04-11 18:04 | Shaklaban | New Issue | |
| 30-04-11 00:40 | Mirravin | Note Added: 0001046 | |
| 30-04-11 23:23 | Shaklaban | Note Added: 0001047 | |
| 30-04-11 23:26 | Shaklaban | Note Edited: 0001047 | bug_revision_view_page.php?bugnote_id=0001047#r281 |
| 30-04-11 23:27 | Shaklaban | Note Edited: 0001047 | bug_revision_view_page.php?bugnote_id=0001047#r282 |
| 01-05-11 00:07 | Mirravin | Note Added: 0001048 | |
| 01-05-11 00:08 | Mirravin | Note Edited: 0001046 | bug_revision_view_page.php?bugnote_id=0001046#r284 |
| 02-05-11 00:48 | MrSugarCube | Note Added: 0001050 | |
| 02-05-11 12:25 | DavideRei | Note Added: 0001053 | |
| 02-05-11 17:59 | Shaklaban | Note Added: 0001054 | |
|
Notes |
|
|
(0001046)
|
|
Mirravin
|
30-04-11 00:40
(edited on: 01-05-11 00:08) |
|
|
|
|
(0001047)
|
|
Shaklaban
|
30-04-11 23:23
(edited on: 30-04-11 23:27) |
|
when this flag enabled, cansee must return 0 on items, which is in the container client has not opened.
_FixCanSeeInClosedConts = 00020000 // Change CANSEE to return 0 for items inside containers that a client hasn't opened
for example:
ref1=player 1
ref2=player 2
ref3=a katana in the backpack of player 1
if (<ref2.cansee <ref3>>)
i can see the katana
else
i can't see the katana
endif
ref2 always can see the katana, without opening the backpack of player 1.
|
|
|
|
|
|
|
|
|
|
Did ref2 previously have player 1's backpack open? |
|
|
|
|
|
I found the same bug, but only if ref2 has previously opened player 1's backpack. If he did, the flag does not work. |
|
|
|
|
|
i just tested it again, its only occurs when ref2 has previously opened player 1's backpack. |
|