SphereServer BugTracker - SphereServer | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0002368 | SphereServer | executable - windows build | public | 25-06-14 01:36 | 13-07-14 17:17 |
Reporter | Coruja | ||||
Assigned To | Ben | ||||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | no change required | ||
Platform | OS | OS Version | |||
Product Version | |||||
Target Version | Fixed in Version | ||||
Nightly Version | Automated (specify build number) | ||||
Experimental Flags | None | ||||
Option Flags | None | ||||
Internal Build Number | |||||
Summary | 0002368: MIDILIST console error | ||||
Description | When the function MIDILIST is called on a NPC, sphere will return this console error: 20:34:ERROR:(sphere_region.scp,183)Undefined keyword 'MIDILIST' This error doesn't make sense, because MIDILIST is working fine -on players- but if called on NPC it will return 'undefined keyword', this text is wrong because ppl will think that this function have some problem or doesn't exist. to prevent this, MIDILIST always must check for ISPLAYER before called. Of course NPCs can't listen to MIDILIST, but I think this check must be done internally on sphere, like it was on SOUND function [REGIONTYPE r_something] ON=@Enter IF (<SRC.ISPLAYER>) SRC.MIDILIST=midi_approach //this must check for ISPLAYER to prevent console error ENDIF ON=@RegPeriodic SRC.SOUND={021f 1 0243 1 0244 1 0245 1} //this can be used without any check | ||||
Steps To Reproduce | |||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
25-06-14 01:36 | Coruja | New Issue | |||
25-06-14 03:33 | Feeh | Note Added: 0002306 | |||
13-07-14 17:17 | Ben | Note Added: 0002328 | |||
13-07-14 17:17 | Ben | Status | new => closed | ||
13-07-14 17:17 | Ben | Assigned To | => Ben | ||
13-07-14 17:17 | Ben | Resolution | open => no change required |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|