Search results

  1. Chucl

    Bounty Hunter Boards and Hunter's Challenge Boards

    Errors: + Bounty Board and Hunters Board/NewBaseGump.cs: CS0103: Line 47: The name 'x' does not exist in the current context CS0103: Line 47: The name 'y' does not exist in the current context + Bounty Board and Hunters Board/Bounty Hunter Board/BountyBoardAdminGump.cs: CS1729...
  2. Chucl

    Bounty Hunter Boards and Hunter's Challenge Boards

    sorry, i had 2 copies of your system opened and got confused, did those changes, still many errors :D + Bounty Board and Hunters Board/Basegump.cs: CS1002: Line 49: ; expected CS0103: Line 90: The name 'ColUtility' does not exist in the current context CS1002: Line 120: ...
  3. Chucl

    Bounty Hunter Boards and Hunter's Challenge Boards

    oh, got rid of lots of errors yes, still some remaining, ive never seen 'like ColUlity'' method before lol + Bounty Board and Hunters Board/Bounty Hunter Board/BountyContract.cs: CS0115: Line 321: 'Server.Items.BountyContractDeleteGump.AddGumpLayout()': no suitable method found to...
  4. Chucl

    Bounty Hunter Boards and Hunter's Challenge Boards

    those errores are from basegump.cs yes this is my gump.cs
  5. Chucl

    Bounty Hunter Boards and Hunter's Challenge Boards

    + Bounty Board and Hunters Board/Bounty Hunter Board/BountyBoardAdminGump.cs: CS0115: Line 27: 'Server.Gumps.BountyBoardAdminGump.AddGumpLayout()': no suitable method found to override CS0115: Line 84: 'Server.Gumps.BountyBoardAdminGump.OnResponse(Server.Gumps.RelayInfo)': no suitable...
  6. Chucl

    Bounty Hunter Boards and Hunter's Challenge Boards

    public static IEnumerable<T> EnumerateGumps<T>(PlayerMobile pm, Func<T, bool> predicate = null) where T : Gump //line 224 Hello massapequa Thats the line thst we dont know how to fix, one we got it fixed we will try compile again and report the errors if theres any
  7. Chucl

    Bounty Hunter Boards and Hunter's Challenge Boards

    im using runuo 2.2 its 3.5 netframework i guess, i had to edit few methods, thats the file you posted, basegump.cs it doesnt admit lines like the next one public virtual void Refresh(bool recompile = true, bool close = true) has to be : public virtual void Refresh() bool recompile = true...
  8. Chucl

    Bounty Hunter Boards and Hunter's Challenge Boards

    Errors: + Bounty Board and Hunters Board/Bounty Hunter Board/BountyBoardAdminGump.cs: CS0115: Line 27: 'Server.Gumps.BountyBoardAdminGump.AddGumpLayout()': no suitable method found to override CS0115: Line 84: 'Server.Gumps.BountyBoardAdminGump.OnResponse(Server.Gumps.RelayInfo)': no...
  9. Chucl

    Bounty Hunter Boards and Hunter's Challenge Boards

    Errors: + KUSTOM/Bounty-Board-and-Hunter-s-Board---1.0-main/Bounty Board and Hunters Board/Bounty Hunter Board/B ountySpawner.cs: CS0246: Line 58: The type or namespace name 'SpawnObject' could not be found (are you missing a using directive or a n assembly reference?) CS0246: Line 218...
  10. Chucl

    hi

    post in support area post your errors and issues in support area
  11. Chucl

    hi

    hello
  12. Chucl

    Spawning Minions

    You want it to spawn 4 zombies whenever the mob have 80% hp? check SIlvani (the champion) she spawn pixies on meleehit, this is a modified version (untested) it should spawn 2 to 4 zombies at 80% hp ,10% chance //add this double remainingHPPercentage = (double)Hits / HitsMax; //add this...
  13. Chucl

    Upgrading to .NET 4.8 for old projects

    thanks!! will try
  14. Chucl

    Trying to make a player list and order it by their attachment values

    if (orderBy == OrderBy.level) { m_List = m_List.OfType<PlayerMobile>().OrderByDescending(player => player.GetTotalLevel1()).ToList(); } CS0029: Line 87: Cannot implicitly convert type 'System.Collections.Generic.List<Server.Mobiles.PlayerMobile>' to 'S...
  15. Chucl

    Trying to make a player list and order it by their attachment values

    Ughhh i cant figure this out, the more i try the worse it gets, same as before ordering it, thanks @PyrO Trying to order a list CS0266: Line 79: Cannot implicitly convert type 'System.Linq.IOrderedEnumerable<Server.Mobiles.PlayerMobile>' to 'Sy...
  16. Chucl

    Upgrading to .NET 4.8 for old projects

    I tried to upgrade, and im getting an error: RunUO - [www.runuo.com] Version 2.2, Build 8698.21132 Core: Running on .NET Framework Version 2.0.50727 Core: Optimizing for 4 64-bit processors Scripts: Compiling C# scripts...ScriptCompiler: CS1617: Invalid option '7.3' for /langversion; must be...
  17. Chucl

    The Dream Boat

    hi otimpyre im glad you still around, thanks for your work
  18. Chucl

    Trying to make a player list and order it by their attachment values

    working!!!! thanks for your time and help, yeah i removed the foreach
  19. Chucl

    Trying to make a player list and order it by their attachment values

    var players = World.Mobiles.Values.OfType<PlayerMobile>().OrderByDescending(player => player.GetTotalLevel()).Take(3); players[0].AddToBackpack (new Gold (10000)); players[1].AddToBackpack (new Gold (5000)); players[2].AddToBackpack (new...
  20. Chucl

    Trying to make a player list and order it by their attachment values

    Pyro if you are willing to keep helping me, please can you tell me how to give different rewards for the first 3 players?, i mean how to check for the top1, the top2,the top3. I mean i can take 1, give it a reward (would be top1) , attach an attachment, called ''noreward'' take 2, give reward...

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back