Search results

  1. Chucl

    Item properties only displaying on a gump if im carrying the item

    I installed xanthos auction system on Runuo 2.2: The method used inside the gump script is: AddItemProperty( item.Serial); So the item properties are only shown if the item is in my backpack or im carrying it, is there a way to fix that?
  2. Chucl

    hi!

    WELCOME!
  3. Chucl

    Blacksmith gump message

    Where the file of this message? ive been checking the craft files and couldnt find it Craftgump.cs Craftitem.cs DefBacksmith.cs i thought it was the !ConsumeRes but it looks like isnt there i found messages like this one message = 502925; // You don't have the resources required to make...
  4. Chucl

    Inquiring About XMLSpawner2's XMLPoints - Any Insights?

    Xmlspawner is a great system, it come with lots of features, also you can play with attachments without editing core files ♥ To me its a must have
  5. Chucl

    Slayer vulnerability...

    How come you cant edit it? download notepad++ and open the file, you should be able to edit and save the file
  6. Chucl

    How to check the spawner of an item?

    thanks!
  7. Chucl

    Animation Aura around

    Yeah, if im not wrong, they took that anim from anim:spells:spells for some reason that anim is not there anymore, anyway, they added some transparency to that anim, then added that anim to the muls, and send it constantly as a timer, or maybe its just an item you can wear, not that hard to do.
  8. Chucl

    gold deposit....

    You welcome, i use tons of old scripts on my shard, if you encounter another problem, make a post, i might know wich script may cause it
  9. Chucl

    When doubleclicking an item, facing the direction of said item?

    Item is on the ground
  10. Chucl

    gold deposit....

    No no no, im the winner, i told you to check that script Thanks for being honorable ill share the prize with you
  11. Chucl

    gold deposit....

    Its a custom script tho
  12. Chucl

    gold deposit....

    Check if you have GameTimeGoldRewardTimer.cs
  13. Chucl

    grapevines

    so got it working? im glad!
  14. Chucl

    How to check the spawner of an item?

    Hello im using Xmlspawner, and Runuo, i know Xmlspawners can do many things I got an item that gets deleted after a player does Doubleclick i would like to change something inside the Xmlspawner right before the item gets deleted what i would like to do is to set the nextspawntime to...
  15. 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
  16. Chucl

    Level System Extreme

    maybe you are missing using Server.Engines.XmlSpawnerExtMod; ?
  17. 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 =...
  18. 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 ) {...
  19. Chucl

    Whats this chance means?

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

    Looking for items in first backpack level?

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

Active Shards

Donations

Total amount
$0.00
Goal
$500.00
Back