That's because there is no such thing as a choice of two. There is always a 3rd option.
What if Neo decided to take both pills? What would happen then?
That goes without saying. No code is perfect and the code i provided was a basic example of one of the ways it can be done. However there are null checks in the code and about 80% of server crashes are caused by null objects (From my experience anyway).
The first part needs to be in an override function like this:
protected override void CompleteAttack(IList<object> data)
{
//If Skele is a pet then it will do an AOE attack.
if (Master != null)
{
AoeAttack();
}...
Here is something that will get you started. This is very basic and may need tweaking. There is also no magic animation so it will perform like CHM but you wont see the CHM animation. (Graphics is not my strong point.)
Go to BoneFamiliar.cs
Add the following functions:
protected...
+1 to that. I still find myself going back to it now when i want to refresh my memory of how to do it. One thing i really like with that site is you can test your code on it. Very useful to see how CSS will work.
It depends on your current web development knowledge.
There are pros and cons with all web platforms but my personal choice would be ASP.NET because that's the platform i know best. Also because it integrates well with MSSQL and it is the most secure platform due to the core parts of the code...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.