Search results

  1. IanSmellios

    Jeff's Handler and Packet Hooking?

    I was wondering if Jeff's tutorials on Handler and Packet Hooking are still relevant? I tried doing the Handler Hooking Tutorial and it was giving me a couple of errors in Visual Studio 2015. I will post the script that you make in the tutorial I did it exactly as the tutorial said. Hopefully...
  2. IanSmellios

    Changing map rules?

    If I wanted to change the rules of the other maps to Fel rules would I make this change? In MapDefinitions.cs RegisterMap(2, 2, 2, 2304, 1600, 1, "Ilshenar", MapRules.TrammelRules); to RegisterMap(2, 2, 2, 2304, 1600, 1, "Ilshenar", MapRules.FeluccaRules); Also can I just comment out Trammel...
  3. IanSmellios

    is the "this." needed?

    I use Visual Studio 2015 and it is always telling me "Name can be simplified." on all the "this." So, can it be simplified with out breaking the other systems? I have simplified a few and nothing seems to go wrong, but I just see it a lot. I don't want to get to the point of no return. Thank...
  4. 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...
  5. IanSmellios

    Custom Regions in a Box - Cleaned Up and .net 4.0

    IanE submitted a new resource: Custom Regions in a Box - Cleaned Up and .net 4.0 - Custom Regions in a Box optimized by Tresdni. Read more about this resource...
  6. IanSmellios

    Account Vaults

    IanE submitted a new resource: Account Vaults - Shared chest between all characters on your account. Read more about this resource...
  7. IanSmellios

    Universal Storage Keys

    IanE submitted a new resource: Universal Storage Keys - Based roughly on Daat99's storage keys, these are designed to give the developer as much flexibility Read more about this resource...
  8. IanSmellios

    Trying to upload resource, getting error.

    I am getting this error when I am trying to upload a resource Any ideas? I have tried uploading it as a .zip as well and same thing. Thank You for your help.
  9. IanSmellios

    Universal Storage Key

    I am trying to get the "Clothing Hamper" to not open automatically when I drop it in my pack. Now here is a code that I changed public override bool CanUseFromPack{ get{ return false; } } to public override bool CanUseFromPack{ get{ return true; } } The clothing hamper script using System...
  10. IanSmellios

    Trash Bag With Points

    IanE submitted a new resource: Trash Bag With Points - [Bittiez] Trash Bag With Points Read more about this resource...
  11. IanSmellios

    Global Donation Box [Deleted]

    IanE submitted a new resource: Global Donation Box - Felladrin Global Donation Box Read more about this resource...
  12. IanSmellios

    Shroud of the Avatar players?

    Anyone playing it or even invested any money into it?
  13. IanSmellios

    .NET 2015 Preview: A New Era for .NET

    http://blogs.msdn.com/b/dotnet/archive/2014/11/12/announcing-net-2015-preview-a-new-era-for-net.aspx .NET Core 5 is open source on GitHub Microsoft will support .NET Core 5 on Windows, Linux and Mac. Microsoft has contributed .NET Core 5 to the .NET Foundation .NET Framework 4.6 reference...
  14. IanSmellios

    Visual Studio Community 2015 FREE(no joke)

    Visual Studio Community 2015 is free for anyone that is interested in using it.. http://www.visualstudio.com/products/visual-studio-community-vs
  15. IanSmellios

    Full Spellbook?

    Is there a "Full Spellbook" script? Or a way to just add a full spellbook?
  16. IanSmellios

    If you love your dog this might make you cry.

    Reading this article just makes you realize how much your fur baby loves you. http://distractify.com/fun/animals-fun/10-commandments-for-dog-owners/
  17. IanSmellios

    Xantho's Auction

    I am trying to get Xantho's Auction to work and this is the error I am getting. + Custom Systems/Xanthos/Auction System/AuctionItem.cs: CS0246: Line 226: The type or namespace name 'StringList' could not be found (are you missing a using directive or an assembly reference?) Here is the...
  18. IanSmellios

    Files in ServUO?

    I cannot seem to find this anywhere, I am trying to figure out what these files are and used for. Any information is Greatly appreciated! Thank You! IanE
  19. IanSmellios

    XmlPvMPoints board resetting

    I am trying to use Tresdni's PvM Points and it all works except the board resets when the server resets. Can I change that somewhere? Thanks IanE
Back