Giter VIP home page Giter VIP logo

runuo.t2a's Introduction

RunUO.T2A/Epshard

All credits for the hard work goes to people behind RunUO, and to Grimoric. Grimoric's T2A RunUO is the very best ready to go T2A era UO emulator.

This fork is a hobby shard affectionately called Época de Paz 2, after Época de Paz shard, my first contact with coding a long time ago.

I fixed a few minor things, like Magincia Moongate, some messages, a missing skill check for Resist Spells gain, but on the other hand I changed quite some things that made the server less T2A accurate: difficulty cap in stats gains, different difficulty for Healing skill gains, guarded Minoc Town Mines, custom timers for stuck menu, corpse decay, house decay (off), a few player only made/obtained items are now sold by vendors to make the game more enjoyable if there is no live economy, etc.

How to start, as simples as it gets (Windows 7+)

This will probably work the same for any RunUO/ServUO startings.

  • Inside RunUO folder execute Compile.bat
  • After done, execute RunUO.exe. Follow instructions, have in hand UO installation path (you can edit at RunUO\Scripts\Misc\Datapath.cs)
  • Accept Firewall permissions. To connect use razor directed to 127.0.0.1 , port 2593

How to start your world

  • [UOAMVendors (Create most vendors, just a few are wrong. Magincia, Cove banker... may fix someday)
  • [DoorGen (Create most doors. Guard outpost doors are missing, and a few others... may fix someday)
  • [TelGen (Create teleporters, that connects world regions, dungeons, etc)
  • [SignGen (Create world signs. Roads, shops, ways, etc)
  • [xmlimportmap Data\Spawners\Monsters (Monsters, wild life, town life, etc)
  • [MoonGen (Create Moongates)

How to let people in the server

  • If you are under a router you will need to create a rule (search for NAT, Virtual Server, etc in you router configuration) that directs 2593 port (TCP protocol) to the local address of the PC running RunUO.
  • Open RunUO\Scripts\Misc\ServerList.cs and change Address = null; null value to your IPv4 public address.
  • Provide people you want in your public IP address, and it should work.

A little help to get you going with adjustments, if you want to

  • Server name: Scripts\Items\Misc\ServerList.cs edit the string part of ServerName
  • Guarded Regions: RunUO\Data\Regions.xml
  • Stats cap: Server\Mobile.cs m_StatCap = 225 (more than one line to change)
  • Skills cap: Server\Skills.cs m_Cap = 7000 (more than one line to change)
  • Corpses decay timer: Scripts\Items\Misc\ Corpse.cs and DecayedCorpse.cs m_DefaultDecayTime m_BoneDecayTime m_DefaultDecayTime (DecayedCorpse.cs)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.