Search the Community

Showing results for tags 'script runner'.



More search options

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Official Buildings
    • GM Hall
    • City Hall
    • Game News
    • Public Test Board
  • Back Streets
    • Town Square
    • Community Assistance
    • Village Recruitment Center
    • Suggestions & Ideas
    • The Creative Commons
    • Wood Scraps
  • Northern Freedom Isles
    • Harmony
    • Melody
    • Cadence
    • Northern Freedom Isles Market
  • Southern Freedom Isles
    • Celebration
    • Deliverance
    • Exodus
    • Independence
    • Pristine
    • Release
    • Xanadu
    • Southern Freedom Isles Market
  • Maintenance Buildings
    • Technical Issues
    • Server Bugs
    • Client Bugs
    • Model and Sound Bugs
    • Other Bugs and Issues
    • Wurmpedia / Wiki Maintenance
  • Wurm Unlimited
    • Unlimited Discussion
    • Unlimited Modding
    • Server Listings & Advertisement
    • Technical Issues

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Chaos


Independence


Deliverance


Exodus


Celebration


Xanadu


Release


Pristine


Epic


Cadence


Defiance


Harmony


Melody


Acc1


Acc2


Acc3

Found 2 results

  1. Here is an example using the script runner mod loader tool to make the fruit press bigger. A press that holds 45kg is much better to use then one that only holds 2kg. This does make the press larger so it will fit inside less containers ( will usualy only go in containers larger then a small barrel for the default settings supplied). This WILL NOT resize already created items. Nor will items created when it's in use be reverted if it's removed. To use this: 1. Copy the code in the white box. 2. Paste into a text editor program (notepad, wordpad, notepad++, ....). 3. Save as a something with .js extension. 4. Put that file in the appropriate folder. My path looks like: Wurm Unlimited Dedicated Server\mods\scriptrunner\scripts\ onItemTemplatesCreated. If onItemTemplatesCreated folder doesn't exists, create it. 5. specify the item you want changed with the "itemName" field. And change the x,y,z values to change its size.
  2. I don't like discovering recipes and wanted them to just be known by default. Here is a simple script runner mod to do this. I also removed all custom naming because I don't like that either. If you want to leave the naming remove the code between the two comments. To use this: 1. Copy the code in the white box inside the spoiler. 2. Paste into a text editor program (notepad, wordpad, notepad++, ....). 3. Save as a something with .js extension. 4. Put that file in the appropriate folder: Wurm Unlimited Dedicated Server\mods\scriptrunner\scripts\ onServerStarted.