Search the Community

Showing results for tags 'html'.



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. I have looked everywhere but unfortunately I could not find any API for Wurm (Which I expected to be there )... It would be great if Wurm made available some sort of RESTful API from which you can retrieve account information, player information ( who's online in your village ) and all the other goodies! It could be done with a simple API key/token method which you could create in the account section. This shouldn't be much work to do as the data is already available somewhere, just make player / village data available to a player. A good example is EVE Online, which has his own API and where players have made online interfaces, apps and all sort of nice stuff with it. With this, I would like to build a web application / website for our village and would gladly release source codes for others to easily integrate this for themselves.
  2. I was just curious if this had ever been considered. I think it would help a good deal in making the game more usable as player could access the full wiki (which is a fairly comprehensive documentation set) in game and see how to make all the sub components for making things and follow hyperlinks without having to jockey windows or use multiple monitors. It would also let players better multitask when performing repetitive tasks in game. Additionally there are open source java based web browsers out there that you could probably acquire usage rights to at a nominal fee (if any) to minimize development time, such as Lobo or more commercial options such as JWebEngine.