Search results

  1. Doing it correctly (administrating Ultima Online shard).

    Hello everyone, I have a question for server administrators. The reason I closed my server was that I didn't know how to mediate with all the players. I firmly believe that it's a fun server for both PVP and PVM, and it's bug-free. I wanted to keep everyone happy, but whenever I made...
  2. Visual studio error compiling (static Main).

    Just need a bit of help. After clean my solution using Visual studio (only custom scripts),and cleaned some older cs files,now im getring this issue when i try to compile using Visual Studio: The program does not contain a suitable static 'Main' method for an entry point Scripts Any idea...
  3. Focus skill missing.

    Hello,where is the file containing the skills gump located? I just missing Focus skill from the gump,no Focus skill in any group,there is a pic:
  4. Ultima Online Everlast definitive opening.

    UOEverlast is opening doors these days. (More info soon,just thinking on host location). Shard description: -Expansion: SA downgraded to ML. -No imbuing/No gargoyles. -Player caps: 1 account per IP. 1 house per account. 700 skillcap/ 225 statcap. -Skill training difficoult: Hard. -Fresh start to...
  5. Trying to activate a teleporter based on date and hour.

    Hello guys im trying to activate a dungeon entrance by day and hour,ill tryed that: public void Activated() { DayOfWeek wk = DateTime.Today.DayOfWeek; if (wk == DayOfWeek.Saturday && DateTime.Now.Hour == 22) { return true...
  6. Way to try locate lag problem?Need help! 30/40 players server.

    Hello guys,first off: Server specs: Repo 56.1 (some custom scripts). Host: Servidor E3-SSD-1-32 - Xeon E3-1245v2 (4c/8th) - 32GB DDR3 1333 MHz - SoftRaid 2x480GB SSD / 250mb real bandwich (download/upload). Operating system: Windows server 2012 standard edition...
  7. Tryng to do an extra spawn in Doom,after DF,need help!

    Hello! Im trying to do a new spawn chance based after kill the dark father,and this is the code im using: GauntletSpawner sp1 = CreateSpawner("DarknightCreeper", 491, 456, 473, 432, 417, 426, true, 473, 412, 39, 60); GauntletSpawner sp2 = CreateSpawner("FleshRenderer", 482, 520...
  8. Ultima Online Everlast.(ML experience).

    What is UO Everlast?UO Everlast is an Ultima Online server based on Mondain's Legacy era,providing a pure ML experience with some features added like: Miners,lumberjackers,fishers,player versus player,and player versus monster monthly rankings with prices for the first three players on the...
  9. Script check if internet connection is ON.

    Hello!Im reading in google about C# and still looking for a internet connection check script,i find this script,and load fine,but dont know how to do the call from another one.Someone have the knowdelegde and help?Thank you. Script: using System ; using System.Runtime ; using...
Back