View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0001796SphereServerexecutable - genericpublic12-08-10 20:0424-08-10 00:17
ReporterCoruja 
Assigned ToMrSugarCube 
PrioritynormalSeverityminorReproducibilityalways
StatusresolvedResolutionfixed 
PlatformOSOS Version
Product Version0.56c Nightly 
Target VersionFixed in Version0.56c Nightly 
Summary0001796: Null string on vendor buy msg
Descriptionsphere_msgs.scp:
npc_vendor_s1 "this will cost %d gp%s."

Theres 2 strings (%d and %s), but ingame the %s got nulled like this
"this will cost 10 gp(null)"

On msg npc_vendor_b1 it works fine
TagsNo tags attached.
Nightly VersionNot Available
Experimental FlagsNone
Option FlagsNone
Internal Build Number
Attached Files

- Relationships

-  Notes
(0000556)
Mirravin (reporter)
13-08-10 00:20

With gp you can simple delete this "%s" and all will be correctly.
But in original buy messages is "coin%s", here %s is for plural form of coin, but instead of "coins" we see "coin[null]. It can be fixed with deletion of %s, for example I write "coins" because price 1gp isn't classical...
(0000563)
Coruja (developer)
16-08-10 02:45

sure, I already fixed here
but I reported it as bug since gp%s works fine on npc_vendor_b1 but not on npc_vendor_s1
(0000567)
ShiryuX (developer)
17-08-10 21:46

Is kinda disturbing, since b1 and s1 are used in the same line and there's no difference between them.

- Issue History
Date Modified Username Field Change
12-08-10 20:04 Coruja New Issue
12-08-10 20:04 Coruja Nightly Version => Not Available
12-08-10 20:04 Coruja Experimental Flags => None
12-08-10 20:04 Coruja Option Flags => None
13-08-10 00:20 Mirravin Note Added: 0000556
16-08-10 02:45 Coruja Note Added: 0000563
17-08-10 21:46 ShiryuX Note Added: 0000567
24-08-10 00:17 MrSugarCube Status new => resolved
24-08-10 00:17 MrSugarCube Fixed in Version => 0.56c Nightly
24-08-10 00:17 MrSugarCube Resolution open => fixed
24-08-10 00:17 MrSugarCube Assigned To => MrSugarCube


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker