SphereServer BugTracker - SphereServer
View Issue Details
0002407SphereServerexecutable - genericpublic23-09-14 21:3004-10-14 03:55
Coruja 
Coruja 
normalminoralways
resolvedfixed 
 
 
Automated (specify build number)
None
None
0002407: Skill Cartography doesn't call @SkillMakeItem anymore
That's a simple issue (and maybe quick to fix): Cartography is not calling @SkillMakeItem on success anymore

strangely the skill can call @SkillFail without problems, but not @SkillMakeItem
[SKILL 12]
DEFNAME=SKILL_CARTOGRAPHY
KEY=Cartography
TITLE=Cartographer
FLAGS=skf_craft
DELAY=3.0
STAT_STR=15
STAT_INT=70
STAT_DEX=20
BONUS_STR=0
BONUS_DEX=20
BONUS_INT=100 //80
BONUS_STATS=15
ADV_RATE=20.0,40.0,80.0
VALUES=1,20,80

ON=@Select
SRC.SYSMESSAGE This skill cannot be used directly.
return 1

ON=@Start
SOUND 0249

ON=@Fail
SRC.SYSMESSAGE You fail the action

ON=@Abort
SRC.SYSMESSAGE You aborted the action
No tags attached.
Issue History
23-09-14 21:30CorujaNew Issue
26-09-14 14:13darksun84Note Added: 0002440
26-09-14 14:14darksun84Note Edited: 0002440bug_revision_view_page.php?bugnote_id=0002440#r708
04-10-14 03:55CorujaNote Added: 0002451
04-10-14 03:55CorujaStatusnew => resolved
04-10-14 03:55CorujaResolutionopen => fixed
04-10-14 03:55CorujaAssigned To => Coruja

Notes
(0002440)
darksun84   
26-09-14 14:13   
(edited on: 26-09-14 14:14)
I think that maybe it's caused by DRAWMAP(found in the skillmenu.scp) not firing @SkillMakeitem

(0002451)
Coruja   
04-10-14 03:55   
Fixed on latest nightly, the cartography skill is now a genuine craft skill instead a non-craft skill with some crafting behavior