Search results

Mu online season 21 - grand opening
  1. Violent

    Immortals War [Crystal] Discussion

    Give him chance. He is adding his placeholder.
  2. Violent

    Request Crystal Files Server Error on drop edit.

    Are you running this in Visual Studio?
  3. Violent

    Request Crystal Files Server Error on drop edit.

    Did you remove the item from the database or from the drop file?
  4. Violent

    New Eden V2.

    Why not have super-duper-ultra-maga-epic low rate?
  5. Violent

    New Eden V2.

    Nice one mate!!!!!!!
  6. Violent

    ANY GOOD MIR 2 SERVERS???? what has happened to decent servers -_-

    Jesus.... There are some really special people on here.
  7. Violent

    Legend Of Mir Revival

    Some guy who is better looking and has a better personallity than you.
  8. Violent

    Fractured MMO

    I found an upcomming game that looks a bit Mir ish if anyone else is interested? It got my attention anyway. fracturedmmo.com
  9. Violent

    Quick question: Pure Pvp or pure PVE

    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?
  10. Violent

    Quick question: Pure Pvp or pure PVE

    I can't imagine a PVP only server lasting very long. It would get boring very quickly.
  11. Violent

    Request Give Skelly pet AOE attack?

    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).
  12. Violent

    Request Give Skelly pet AOE attack?

    You just need to add that code to the already existing class called BoneFamiliar.cs
  13. Violent

    Request Give Skelly pet AOE attack?

    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(); }...
  14. Violent

    Request Give Skelly pet AOE attack?

    Glad we could help.
  15. Violent

    Request Give Skelly pet AOE attack?

    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...
  16. Violent

    Request Give Skelly pet AOE attack?

    How do you want the AOE attack to work?
  17. Violent

    Website Development

    +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.
  18. Violent

    Website Development

    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...
  19. Violent

    1 Million Post's.

    Which thread currently has the highest post count? I'm asking for a friend...
  20. Violent

    Player knowing

    For his eyes yea?