Candy Apple

Member
ServUO Version
Publish Unknown
Ultima Expansion
Time Of Legends
There is a issue with this script. After a restart the Skill% poofs and it is the same on all items.
 

Attachments

  • Untitled.png
    Untitled.png
    525.8 KB · Views: 18
The SkillMod added to the fur items is never saved, so nothing will be loaded, to fix, you just need to save(Serialize) the SkillMod and then when loading(DeSerialize), add it!
IMO: Seeing this is from 2014, it needs a good overhaul/update!
Here is a cleaned up version, updated to latest ServUO!
 

Attachments

  • Tigers.zip
    4.9 KB · Views: 3
Last edited:
ah, ya the string interpolation, newer c# uses $ to run variables inline of the string, simple fix, I'll post it so you can see the difference!
 

Attachments

  • Tigers.zip
    5.1 KB · Views: 2
ah, ya the string interpolation, newer c# uses $ to run variables inline of the string, simple fix, I'll post it so you can see the difference!
Errors:
+ CUSTOM/Tigers/GargishTigerFurSash.cs:
CS1026: Line 47: ) expected
CS1002: Line 47: ; expected
CS1525: Line 47: Invalid expression term ')'
CS1002: Line 47: ; expected
CS0103: Line 80: The name '_' does not exist in the current context
+ CUSTOM/Tigers/Tiger.cs:
CS0103: Line 185: The name '_' does not exist in the current context
+ CUSTOM/Tigers/TigerFur.cs:
CS0103: Line 83: The name '_' does not exist in the current context
+ CUSTOM/Tigers/TigerFurBoots.cs:
CS1026: Line 47: ) expected
CS1002: Line 47: ; expected
CS1525: Line 47: Invalid expression term ')'
CS1002: Line 47: ; expected
CS0103: Line 80: The name '_' does not exist in the current context
+ CUSTOM/Tigers/TigerFurCape.cs:
CS1026: Line 47: ) expected
CS1002: Line 47: ; expected
CS1525: Line 47: Invalid expression term ')'
CS1002: Line 47: ; expected
CS0103: Line 80: The name '_' does not exist in the current context
Scripts: One or more scripts failed to compile or no script files were found.
 
Opps, caught another update not available in older c# ... inline boxing, plus I used a discard in leu of a unused var "version", easy fixes! Attached is a updated version!
 

Attachments

  • Tigers.zip
    5 KB · Views: 2
Last edited:

Active Shards

Donations

Total amount
$5.00
Goal
$500.00
Back