A Type is a declarion what kind of Object you have. you cant get a Type as SubType.
You can cast or check if an object is typeof(X) or inherited from X.
In the Moment you Target Garlic you can check if the ITem is Garlic, or Is BaseReagent or is Item.
All 3 will return true because Garlic is...
It would be nice if you would tell us what you want to gain by this.
If you not want to cast it why not make it as Basereagent?
BaseReagent myGarlic = new Garlic();
I don´t understand what you try to accomplish and in what kind of way you want to "reduce" code.
As i see this currently it...
You should look into Scripts\Spells\Base\Spell.cs Method GetCastDelay() and look into that process. Then folloc where the Variables you need are declared. Then you will see there is an Attribute CastDelayBase wich you can override (may check Bladespirits.cs)
Garlic is a Reagent!
Basic of Inheritence => Sample :
A Sword inherits from BaseMeleeWeapon, means its a sword and a BaseMeleeWeapon. Basemeleeweapon inherits from BaseWeapon, so Swords are also BaseWeapons. BaseWeapon inherit from Item, its also an Item.
If you want to check if (Sword is...
I know that System, but i guess Voxpire never published it.It´s a freaking amazing System (like all from Voxpire´s Systems) with a whole dynamic setup.All you can do is ask Voxpire privately about.
I´m not sure what you try to gain by it.
Silk and Garlic are Reagents but Silk is not Garlic and Garlic is not silk. So this is not the direction you want maybe.
If you Generate a Silk and ask if its reagent it will work but not if its reagent.
You could say "ok i cast to reagent" and do...
The Problem with Account-Tags is, its limited to the whole account , not only for a player.
I currently brainstorm myself about a class similar as the AOSAttributes work with the power of saving Uses of Quests and a check itself on quest if the date is outdated or running properly.
As Sample ...
I dn´t want to disapoint you guys but all items until the ducks went live long ago.
I noticed a few new graphics but unsure yet what we want to use for our shard yet.
i think with the sort function you want make it easyier to access to certain content?
The difficult comes into way of the amount of different filter methods.
Do you want to sort by name?
So if you have 8x the same lbod Type with different numbers and colors they can be random as long as name is...
The best solutions i added after wake up in night with the final idea ;-)
Was always like this on Easyuo , Openuo, Stealth and Runuo\Servuo.
Tbh, my last written lib for vendoring i dreamed about idea and wroted next day..
Well a very simple answer is :
Whenever you add properties you want to be added into the stream of saves you have a) keep sure the old stack is not interupted and b) you read same versions equal as you write.
Sample :
Version is always our "Header" it decides wich Attributes are going into the...
I would love to see such System as contribution like a Ranking Board with Rewards. Like you start small with bosses, and it gets more and more harder\challenging.
I rather would save in order to a) Test Saves and new Save methods and b) Testing changes against existing Objects. I dunno how often some Shardowner accidently whiped a save because they did the wrong serialisation. On this way you also have a way to test modified Cores and noone can cry about...
I need to check what i fixed so far according to EA because i fixed a few tons of bugs, but whenever i wanted to report here the website either were laggy or down or moving. So i hope i can give some reports soon.
@Ravenwolfe : Whats your target for the Testcenter? Testing out the Core in Order...
Crome969 updated Cleanup Rewards Publish 86 TC1 with a new update entry:
Update Version 1.1 - Cliloc Corrections on Robe
Read the rest of this update entry...
Yes i found the issue and will update it soon.
The megacliloc issue comes because those clilocs went live about 20 hours ago. So you need atleast 7.0.35.3 to see the new clilocs.
And no, they shouldnt be deleted. I guess you use the default version of servuo? there is a known saving issue for...
Hello and Welcome Visitor!
This shall be my first Contribution on Servuo :
When i heard that EA is adding more Cleanup Rewards, i decided to write them and contribute on Servuo.
The Resource contains as followed :
+ Base class for Custom Tokuno-Style Pigments
+ Base class for Cleanup Robes...