SphereServer BugTracker - SphereServer
View Issue Details
0002212SphereServerscript packpublic30-09-13 04:3316-10-13 02:37
Coruja 
RanXerox 
normalminorN/A
resolvedopen 
 
 
Automated (specify build number)
None
None
0002212: Wrong chardef names on npcs c_horde_[x]
Based on the correct horde names:
-Horde Minion: small
-Horde Daemon: medium
-Large Horde Daemon: large
-Colored Horde Daemon: large (colored)

I think its better make some changes on 'c_horde_daemon_medium' and 'c_multicolored_horde_minion' to make it consistent with others horde names:
-c_horde_minion
-c_horde_daemon (previously c_horde_daemon_medium)
-c_horde_daemon_large
-c_horde_daemon_colored (previously c_multicolored_horde_minion)

Horde daemon medium is the default size and doesn't need to be named 'medium', and multicolored horde is large (not a minion)

Just edit spherechar_lbr.scp + comments on sphere_defs.sco (height section) :D
No tags attached.
Issue History
30-09-13 04:33CorujaNew Issue
30-09-13 23:12RanXeroxAssigned To => RanXerox
30-09-13 23:12RanXeroxStatusnew => assigned
16-10-13 02:37RanXeroxNote Added: 0001730
16-10-13 02:37RanXeroxStatusassigned => resolved

Notes
(0001730)
RanXerox   
16-10-13 02:37   
I decided to change it this way:

DEFNAME=c_demon_horde_minion
//DEFNAME=c_demon_horde_medium
DEFNAME=c_demon_horde_large
DEFNAME=c_demon_horde_colored

My reasoning was that most of the NPCs in the script pack have a ranked taxonomic name starting from the most inclusive to the least... in other words "c_" denotes it as a creature, "demon_" is the type of creature, "horde_" is the type of demon, and "minion" is the species of Horde Demon...

I did notice that modern clients seem to have lost the "medium" size animation (it's a beard now?), so the current script pack has it, but it is commented out. Not sure when that happened.