SphereCommunity
Title erros and onother erroe - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: Sphere 0.56d (/Forum-Sphere-0-56d)
+--- Forum: Script Help (/Forum-Script-Help)
+--- Thread: Title erros and onother erroe (/Thread-Title-erros-and-onother-erroe)



Title erros and onother erroe - Elmortis - 12-14-2012 06:26 PM

Hey guys. My problem

When i have sphere 0.56b build 2009years, i change to last version of spehre and now have this error

Code:
ERROR:(spheretables.scp,114)Undefined symbol 'Trustworthy'
ERROR:(spheretables.scp,115)Undefined symbol 'Estimable'
WARNING:(spheretables.scp,181)Expected 4 titles in NOTOTITLES section but found 53.

I need to empty onother section for my karma/fame system

code what i have

Code:
[NOTOTITLES] // NotoTitles[5*11]
Trustworthy
Estimable
Great
Glorious
Glorious

Honest
Commendable
Famed
Illustrious
Illustrious

Good
Honorable
Admirable
Noble
Noble

Kind
Respectable
Proper
Eminent
Eminent

Fair
Upstanding
Reputable
Distinguished
Distinguished

<none>
Notable
Prominent
Renowned
Renowned

Rude
Disreputable
Notorious
Imfamous
Dishonored

Unsavory
Dishonorable
Ignoble
Sinister
Sinister

Scoundrel
Malicious
Vile
Villainous
Dark

Despicable
Dastardly
Wicked
Evil
Evil

Outcast
Wretched
Nefarious
Dread
Dread

and this error, i think some bugs whith type or id this item

Code:
CRITICAL:(sphereworld.scp,974)Error Pri=2, Code=0, Desc='CTileTerrainType.ReadInfo: TileData Read', in GetItemData
CRITICAL:(sphereworld.scp,26814)Error Pri=2, Code=0, Desc='CTileTerrainType.ReadInfo: TileData Read', in GetItemData

in sphereworld.scp
974 string
Code:
[WORLDITEM i_multi_tent_green]
SERIAL=040020d73
ATTR=010
MORE1=06359
P=2461,85
REGION.FLAGS=01092
26814
Code:
[WORLDITEM i_multi_ship_small_n]
SERIAL=04005d21a
LINK=04005d219
MORE1=09252a
P=2263,1171,-5
REGION.FLAGS=010d2
HATCH=04005d218
PLANK=04005d217
PLANK=04005d216



RE: Title erros and onother erroe - Shaklaban - 12-14-2012 06:44 PM

Nototitles:
PHP Code:
[NOTOTITLES// NotoTitles
9900,5000,1000,500,100,-100,-500,-1000,-5000,-9900    // karma levels
500,1000,5000,9900                                    // fame levels

// highest karma
Trustworthy
Estimable
Great
Glorious
Glorious

Honest
Commendable
Famed
Illustrious
Illustrious

Good
Honorable
Admirable
Noble
Noble

Kind
Respectable
Proper
Eminent
Eminent

Fair
Upstanding
Reputable
Distinguished
Distinguished

<none>
Notable
Prominent
Renowned
Renowned

Rude
Disreputable
Notorious
Imfamous
Dishonored

Unsavory
Dishonorable
Ignoble
Sinister
Sinister

Scoundrel
Malicious
Vile
Villainous
Dark

Despicable
Dastardly
Wicked
Evil
Evil

Outcast
Wretched
Nefarious
Dread
Dread 

And multis now defined with MULTIDEF not itemdef so you need to upgrade your scipts. You can download default script pack and compare base scripts when you get an error.


RE: Title erros and onother erroe - Elmortis - 12-15-2012 01:18 AM

I can't donload new because i have very custom files, thank guys




I really do hope that meant to say "guys" - Mordaunt