Search results

  1. demented

    Iron Beetle

    I know this old ,But Has any updated this script that wouldnt mind sharing? thisis the Line I'm Having Trouble with: BaseOre ore = Mining.System.Construct(res.Types[0], null) as BaseOre;
  2. demented

    ADvanced Archery

    NP, Having Tested it yet, but Idid get it compile
  3. demented

    MultiLingist

    demented submitted a new resource: MultiLingist - Learn new Langos Read more about this resource...
  4. demented

    MultiLingist 2017-05-01

    Learn new Langos requires PlayerMobile Edit ..how to make Edit Included Great For RPG Shards
  5. demented

    ADvanced Archery

    demented submitted a new resource: ADvanced Archery - Advanced, Archery Read more about this resource...
  6. demented

    ADvanced Archery 2017-05-01

    Advanced Archery by Lucid all credit to him I justported it over to workon ServUO 54 newest svn
  7. demented

    Converting From TimeSpan to DateTime

    ok I got some warning msgs outa the way and some error just down To Daat Control Center Gump... Error Msg am working on after ready some weblinks Only Modifing I did was to Animal Tamer But was Already set to TimeSpan everything I reverted Back to TimeSpan, easier then convertying to...
  8. demented

    Converting From TimeSpan to DateTime

    ok I reverted everything back from DateTime to the original TimeSpan Now Here is my errors Any ideas? not sure what I'm missing
  9. demented

    Converting From TimeSpan to DateTime

    Hello All, I'm trying to convert the new Bod System and Venders From TimeSpan to DateTime to work with FS-Gen Taming and am Baffled and a little overwhelmed too say the least.I did borrow some code from the BOD revamp release, but I still keep getting errors pls help. see Attached for scripts...
  10. demented

    Small error

    Sorry Pyro is more Knowledgable Than I,I too am just learning this TimeSpan to Datetime stuff myself and how it all works heh... @PyrO is it maybe to convert TimeSpan like what firefox is needing TimeSpan from seconds to minutes? instead of +59)/60, -59/60?
  11. demented

    Small error

    Code Example: #region Bulk Orders public override BODType BODType { get { return BODType.Smith; } } public override Item CreateBulkOrder(Mobile from, bool fromContextMenu) { PlayerMobile pm = from as PlayerMobile; if (pm != null &&...
  12. demented

    Damage Calculation

    did you check AOS.cs?
  13. demented

    Small error

    I was Just glad I could Help you further along firefox yep, think you need the ts,but Again I would look at some example code to help.
  14. demented

    Damage Calculation

    Start in BaseWeapon.OnHit(Mobile attacker, IDamageable damageable, double damageBonus) BaseRange.OnHit is For Bows
  15. demented

    Small error

    No, Just Below the string.Format public override void OnSingleClick(Mobile from) { // XmlAttach TimeSpan TemporaryQuestObject tempo = (TemporaryQuestObject)XmlAttach.FindAttachment(this, (TemporaryQuestObject)); TimeSpan Expiration = TimeSpan.Zero; if (tempo != null) {...
  16. demented

    Small error

    you also need to define TotalMinutes like this.. int totalMinutes = (totalSeconds + 59) / 60; totalMinutes.ToString());
  17. demented

    Small error

    try changing the return type to Expiration... return Expiration;
  18. demented

    Small error

    it has to be before Temporary see code again I finaly kinda got it right this time.You got Expiration above that Snippet it doesnt know what Expiraton is in the above code.
  19. demented

    Small error

    Some thing Like this I think public override void OnSingleClick(Mobile from) { TimeSpan Expiration = TimeSpan.Zero; ///////////////////------------------------------XMLTEMPORARY------------------****************//////// TemporaryQuestObject tempo =...
  20. demented

    Small error

    What does Expiration == ? TimeSpan Expiration = TimeSpan.Zero;

Active Shards

Donations

Total amount
$0.00
Goal
$1,000.00
Back