Search results

  1. 13440130

    I'd like to ask you about the choice of death zone.

    edit m.MoveToWorld(new Point3D(5703, 639, 0), this.Map); to m.MoveToWorld(new Point3D(5703, 639, 0), Map.Trammel);
  2. 13440130

    How initially lock all skills for gain?

    CharacterCreation.cs try add code newChar.Hunger = 20; //ADD newChar.Skills[SkillName.Alchemy].SetLockNoRelay(SkillLock.Locked); newChar.Skills[SkillName.Alchemy].Update()...
  3. 13440130

    How initially lock all skills for gain?

    Do you mean that it is not allowed to gain skill growth through default methods?
  4. 13440130

    Skill increases as a quest reward.

    MondainsLegacyQuests cant do this You need to try other task systems
  5. 13440130

    I have a question about setting up the Teleporter item.

    int statto = m.RawStr+m.RawDex+m.RawInt; if (statto < m_Required)
  6. 13440130

    I have a question about setting up the Teleporter item.

    try edit Skill sk = m.Skills[m_Skill]; if (sk == null || sk.Base < m_Required) to int sktotal = m.SkillsTotal/10; if (sktotal < m_Required)
  7. 13440130

    Allow only custom clients to connect to my ServUO server

    Besides the mobile version, there are also PC versions available
  8. 13440130

    Allow only custom clients to connect to my ServUO server

    This is for my own use. To connect to my server, I must use the ClassicUO that I have modified, and other clients and auxiliary logins cannot. Pay attention to the directory of the phone, which is different from the original directory path. Of course, I can't log in to other servers with this...
  9. 13440130

    Allow only custom clients to connect to my ServUO server

    The meaning is to add verification code in ServUO and ClassicUO. If the verification code in ClassicUO is consistent with ServUO, it is allowed to connect to the server. If it does not match, it cannot connect to the server, and even the page where the server is selected cannot be seen
  10. 13440130

    Allow only custom clients to connect to my ServUO server

    You can try a combination of ClassicUO and Servuo. MobileUO is also good because it is essentially ClassicUO
  11. 13440130

    I have a question about the magic properties.

    m_WeaponDamageTable[attacker].m_Damage, 0, 100, 0, 0, 0); SpellHelper.Damage(this, target, damage, 0, 100, 0, 0, 0); 100 Equal to 100% Fire attribute 0, 100, 0, 0, 0 phy,fire,cold,pos,en
  12. 13440130

    GMtool-Chinese transplant

    你是这个软件的作者啊,这个东西很不错,但是他的功能对于现有的版本来说比较落后了。而且他只能支持官方原版的client,不支持第三方客户端,比如classicuo,orionuo 你可以在游戏里输入[helpinfo查看有哪些命令
  13. 13440130

    Individual stat cap

    playermobile.cs return Math.Min(base.Str, StrMaxCap); to return 500;
  14. 13440130

    Skill growth when putting on a thing (cap 100 tactics) + 10 tactics = 110

    AOS.cs ObeyCap = true to ObeyCap = false
  15. 13440130

    UO OpenAI Project

    o_O
  16. 13440130

    Custom Game Size Window

    I use CUO https://www.servuo.com/threads/how-about-this-function-is-it-practical.14497/post-86470
  17. 13440130

    Custom Game Size Window

    Or OrionUO client OrionUO
  18. 13440130

    Paragon under Felucca,trying to not spawn in ChampionRegion.(SOLVED)

    public static bool CheckConvert(BaseCreature bc, Point3D location, Map m) { if (!Core.AOS) return false; if (Array.IndexOf(Maps, m) == -1) return false; //EDIT Region reg = Region.Find(location...
  19. 13440130

    Quest Markers

  20. 13440130

    Quest Markers

    I tried

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back