Recent content by Celestial

  1. Celestial

    Spawning Stealable Items

    Try removing the "/" after The Journal if the Unknown Scholar?
  2. Celestial

    MrRiots - Season of the Witch package

    There is a bit of a syntax issue with the "WolfTrappedInACrystal", there was a bad copy/paste with the EaglePet in place of where it should say WolfPet.
  3. Celestial

    Tutorial For "How To Change"

    To move player houses [area interface Target two opposing house corners and pull up the properties menu of the house, find "House Foundation" on first gump. You can simply chose "move to target" and it will move the entire contents. If the house is empty you can open the house foundation's...
  4. Celestial

    Ilutzio's Quest Creator

    I've only recently been using that. In this instance the player will not be able to do the quest again. In the past I've used an if/else type of message to allow a quest to be completed only once by tagging the account if X item has already been turned in. In this instance the player will...
  5. Celestial

    Ilutzio's Quest Creator

    public override bool DoneOnce { get { return true; } } Give that a try.
  6. Celestial

    Basic Xmlspawner help

    I thought he was operating with an older version.
  7. Celestial

    Basic Xmlspawner help

    Orc/<gold/100> You are missing the command ADD and the decimal number to tell the spawner the percentage of chance for the item to drop. Orc/ADD,1.0/<Gold/Amount/100> Also try adding the Amount. Be sure to use capitals were noted.
  8. Celestial

    Basic Xmlspawner help

    Orc/ADD,1.0/<gold,100> Try that. if that doesn't work try <gold/100>
  9. Celestial

    Medium Pond with Bridge

    Celestial submitted a new resource: Medium Pond with Bridge - Medium sized pond with a bridge. Water and the lily pads with candles are animated. Read more about this resource...
  10. Celestial

    Medium Pond with Bridge 2021-08-25

    Medium sized pond with a bridge. Water and the lily pads with candles are animated.
  11. Celestial

    Bubbling and Bloody Medusa Fountains

    Celestial submitted a new resource: Bubbling and Bloody Medusa Fountains - Two new fountains one innocent and the other murderous. Read more about this resource...
  12. Celestial

    Bubbling and Bloody Medusa Fountains 2021-08-06

    Two fountains, both are 4x4 tiles. Originally I intended one for use in Felucca and one for Trammel. However the Bloody one would also make an excellent edition to any Halloween or pvp Events.
  13. Celestial

    Fairy Tree

    Celestial submitted a new resource: Fairy Tree - Beautiful Lighted and Large Read more about this resource...
  14. Celestial

    Fairy Tree 2021-02-15

  15. Celestial

    In need of Commands

    Maybe you need [add item 1234 (item number) or [add static 0x1234 (with hex number)?
Back