Anonymous | Login | Signup for a new account | 01-07-25 13:00 CEST | ![]() |
Main | My View | View Issues | Change Log | Roadmap |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||
ID | Project | Category | View Status | Date Submitted | Last Update | |
0001796 | SphereServer | executable - generic | public | 12-08-10 20:04 | 24-08-10 00:17 | |
Reporter | Coruja | |||||
Assigned To | MrSugarCube | |||||
Priority | normal | Severity | minor | Reproducibility | always | |
Status | resolved | Resolution | fixed | |||
Platform | OS | OS Version | ||||
Product Version | 0.56c Nightly | |||||
Target Version | Fixed in Version | 0.56c Nightly | ||||
Summary | 0001796: Null string on vendor buy msg | |||||
Description | sphere_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 | |||||
Tags | No tags attached. | |||||
Nightly Version | Not Available | |||||
Experimental Flags | None | |||||
Option Flags | None | |||||
Internal Build Number | ||||||
Attached Files | ||||||
![]() |
|
(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. |
![]() |
|||
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 |