Search results

  1. What size resolution do you use?

    What size resolution do you use in the client?
  2. Supported HTML?

    Is there a way to change the font size in AddHTML for gumps?
  3. What size resolution do you use?

    What size resolution do you use in the configuration panel of the client and what size resolution is your monitor?
  4. A work around for changing gump button color?

    Anyone know of a workaround for changing the color of gump buttons? 1585208421 I figured it out. I was able to put an AddImage right over the top of it and the button still worked.
  5. Spellbook Sounds...

    Anyone know the sound id for the spellbook when you turn a page?
  6. Changing an Item's flags...

    In LOSBlocker.cs the flags of the id was changed with TileData using this: TileData.ItemTable[0x21A2].Flags = TileFlag.Wall | TileFlag.NoShoot; TileData.ItemTable[0x21A2].Height = 20; I'm trying to take an item and use it as a container. The TileFlag enumerator has every flag the client uses...
  7. Is there any way to...

    Have the server force the client to automatically target an item or mobile?
  8. LastTarget

    is there a way to set the client's last target?
Back