FAQ (plz READ) Everything you have to know about this shard!
Posted: Thu Apr 05, 2007 7:39 pm
[size=20pt]Age of Valor FAQ[/size]
Revised: Sept 24 2011
This is a general FAQ covering various topics and holding some resources for your enjoyment here at AoV. This saves from having too many stickies.
How do I connect?
See the guide here:
http://www.uovalor.com/razorconfig.php
What are the rules here?
See the rule thread here: http://www.uovalor.com/forum/viewtopic.php?t=331
Is there a page with server stats?
Right here: http://www2.uovalor.com/stats/reports.html
How many [nnn] items are on the server?
Check here: http://www2.uovalor.com/objects.txt
This list updates once a day during the shard backup job
Where can I find [nnn] creatures?
Download this file: aovspawners-output.map and put it in the same folder as UO Auto Map. This is not real-time but I try to keep it updated often enough.
To load it, open UOAM and right click anywhere and choose "Map" from the menu then choose "additional settings" and a dialog box will appear. Go to the "files" tab then click add and choose the aovspawns-output file. You will now be able to see exactly where the spawners are. They will show only the first 3 mobs, so it could be possible those spawners spawn other mobs as well.
What are AoAs and how do I get them?
AoAs are artifacts of assimilation and can be gotten the same way as treasures of tokuno. See this link for more details and a listing of each artifact:
Lessers
Greaters
how does the gauntlet work here?
Things work slightly differently in terms of how artifacts are distributed, and there are also a few custom artifacts.
See this link for more details:
list of doom artifacts
What are demitel artifacts?
These are usually rather valuable artifacts that can drop off any of the Demitel bosses.
See these links for more details:
List of artifacts
List of demitel bosses
Can I attack PKs in non felucca facets?
No, you cannot attack them and they cannot attack you. However if they die, they can be freely looted.
Is there any special commands I should know about?
There are a few custom ones that will make the game more enjoyable. View the command thread to see them or type [help.
What are masterpiece resources and weapons?
Masterpiece weapons are special weapons with points. Using special resources, you can add properties of your own chosing to power up your weapon.
http://www.uovalor.com/forum/viewtopic.php?t=1285
What are other things I should be aware of?
I try my best to keep this forum up to date with customs and other help documents:
http://www.uovalor.com/contentdb/
What kind of things are considered when coding?
We are two devs with lot of experience in coding, and not copy and paste masters like some other shards. Our main concern when coding is making the code modular for it to be used in other similar situations without having to reproduce it. (by using OOP techniques) Also we ensure it is server efficient, and that it can't crash. Security is also a big factor, we ensure it cannot be exploited.
In-game related things are also considered, like is it too hard or too easy, or too overpowered, etc.
I see posts about bugs and crashes, how can you say your code is of good quality?
We are humans, but here is the difference between us and other shards. Lot of other shards won't want to mention bugs, and some will even neglect to fix them. When we find a bug we jump on it right away and fix it before putting anything else new. We also tend to take update breaks to simply go around and fix minor issues that were marked as low priority.
What you get is a very high quality code base unlike any other shards, not even the official RunUO shards themselves can par to our quality.
How many servers does it take to run AoV?
Right now, just one for the shard itself. However, the web hosting is on a separate server and TC1 is also on another separate server. You can login to either the live or TC1 shard using one of these two login servers:
login.uovalor.com (prefered)
tc1.uovalor.com
How much does it cost to run this infrastructure?
The cost is about $100/month for the dedicated server. The hosting is $20/month but is used for other sites run by me as well and google ads cover that cost. TC1 does not cost anything to run as it is in my house.
I am trying to use uoam but cannot find it online
Try to download it from here:
http://www.onykage.com/forum/viewtopic.php?f=18&t=89
This is a setup done by one of our members to make it easier to get and install.
Does the server have a routine restart AKA Server Wars?
There is no scheduled restart, but we have a system to push updates on a "as needed" basis which will trigger a restart. There is normally a 30 minute notice and this usually happens in the evening (eastern time). Normally, we try to not restart often but after a major update, or for events, it is possible to get a restart per day for a week or so. A restart normally takes no more than 2 minutes then the shard is available again.
Archived topic from AOV, old topic ID:441, old post ID:2377
Revised: Sept 24 2011
This is a general FAQ covering various topics and holding some resources for your enjoyment here at AoV. This saves from having too many stickies.
How do I connect?
See the guide here:
http://www.uovalor.com/razorconfig.php
What are the rules here?
See the rule thread here: http://www.uovalor.com/forum/viewtopic.php?t=331
Is there a page with server stats?
Right here: http://www2.uovalor.com/stats/reports.html
How many [nnn] items are on the server?
Check here: http://www2.uovalor.com/objects.txt
This list updates once a day during the shard backup job
Where can I find [nnn] creatures?
Download this file: aovspawners-output.map and put it in the same folder as UO Auto Map. This is not real-time but I try to keep it updated often enough.
To load it, open UOAM and right click anywhere and choose "Map" from the menu then choose "additional settings" and a dialog box will appear. Go to the "files" tab then click add and choose the aovspawns-output file. You will now be able to see exactly where the spawners are. They will show only the first 3 mobs, so it could be possible those spawners spawn other mobs as well.
What are AoAs and how do I get them?
AoAs are artifacts of assimilation and can be gotten the same way as treasures of tokuno. See this link for more details and a listing of each artifact:
Lessers
Greaters
how does the gauntlet work here?
Things work slightly differently in terms of how artifacts are distributed, and there are also a few custom artifacts.
See this link for more details:
list of doom artifacts
What are demitel artifacts?
These are usually rather valuable artifacts that can drop off any of the Demitel bosses.
See these links for more details:
List of artifacts
List of demitel bosses
Can I attack PKs in non felucca facets?
No, you cannot attack them and they cannot attack you. However if they die, they can be freely looted.
Is there any special commands I should know about?
There are a few custom ones that will make the game more enjoyable. View the command thread to see them or type [help.
What are masterpiece resources and weapons?
Masterpiece weapons are special weapons with points. Using special resources, you can add properties of your own chosing to power up your weapon.
http://www.uovalor.com/forum/viewtopic.php?t=1285
What are other things I should be aware of?
I try my best to keep this forum up to date with customs and other help documents:
http://www.uovalor.com/contentdb/
What kind of things are considered when coding?
We are two devs with lot of experience in coding, and not copy and paste masters like some other shards. Our main concern when coding is making the code modular for it to be used in other similar situations without having to reproduce it. (by using OOP techniques) Also we ensure it is server efficient, and that it can't crash. Security is also a big factor, we ensure it cannot be exploited.
In-game related things are also considered, like is it too hard or too easy, or too overpowered, etc.
I see posts about bugs and crashes, how can you say your code is of good quality?
We are humans, but here is the difference between us and other shards. Lot of other shards won't want to mention bugs, and some will even neglect to fix them. When we find a bug we jump on it right away and fix it before putting anything else new. We also tend to take update breaks to simply go around and fix minor issues that were marked as low priority.
What you get is a very high quality code base unlike any other shards, not even the official RunUO shards themselves can par to our quality.
How many servers does it take to run AoV?
Right now, just one for the shard itself. However, the web hosting is on a separate server and TC1 is also on another separate server. You can login to either the live or TC1 shard using one of these two login servers:
login.uovalor.com (prefered)
tc1.uovalor.com
How much does it cost to run this infrastructure?
The cost is about $100/month for the dedicated server. The hosting is $20/month but is used for other sites run by me as well and google ads cover that cost. TC1 does not cost anything to run as it is in my house.
I am trying to use uoam but cannot find it online
Try to download it from here:
http://www.onykage.com/forum/viewtopic.php?f=18&t=89
This is a setup done by one of our members to make it easier to get and install.
Does the server have a routine restart AKA Server Wars?
There is no scheduled restart, but we have a system to push updates on a "as needed" basis which will trigger a restart. There is normally a 30 minute notice and this usually happens in the evening (eastern time). Normally, we try to not restart often but after a major update, or for events, it is possible to get a restart per day for a week or so. A restart normally takes no more than 2 minutes then the shard is available again.
Archived topic from AOV, old topic ID:441, old post ID:2377