ClassicUO / classicuo-web

MIT License
13 stars 4 forks source link

🧙 [Shard Request] - Regisfall #69

Closed knightrage closed 1 month ago

knightrage commented 1 year ago

Shard Name

Regisfall

Shard admins

unk69

Shard Logo

https://regisfalluo.com/wiki/images/1/1e/Regisfall.png

Shard Discord

https://discord.com/invite/AGqGw7c

Shard Region/Country

CA

Shard ip/port

regisfall.ddns.net, 2593

Shard description

Welcome to Regisfall, we are an Ultima Online shard based on a modified version of Teiravon, one of the longest running roleplay shards in the UO community. Featuring a diverse race and class system with experience based leveling, custom scripted abilities, a custom map, and a player driven economy. Our goal is to provide UO Roleplay fans with a highly upgraded and enhanced "spiritual successor" to the Teiravon shard. Regisfall includes significant modifications/additions to the world map, new core features such as crafting plans and subclasses, as well as countless quality of life updates and bug fixes. Come make the world your own or just get lost in our world of Regisfall.

Shard type

Other

Shard era

ML

What customisations does your shard currently have?

Assets (modified UOP/MUL etc), Custom ClassicUO client

Link to shard files

http://regisfall.ddns.net/Regisfall.rar

Version used for the basis of you shard files

6.0.1.1

List of modified UO assets

map0.mul
statics0.mul
staidx0.mul
tiledata.mul
cliloc.enu
art.def
art.mul
artidx.mul
gumpart.mul
gumpidx.mul
anim.idx
anim.mul
body.def
bodyconv.def
sound.mul

ClassicUO Customisations

Main customization of CUO is a mod to WeightMax in PacketHandlers.cs to add extra for the camping skill:

` ushort campingbonus = 0;

                        foreach (Skill skill in World.Player.Skills)
                        {
                            if (skill.Name == "Camping")
                            {
                                campingbonus = skill.ValueFixed;  

                                if (skill.ValueFixed >= 1000)
                                    campingbonus += 200; 
                            }
                            else
                            {
                                continue;
                            }
                        }

                        ushort strbonus = (ushort)(World.Player.Strength * 3);
                        if (strbonus > 750)
                            strbonus = 750;

                        World.Player.WeightMax = (ushort)((strbonus + 50) + (campingbonus / 2));`

Comments/Requests

No response

Code of Conduct

jabinb commented 1 month ago

Hi @knightrage, we're closing this issue as we're moving to a new process, can you please continue your shard application via this link: https://play.classicuo.org/shard-management/shard-application?fromIssue=69

Please note your shard will need to be accessible for us to add it to the list.

If you no longer need/want to list your shard feel free to ignore.