Search results

  1. IanSmellios

    Smithing Press

    Well I guess I will just have to learn more to understand how to take on scripts like these.
  2. IanSmellios

    Smithing Press

    After downloading and looking at that...I was CLEARLY in WAY over my head on this one. EDIT Did that many scripts really need to be edited to get it to work?!
  3. IanSmellios

    Smithing Press

    Indeed, because to be honest, I am very lost. I just don't know where I was supposed to do what. It would probably be my lack of programming knowledge. :oops:
  4. IanSmellios

    Smithing Press

    Well I am thinking to add public override int CanCraft(Mobile from, BaseTool tool, Type itemType) { } But all that does is give me a "no suitable method to override" error.
  5. IanSmellios

    Smithing Press

    Awesome @PyrO !! Sadly I am still trying to figure out what to do.
  6. IanSmellios

    Smithing Press

    I can tell this is probably going to be one of those things that is right in my face, just slapping me SO hard. :p:confused:
  7. IanSmellios

    Smithing Press

    Thank You! And Thank You even more for not just giving me the answer as well. :D I like the actuall process of doing it, usually just need a nudge in the right direction. :p
  8. IanSmellios

    Smithing Press

    I can't thank you enough for that wall of text Moody!! I learned so much, you explained it all with great examples and detail. Now I added that and like @PyrO mentioned, it still checks if its in your pack. I am having a hard time understanding why and where it keeps checking. If you could...
  9. IanSmellios

    Smithing Press

    How would I go about making an exception for it?
  10. IanSmellios

    Smithing Press

    Has anyone made that yet? I planned on doing all 4 (Sewing Machine, Smithing Press, Spinning Lathe & Bow Stringer)
  11. IanSmellios

    Smithing Press

    Okay I did this public override void OnDoubleClick(Mobile from) { if (from.InRange(this, 1) && from.CanSee(this)) { base.OnDoubleClick(from); CraftSystem system = CraftSystem; CraftContext context =...
  12. IanSmellios

    Smithing Press

    Okay so now I added. base.OnDoubleClick(from); Here public override void OnDoubleClick(Mobile from) { if (from.InRange(this, 1) && from.CanSee(this)) { base.OnDoubleClick(from); Now with that I can use it in my pack and if...
  13. IanSmellios

    Smithing Press

    Okay now with this, when I put on the ground it says it must be in my pack. When I put it in the pack it says "This is too far away" I removed my edits to the BaseTool.cs as well. SmithingPress.cs using System; using Server.Engines.Craft; namespace Server.Items { [Flipable(0x9AA9, 0x9AA8)]...
  14. IanSmellios

    Smithing Press

    Thank You, will give that a try.
  15. IanSmellios

    Smithing Press

    I am trying to make the Smithing Press work as a Smith Hammer. I have it working, I am just now trying to figure out how to make the press be usable not in the pack(house, smith shop etc.). I changed the OnDoubleClick() but it still says it has to be in the pack. Here is what I have got so far...
  16. IanSmellios

    Why cant i Upload ? [Deleted]

    @demented I have to upload with Internet Explorer
  17. IanSmellios

    Bio Enginering standalone

    @TheRisingPhoenyx Sent me these(files attached) because he is unable to upload to the site. for the I changed BaseBioCreature bio = new BaseBioCreature(); to BioCreature bio = new BioCreature(); Server loaded with no errors, will test...
  18. IanSmellios

    Bio Enginering standalone

    I am receiving these errors when starting server. Any idea how I could fix this? Thank You
  19. IanSmellios

    Hireable Mercenaries [Deleted]

    Well after looking for a little while I came across this link http://core.vita-nex.com/index.php/topic,28.msg55.html#msg55 The code snippet had the MountBlockReason in it so I just copy and pasted that part into my playermobiles.cs This seems to take the errors away for the MountBlockReason...
  20. IanSmellios

    Encrypted Client connects, then disconnects

    http://spherecommunity.net/ might have something that goes that low, but it has been a while since I have visited there

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back