Search results

  1. Punkte

    Adding Custom Tokens To All Monster Drops

    I think he means are you trying to add the currency as "Physical Loot"? like how gold is on monsters? Or are you trying to make it a property in the code on a player? Like when this monster dies, award the player 100 currency (you dont actually see it, but people can access it with custom store...
  2. Punkte

    Adding Custom Tokens To All Monster Drops

    If you want to add it to all monster drops, go to GenerateLoot method in BaseCreature.cs and add the currency in there. Otherwise if you want specific groups of mobs you can make if statements there like this... if (this is Skeleton || this is Ghoul || this is Wraith) { PackItem(new...
  3. Punkte

    Happy Holidays everyone! Have a fantastic day! Cheers!

    Happy Holidays everyone! Have a fantastic day! Cheers!
  4. Punkte

    Insta hit

    Everything you need to modify is in BaseWeapon.cs You'll need to modify OnEquip so that it doesn't add to the timer when you equip a weapon and then youll need to add the last swing timer OnSwing, but you'll also need to create an algorithm so that it can check which weapon your using and check...
  5. Punkte

    Ultima Shards: Multiverse - AOS and T2A Shards

    Thanks, we appreciate the kind words! We're super excited too =] !
  6. Punkte

    Ultima Shards: Multiverse - AOS and T2A Shards

    Hey guys! After a pretty long time of developing this project, we're finally releasing our first shard in the Ultima Shards multiverse. Ultima Shards : Age of Shadows I want to quickly thank ServUO and the community for all your work and support for Ultima Online fans. You guys are truly...
  7. Punkte

    help speeding up pets

    You have an old version of BaseAI. I would suggest updating to ServUO if possible, as most of my edits are based on additional features =[
  8. Punkte

    help speeding up pets

    Toss me your original file again and ill edit it myself and give it back to you.
  9. Punkte

    help speeding up pets

    Did your original files compile perfectly fine before the changes?
  10. Punkte

    help speeding up pets

    Try this, just cleaned up the code and re-did it. If its something else, then it shouldn't be an issue with the code I gave you. Might be something to do with your existing scripts.
  11. Punkte

    help speeding up pets

    Your error code is saying your missing end curly braces. Just add three } to the end of the code. I didn't give you the entire code blocks for all those methods, just the ones that needed to be modified. In most cases, reading the error will give you a pretty good idea of what you need to do...
  12. Punkte

    help speeding up pets

    It would just the file BaseAI.cs you would just make sure that whatever I have listedn, you have. So replace whatever else you have with what I posted.
  13. Punkte

    help speeding up pets

    Dont change anything to do with the individual scripts speed. It has to do with pets in general and commands in general. In BaseAI.cs public virtual bool DoOrderCome() under Debug("My master told me to come. change to //Change Speed var mOnHorse = _Mobile.ControlMaster.Mount != null...
  14. Punkte

    Servuo experience in a resume?

    You can throw it on the resume. You get alot of experience like branch versioning, project management, bug fixing, making sure that what your building stays as latency free as possible, as well as working with teams, being able to be tasked something and get it done on your own time, etc.
  15. Punkte

    Custom Maps Change GUI Legal Question

    Just wanna throw this in there. EA and Broadsword definitely have knowledge that there are freeshards out there and that there's thousands of people playing on these freeshards. I've even had email discussions with Messana (more pertaining toward them creating their own older era servers) and...
  16. Punkte

    Achievement System

    It doesn't use an XmlAttachment like in XmlSpawner. It's our custom built achievement system using the Xml language to load the achievements into the game.
  17. Punkte

    Check out my double your coding speed tutorial in the tutorials section. I will continue to...

    Check out my double your coding speed tutorial in the tutorials section. I will continue to update it as I progress through the course.
  18. Punkte

    Coding with Curly brackets

    Aye, as far as I know. The only difference is condition being able to execute multiple lines of code, as opposed to only one line of code. Curly braces should always be your go to, because it's easier to read. If you are more advanced and are only executing one line of code after the IF...
  19. Punkte

    Coding with Curly brackets

    Just an FYI. If you are a student, you can apply for a Re-Sharper key and get one. Also if you work on an open source project as well. So, if you have a student email address from your school, you can apply for it using that.
  20. Punkte

    Posted about a great C# Tutorial series of videos from Udemy.com. It's under the Tutorials and...

    Posted about a great C# Tutorial series of videos from Udemy.com. It's under the Tutorials and Programming section. Check it out!

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back