Search results

  1. Chucl

    server error

    post error
  2. Chucl

    Greetings and Salutations

    haiii
  3. Chucl

    where are ContextMenuEntry defined?

    thank you
  4. 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 ) ) )...
  5. 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
  6. 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
  7. 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
  8. Chucl

    Centred+ tile height problem

    so how do it ''connect'' those tiles so the issue goes away?
  9. 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...
  10. 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"...
  11. Chucl

    Hi! And Happy new year!

    hi
  12. 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...
  13. 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
  14. Chucl

    Hello, and Merry Christmas

    Uo ♥
  15. 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...
  16. 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
  17. Chucl

    Hello

  18. Chucl

    Fast Travel: Carriage & Ferry System

    you come up with nice ideas
  19. Chucl

    Bounty Hunter Boards and Hunter's Challenge Boards

    hello again, no i didnt modified BountySpawnGump. I get again the same errors as before with the last new basegump.cs you attached CS0241: Line 46: Default parameter specifiers are not permitted CS0241: Line 46: Default parameter specifiers are not permitted CS0241: Line 46...
  20. Chucl

    Bounty Hunter Boards and Hunter's Challenge Boards

    + Bounty Board and Hunters Board/basegump.cs: CS0103: Line 84: The name 'ColUtility' does not exist in the current context CS1002: Line 149: ; expected CS1525: Line 216: Invalid expression term '.' CS1003: Line 216: Syntax error, ':' expected CS1002: Line 216: ; expected...
Back