Search results

  1. Jeremaster

    How do I set a variable to a random value?

    Check out Set Variable -> Numeric Actions -> Set to Random Number
  2. Jeremaster

    More Game Settings (such as Enabling Spawn Eggs)

    I can't confirm if 100% of these are doable, but I think these would fit nicely as Game Actions.
  3. Jeremaster

    How do I change a block to a different block with just code?

    Check out the Game Action block and look under the Block Manipulation category. The Set Block action lets you change a block; the Set Region action lets you set a whole region at once.
  4. Jeremaster

    [OUTDATED] Dev Blog: What's in store for the future?

    Locking this thread as the information in it is outdated; world plots are on the backburner.
  5. Jeremaster

    Patch 5.4.1

    You can submit a ticket (a request for help) here: https://mcdiamondfire.com/contact/ For the specific case of removing parts of trees outside plot borders, please include the plot ID.
  6. Jeremaster

    the problem with world plots

    World plots are not currently being worked on. As for this concern however, if a game requires a shared, editable world where users make changes that are persisted across play sessions, it will not be eligible for the multiple-copies (we call it "plot multiverse") feature. This is because it's...
  7. Jeremaster

    Which PvE game should I make? (poll)

    I would absolutely love to play any of these! Personally I vibe the most with Babylon or Warborne. To me Babylon seems like the most unique in terms of the aesthetics and enemy types. Team puzzles are also great IMO, I really like the collaboration aspect. Though with teammates you don't know /...
  8. Jeremaster

    Patch 5.4.1

    Patch 5.4.1 has been released! This is a small patch adding mostly convenience features and some missing actions. Highlights include: Negative numbers are now rounded correctly. There are now actions to manipulate lecterns. /rs works in spawn. The tab list is now sorted by rank. Game...
  9. Jeremaster

    Money variable help.

    You'll want to check If Variable (player's money) >= (price) before going through with the purchase. Here's an official DF tutorial on creating a shop system btw:
  10. Jeremaster

    DiamondFire's 7-Year Anniversary

    Hello everyone! It's DiamondFire's 7 Year Anniversary! The server has grown a lot in the past year. To those of you who are new this year, welcome! To those of you who have been here since nearly the beginning, a very special thanks to y'all. We wouldn't be here today without you! Special...
  11. Jeremaster

    How Do I Change The Glow Color Of A Player?

    You can view code information using HelpBot's ?code command in the Discord server. The information displayed is the same as what's in-game if you hover over the code action in the menu.
  12. Jeremaster

    Locations

    Check out Set Variable: Shift Location on Axis.
  13. Jeremaster

    Black Friday Sale

    Update: The sale has concluded. Thank you to everyone who supported the server! BLACK FRIDAY IS HERE From now until 11:59PM Friday (PST): All ranks are 75% OFF. This makes Overlord $25 or less! All plots and boosters are 50% OFF. This makes basic plots just $1 apiece! There is also a Special...
  14. Jeremaster

    Is there a Black Friday sale?

    Yes! It will be a flash sale (1-2 days), and the details on the discounts will be announced this Monday.
  15. Jeremaster

    Patch 5.4 (plus a dev blog)

    Patch 5.4 I'm happy to announce that Patch 5.4 has been released! This update comes with a great new code feature. the dictionary data structure. Dictionaries hold key-value pairs, similar to tables. You can use them to store information and retrieve them with keys. With efficient lookup times...
  16. Jeremaster

    Want to play a short horror game?

    I remember playing this, it's really an incredible experience! So well-made, I definitely recommend y'all check it out.
  17. Jeremaster

    get players location

    Check out the Game Value item in the iron ingot menu, it lets you get values such as a player's location, amount of health, name, etc.
  18. Jeremaster

    ?

    Game Value: Armor Items is a list, in the order [Helmet, Chestplate, Leggings, Boots]. So to check the helmet, you'd a set a variable to Get Item at Index 1 of the Armor Items list, then you'd check If Item Equals (that variable = your desired armor item) with the Comparison tag set to ignore...
  19. Jeremaster

    Staff reply add the ability to use 2 identical events in 1 game

    The issue that arises is event priority. If you have two right-click events, which code gets run first? Given the current structure this behavior would be unpredictable; which one gets run first would not necessarily be consistent across play sessions or node restarts. For game coders, this...
  20. Jeremaster

    Creator Points Removal Test (Patch 5.3.5)

    Hello all! Something we've been thinking about a lot is: is the creator points system good for DF? Way back when I added CP I was inspired by competitive online games and figured such a framework could be adapted to DF. As time has gone on though, it seems increasingly out of place in a...
Top Bottom