Notice something wrong, missing, or inadequate? Feel free to edit pages yourself and make use of discussion pages.
Wiki content is created, maintained, and administrated by players. Learn how you can help!

Template talk:Itemstats

From SoDWiki
Jump to navigationJump to search

Why is there a sizecap property? Shouldn't the size property be used for this when type = container? --The preceding unsigned comment was added by User:Grundy923 (talk).

I could have programmed it to shift the size to size capacity if container is active. However, since I didn't, that would require me going through and editing all of the existing containers and then hoping people can figure out to use size for sizecap. I don't really see how it would be worth a bunch of extra effort and confusion, but you can always try to convince me. - Rari Talk 23:55, 9 September 2011 (UTC)

Code for Pet Gear

See code in comments. Haenir (talk) 09:55, 9 November 2015 (EST)

To be added as line 81 (checks race1 for none, flagnodrop for null, and slot1 for anything, then sets type to Pet Gear) :

  • Requires race1 = none to be entered for pet gear


Replace line 574 (573 if first change isn't inserted) with (should prevent false flags of Pet Gear from being no race error checks):

Treasure Hunting code update

Not sure why this isn't working -- it switches when the string is "treasure hunting t1" but not for the others (code in comment):

Haenir (talk) 10:36, 9 November 2015 (EST)