Recent content by Sike

  1. Sike

    Weapon multi-hit on regular attack

    The custom attacks with the icons are built into xmlspawner like tass said. XMLCustomAttacks.cs is where they are located. Honestly to create new ones XML isn't really required, you just need to do them in C# in that file and then reference the attack in your weapon script.
  2. Sike

    Weapon multi-hit on regular attack

    Its actually a really cool idea. The polearm one would be easy, just a whirlwind attack from the defenders Point3D instead of your own. I was actually thinking of doing a specialized attack bar for specific weapons sort of like what Arte did with the XML Socket system.
  3. Sike

    Weapon multi-hit on regular attack

    Just use the target of your attack as your Point3D the do a conditional check for hostile mobiles to the left and and right based on the targets direction. Then just add those mobiles to a list or array and run a damage routine on them.
  4. Sike

    Notepad For android

    Recently I've been using Quoda, 920 Text Editor and Droidedit. Quoda is the best for syntax and it lacks the drawback of hiding the line you're editing under the on screen keyboard. If you're editing several files at once 920 is probably the best for its replace system. Droidedit falls somewhere...
  5. Sike

    Hello

    Thanks, you have a great resource here. :D
  6. Sike

    Hello

    Glad to be here. Hope I can contribute to the ServUO effort as much as possible.
Back