Search results

  1. FrostyBoi

    Mining.cs Help

    oh okay thank you very much
  2. FrostyBoi

    OWTLR 4.0 LargeBOD.cs error

    Thank you all for helping me but I have just upgraded to a newer version of servuo instead of using runuo which has made this work
  3. FrostyBoi

    I don't want moongates from XML

    Hey this is my last thread for tonight but I am needing help with the XML Spawner. I don't want to spawn moongates because I already have a moongate system. what commands do I do to get rid of them? I also don't know what forum to post this too
  4. FrostyBoi

    OWTLR 4.0 LargeBOD.cs error

    alright well thank you anyways :)
  5. FrostyBoi

    OWTLR 4.0 LargeBOD.cs error

    I have been using Visual studio and Notepad++ im also running on Runuo so I might have to upgrade to Servuo
  6. FrostyBoi

    OWTLR 4.0 LargeBOD.cs error

    ok so I added another "}" and I got this error: Scripts: Compiling C# scripts...failed (1 errors, 0 warnings) Errors: + Engines/BulkOrders/LargeBOD.cs: CS1518: Line 281: Expected class, delegate, enum, interface, or struct CS1518: Line 294: Expected class, delegate, enum, interface, or...
  7. FrostyBoi

    OWTLR 4.0 LargeBOD.cs error

    public void EndCombine(Mobile from, object o) { if (o is Item && ((Item)o).IsChildOf(from.Backpack)) { if (o is SmallBOD) { SmallBOD small = (SmallBOD)o; LargeBulkEntry entry = null; for (int i = 0; entry == null && i < this.m_Entries.Length; ++i) { if...
  8. FrostyBoi

    OWTLR 4.0 LargeBOD.cs error

    Hey so I have been messing around with OTWLR trying to get it to work. at first I had the basic error people seem to be getting but after that error I received this: Scripts: Compiling C# scripts...failed (1 errors, 0 warnings) Errors: + Engines/BulkOrders/LargeBOD.cs: CS1513: Line 278: }...
  9. FrostyBoi

    Custom ingot error

    ah okay well I found the problem this morning. I didn't add in the new resource into resourceinfo.cs because I forgot.
  10. FrostyBoi

    Mining.cs Help

    oh alright that would make sense to me
  11. FrostyBoi

    OWLTR 4.0 issue

    What did you do to fix this?
  12. FrostyBoi

    Custom ingot error

    So as I said in a previous thread, I'm a noob when it comes to coding and I got this error that I can't seem to find a solution for Errors: + Items/Weapons/BaseWeapon.cs: CS0117: Line 3597: 'Server.Items.CraftResource' does not contain a definition for 'Platinum' +...
  13. FrostyBoi

    Mining.cs Help

    oh okay thank you Oh the first link doesn't describe the 2nd and 3rd number column but I figured out the cliloc number so now im stuck on the other numbers
  14. FrostyBoi

    Mining.cs Help

    I know I am using runUO but this might apply to ServUO aswell. I am trying to add custom ingots into my shard though I am a newbie at coding in general. I am currently stuck in the Mining.cs script where it has these lines of codes: res = new HarvestResource[] { new HarvestResource(...
Back