SphereServer BugTracker - SphereServer
View Issue Details
0002203SphereServerscript packpublic06-09-13 04:2808-09-13 20:49
Coruja 
RanXerox 
normalminorN/A
resolvedfixed 
 
 
Automated (specify build number)
None
None
0002203: Missing NPC Action values on sphere_dialog.scp
on sphere_dialog.scp, the "show npc action" button on dialog d_CHARPROP1 is missing many values. It only show action 1~103. Based on this list on SCP script pack (https://code.google.com/p/sphere-community-pack/source/browse/trunk/documentation/SPHERE-ACTIONLIST.txt [^]) I added the 104~116 missing values:

ON=18
IF (<ACTION>==-1)
 SRC.MESSAGE @50 Doing nothing.
ELIF ((<ACTION> >= SKILL_ANATOMY) && (<ACTION> <= SKILL_SPELLWEAVING)) //1~54
 SRC.MESSAGE @50 Using the skill <SERV.SKILL(<EVAL (<ACTION>&0000000ff)>).KEY>.
ELIF (<ACTION>==064) //100
 SRC.MESSAGE @50 Npc following someone.
ELIF (<ACTION>==065) //101
 SRC.MESSAGE @50 Npc standing.
ELIF (<ACTION>==066) //102
 SRC.MESSAGE @50 Npc going somewhere (x,y). Pet command
ELIF (<ACTION>==067) //103
 SRC.MESSAGE @50 Npc wandering.
ELIF (<ACTION>==068) //104
 SRC.MESSAGE @50 Npc looking around intently.
ELIF (<ACTION>==069) //105
 SRC.MESSAGE @50 Npc running away from target.
ELIF (<ACTION>==06a) //106
 SRC.MESSAGE @50 Npc talking to target.
ELIF (<ACTION>==06b) //107
 SRC.MESSAGE @50 Npc following target.
ELIF (<ACTION>==06c) //108
 SRC.MESSAGE @50 Npc guarding a target object.
ELIF (<ACTION>==06d) //109
 SRC.MESSAGE @50 Npc going home.
ELIF (<ACTION>==06e) //110
 SRC.MESSAGE @50 Npc using breath weapon on target.
ELIF (<ACTION>==06f) //111
 SRC.MESSAGE @50 Npc being ridden or shrunk as figurine.
ELIF (<ACTION>==070) //112
 SRC.MESSAGE @50 Npc looting a target corpse.
ELIF (<ACTION>==071) //113
 SRC.MESSAGE @50 Npc throwing a stone at target.
ELIF (<ACTION>==072) //114
 SRC.MESSAGE @50 Npc using as a training dummy, or teaching sth. etc.
ELIF (<ACTION>==073) //115
 SRC.MESSAGE @50 Npc snoozing a little bit, but not sleeping.
ELIF (<ACTION>==074) //116
 SRC.MESSAGE @50 Npc searching for food.
ELSE
 SRC.MESSAGE @50 Action not in this menu.
ENDIF
No tags attached.
Issue History
06-09-13 04:28CorujaNew Issue
06-09-13 04:35CorujaNote Added: 0001652
08-09-13 20:49RanXeroxNote Added: 0001663
08-09-13 20:49RanXeroxStatusnew => resolved
08-09-13 20:49RanXeroxResolutionopen => fixed
08-09-13 20:49RanXeroxAssigned To => RanXerox

Notes
(0001652)
Coruja   
06-09-13 04:35   
btw I noticed skill_alchemy (0) is missing, should it be added?
the skill range is starting on skill_anatomy (1)
(0001663)
RanXerox   
08-09-13 20:49   
Fixed today and will be in tomorrow's nightly build