Search the Community

Showing results for tags 'json'.



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. Both SQL and JSON are used in WurmUnlimited, for those wanting to learn how to work with them a good resource is W3Schools.com as they are free, and teach both of those along with many other programming aspects, mostly web oriented. Just be aware that WurmUnlimited for the most part uses Java, NOT JavaScript (except the aforementioned JSON of course) which is a completely different thing. Of the 2 they only teach JavaScript there so while it may be interesting it won't help you do too much modding here.
  2. Merchant Exporter

    I made a little Node.js script that exports all merchants and their inventory to a JSON file. It can be used to display merchants inventories on a webpage, or in an external application. If you want, give it a go and let me know what you think! Suggestions are welcome. The script: https://github.com/woubuc/wu-merchant-exporter (see the Readme for information on how to use it) Example output from my local test server: https://gist.github.com/woubuc/33a2a5d5bcec8ce078a7 If there are any bugs, feel free to create an issue or submit a PR. Note: I have only tested this with a couple of merchants on a local creative test server. I don't know how resource-hungry the script will be when used on a busy server, so be careful.