MantisBT - Soldat | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0000440 | Soldat | Gameplay | public | 2013-09-20 16:24 | 2014-04-19 11:07 |
Reporter | Rev | ||||
Assigned To | |||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | confirmed | Resolution | open | ||
Platform | x64 | OS | Windows | OS Version | 7 |
Product Version | |||||
Target Version | Fixed in Version | ||||
Summary | 0000440: Flag won't return to flag's spawn if player touches it with "OnFlagGrab kills" script. | ||||
Description | The following bug appeared: If i steal a flag and drop it elsewhere, it will blink and return - that's normal. If i throw it for example to my base, change to godmode then touch it(player gets killed OnFlagGrab), the flag keeps blinking(no flag refresh = good) and disappears - but its position XY remains which would be a problem for coop maps... When walking over this spot(without godmode) i can again grab/return the flag! | ||||
Steps To Reproduce | Steal flag - drop it - enter godmode(with kill OnFlagGrab) - touch flag (get killed) - flag will blink and disappear - change to team red/blue - go to old flag place -> player can grab/return flag! | ||||
Additional Information | procedure OnFlagGrab(ID, TeamFlag: byte; GrabbedInBase: boolean); begin if (GetPlayerStat(ID, 'Alive') = true) and player[ID].godmode then begin player[ID].godmode := false; DoDamageBy(ID, ID, 8000); player[ID].godmode := true; end; end; | ||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | 2014-04-19_10-24-18_ctf_Ash.sdm (520,441) 2014-04-19 10:36 https://bugs.soldat.pl/file_download.php?file_id=600&type=bug rev.pas (682) 2014-04-19 10:36 https://bugs.soldat.pl/file_download.php?file_id=601&type=bug | ||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2013-09-20 16:24 | Rev | New Issue | |||
2014-04-19 10:36 | kicikici | File Added: 2014-04-19_10-24-18_ctf_Ash.sdm | |||
2014-04-19 10:36 | kicikici | File Added: rev.pas | |||
2014-04-19 10:37 | kicikici | Note Added: 0002202 | |||
2014-04-19 11:03 | homerofgods | Status | new => confirmed | ||
2014-04-19 11:07 | homerofgods | Severity | major => minor | ||
2014-04-19 11:07 | homerofgods | Description Updated | bug_revision_view_page.php?rev_id=529#r529 |
Notes | |||||
|
|||||
|
|