Recent content by Chucl

  1. Chucl

    Greetings and Salutations

    haiii
  2. Chucl

    where are ContextMenuEntry defined?

    thank you
  3. Chucl

    where are ContextMenuEntry defined?

    hello im trying to add a new ones and i would like to name them, where are the number 6201,6202.. etc defined? if ( Alive && InsuranceEnabled ) { list.Add( new CallbackEntry( 6201, new ContextCallback( ToggleItemInsurance ) ) )...
  4. Chucl

    Making Tents houseregion?

    is there an example or code that i can check, i really dont know how houseregions are made, ive been checking houseplacementtool but i dont understand how it works
  5. Chucl

    How to know the Hue of a tile on centred?

    hey @SeifUO and @Spectre thanks for the reply, we figured it out, the ''$'' was missing, we had to put that character before the hue number,thanks guys
  6. Chucl

    Centred+ tile height problem

    im using centred+, i put the tile then use the wheel mouse to increase the height and the tile became black
  7. Chucl

    Centred+ tile height problem

    so how do it ''connect'' those tiles so the issue goes away?
  8. Chucl

    Centred+ tile height problem

    Hello im using centred, whenever i want to change tile height it appears BLACK, what im missing? the tile has strechable flag if the surface is not flat the tile appears black. ---------------------------------------------- some tiles doesnt appear black, others do, whats the diference...
  9. Chucl

    Warning: 0x40000070: Amount changed for non-stackable

    I get that error in console, this is the item: public class Torn : Item { [Constructable] public Torn() :this(1) { } [Constructable] public Torn(int amount) : base( 0x05ED ) { Name = "Screws"...
  10. Chucl

    Hi! And Happy new year!

    hi
  11. Chucl

    Players dying while polymorph issue

    the bodyvalue that im using is 9999 if (from.Body == 9999) { if (from != null && !from.Female) from.BodyValue = 400; else from.BodyValue = 401; } i also added this to Corpse.cs if...
  12. Chucl

    Players dying while polymorph issue

    hellooo lets say a player is polymorphed into Bear, if he dies his corpse is also bear form, isthere a way to set the itemid of the corpse to Human?? using runuo 2.2
  13. Chucl

    Hello, and Merry Christmas

    Uo ♥
  14. Chucl

    How to make item wide? so it blocks more tiles

    hello i made a wall, put it into the uofiles, gave it flags : Graphic: 0x05EE (1518) Height/Capacity: 20 Weight: 255 Animation: 0 Quality/Layer/Light: 0 Quantity: 0 Hue: 0 StackingOffset/Unk4: 0 Flags: Wall, Impassable, NoShoot, ArticleA anyone knows how to make it to block few tiles? do i...
  15. Chucl

    Xmlspawner cuts entries

    Paste, then surf few pages and close the gump, check if it still happens where do you paste the lines from? try from a notepad
Back