View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0002152SphereServerexecutable - windows buildpublic26-03-13 02:0726-03-13 12:29
ReporterXfolder 
Assigned ToShaklaban 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0002152: Showing system on maps 1,2,3,4
DescriptionShowing system on maps 1,2,3,4 doens't work properly.
Players can always shove other players without full stamina.

Can do it like on map 0?

TagsNo tags attached.
Nightly VersionAutomated (specify build number)
Experimental FlagsAllowTelnetPacketFilter
Option FlagsNoPrefix
Internal Build Number1575
Attached Files

- Relationships

-  Notes
(0001528)
Shaklaban (developer)
26-03-13 12:24
edited on: 26-03-13 12:25

stamina check for shoving is harcoded in client, sphere only causes characters to lose stamina. if some movement blocked without rubber-banding, its client-side (except the speedmode on new clients). since maps 1-2-3-4 are non-pvp in osi, shoving is not working on these maps.

you can create shoving effect with @personal spice trigger, but since its emulator-side it will create rubber-banding:

http://wiki.sphere.torfo.org/index.php/@PersonalSpace [^]

example script:

on=@PersonalSpace
if (<src.stam> < <src.maxstam>)
    if (!(<flags>&statf_invisible) && !(<flags>&statf_insubstantial) &&(<flags>&statf_hidden))
        return 1
    endif
endif


- Issue History
Date Modified Username Field Change
26-03-13 02:07 Xfolder New Issue
26-03-13 12:24 Shaklaban Note Added: 0001528
26-03-13 12:25 Shaklaban Note Edited: 0001528 View Revisions
26-03-13 12:25 Shaklaban Note Edited: 0001528 View Revisions
26-03-13 12:25 Shaklaban Note Edited: 0001528 View Revisions
26-03-13 12:29 Shaklaban Status new => resolved
26-03-13 12:29 Shaklaban Resolution open => fixed
26-03-13 12:29 Shaklaban Assigned To => Shaklaban


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker