Search results

  1. Chucl

    grapevines

    Its easy to debug those problems, add Console.WriteLine("1"); then Console.WriteLine("2"); and so on add it between lines then check console, to see where it reachs, then theres the issue before that line i feel like its either m_NextHarvest = DateTime.UtcNow; or the ItemID
  2. Chucl

    Level System Extreme

    maybe you are missing using Server.Engines.XmlSpawnerExtMod; ?
  3. Chucl

    Checking the playermobile inside GetProperties method?

    Thank you very much juzzver, i had to do it in a different way (im using Runuo) so the ''Mobile m'' part was giving me a small error if ( RootParentEntity is Mobile ) { Mobile holder = (Mobile)this.RootParent; XmlValue tanke =...
  4. Chucl

    Checking the playermobile inside GetProperties method?

    is there a way to check for a playermobile inside that method? i know how to check the parent mobile, but the custom property will only show up if the player is wearing the armor BaseArmor.cs public override void GetProperties( ObjectPropertyList list ) {...
  5. Chucl

    Whats this chance means?

    int DestroyChance = Utility.Random(3); if (DestroyChance > 0) // Success {
  6. Chucl

    Looking for items in first backpack level?

    Item vendaitem = from.Backpack.FindItemByType(typeof(Hides)false); Like that?
  7. Chucl

    Looking for items in first backpack level?

    I know how to look for items, but it looks whole backpack, is there a way to look for first level items? and avoid those inside containers? thanks
  8. Chucl

    Checking if player moved in the last 10 min?

    Anyone? thank you , im kidna lost btw im using Old Runuo 2.2
  9. Chucl

    Hi all

    hello
  10. Chucl

    Level System 3 - Rerelease

    Not sure if this is a bug, while in party if a party member is dead, the EXP still split, is there a way to fix that? Line 12, i know theres a check if party member is alive, but this bug still happening if (give > 0) { #region PartyExpShare if (p...
  11. Chucl

    Level System 3 - Rerelease

    i got it working on runuo, thank you
  12. Chucl

    Level System 3 - Rerelease

    this will not work with runnuo right?
  13. Chucl

    I swear I'm not a bot

    i think he might be a bot
  14. Chucl

    How to display a different History string for each mobile?

    Ah, well the mobiles are BaseCreature so i just have to store it there i guess, thank you so much. Btw is not logging speech, its a custom strings i wanted to add to a gump for each mobile then it can be loaded and check later. I added the code i pasted, to BaseCreature and every BaseCreature...
  15. Chucl

    How to display a different History string for each mobile?

    Then somewhere inside the mobile i add a string, everything works fine, what i want to do is to each mobile has his own string history If i spawn 2 mobiles they both share the same gump & strings, not sure if i explain myself good enough
  16. Chucl

    How can i add a basefont color to this string?

    Line.Add(string.Format("[{0}]<basefont color=white{1}>{2}<basefont color=white> " ,System.DateTime.UtcNow.ToString("HH:mm:ss]"+" "+"[d/M/y"), (Config.AutoColoredNames ? (item.Name.GetHashCode()>>8).ToString() : "FF8033"), Utility.FixHtml(" test,"+"...
  17. Chucl

    Train Package

    great work!! have you in mind making wagons?
  18. Chucl

    Displaying current month in a string?

    System.DateTime.UtcNow.ToString("HH:mm:ss]"+" "+"[d/m/y") [ The /d/m/y part displays the day, the minutes and the year, how to display the current month?
  19. Chucl

    Level System Extreme

    searching for world values was giving lag issues?
  20. Chucl

    Looking for items around, we randomly pick one

    that was the issue yes, thank you so much

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back