Search results

  1. TaeMagis

    Spellcrafting Script

    Yeah, you are probably correct, it should be rewritten from start using it as a guideline... Let me drink some beer later and decide if I care enough to do that LOL Thanks for your response!
  2. TaeMagis

    Spellcrafting Script

    I downloaded the latest ServUO server this week. I also downloaded this custom script: https://www.servuo.com/threads/spell-crafting-3-0.11127/#post-66818 Everything seems to be working except when I try to modify a weapon (only tried a weapon so far) and it throws an exception and restarts...
  3. TaeMagis

    Client Question

    Great! Thank you!
  4. TaeMagis

    Client Question

    I just did a pull of the server... What client it will support?
  5. TaeMagis

    Change/Remove Guard Zones

    Ooohhh Sweet, thank you!!:)
  6. TaeMagis

    Change/Remove Guard Zones

    Ok, I'm looking at the Regions.xml and I see where I need to make the changes. I'm curious as to what "width=?? height=??" is used for exactly.
  7. TaeMagis

    Change/Remove Guard Zones

    Yes, I figured I'd need to something custom but I really not sure where to start. I saw GuardedRegion.cs and it looks like it's using XML but I don't know if it's pulling that from a file or what. Where/when is GuardedRegion.cs being called? Where is the XML it's reading?
  8. TaeMagis

    Change/Remove Guard Zones

    So I'm trying to figure out how to change guarded zones. Basically, I am using a custom map from DarkShrd (http://www.darkshard.net/) and I'd like to change the existing guarded zone to around the city in this map. Does anyone know where to start with this?
  9. TaeMagis

    On Screen Chat Font

    Is there a way to force the old school font when it appears over the players head?
  10. TaeMagis

    Charater Sheet and Armor Question

    Thank PyrO for all the answers, I greatly appreciate it!!
  11. TaeMagis

    Charater Sheet and Armor Question

    Ok, I think I get it now lol thanks!! So one more question since I have your undivided attention. What does this mean on an armor item? And how is it used in combat? public override int ArmorBase { get { return 13; } }
  12. TaeMagis

    Charater Sheet and Armor Question

    After the change the below line in Mobile.cs, I recompiled. I changed this static int m_MaxPlayerResistance = 70; to this static int m_MaxPlayerResistance = 3000; and I'm still seeing 70 as the cap for physical. Am I doing something wrong? Here is what I'm changing in the armor file...
  13. TaeMagis

    Charater Sheet and Armor Question

    I've denoted what I'm talking about in the red box.
  14. TaeMagis

    Charater Sheet and Armor Question

    I'm messing around trying to learn about armor, damage, weapons, etc... So I started playing around with adjusting the armor value for physical resist and noticed that when I set that on 5 pieces of armor to 30, I should see 150 physical armor but this isn't the case. It seems to be capping at...
  15. TaeMagis

    XMLSpawner

    Thank you very much, this worked perfectly!!
  16. TaeMagis

    XMLSpawner

    I'm trying to export all the spawns I've created in my world but the "[exportspawner current_spawns" command isn't working. Do I need to put an extension on there? Also, it pops up with a targeting cursor which I'm guessing I click on a spawner. Not really sure what to do exactly.
  17. TaeMagis

    Spawning Custom World

    I have a map that needs to be spawned. Must I go through and individually create the XML Spawner for each spawn I want to happen? OR Is there a way for me to plug in stuff manually, or with a program, into a file and load the file?
  18. TaeMagis

    Character Leveling

    Didn't realize or think of it that way. So I'm look for just a level system for levels only. Each level would give the character a specific item once reaching that level. Character levels from killing mobs or possibly crafting stuff. The level doesn't replace skill gains Did I miss anything?
  19. TaeMagis

    Character Leveling

    Not sure if the is the correct spot for this but here goes. I'm looking for a character leveling script. I went through resources and didn't find anything that resembles it. I also search the site and went to any post that could possibly be it. If I have over-looked it somehow, please educate...
  20. TaeMagis

    CentrED+ Install Tutorial

    That would appear to be the case. I do have those files. Should I substitute or is that even an option at this point?
Back