RunUO Community

This is a sample guest message. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Resource icon

Player Vendor Search 1.0

No permission to download
Intro

RunUO Vendor Search is a library consisting of C# and Html/Javascript that exposes a webservice on your RunUO server that returns Player Vendor items in json format. The webservice supports queries including simple + and - operators. Paging is also supported. Results are displayed in a grid format and you can also view the vendor location on an in-place uo map.

Installation

The directories in the cs folder must be dropped into your Scripts directory. The contents of the web directory will need to included in a location that is available to your webserver. The webservice + client use JSONP so the client and webservice/server do not have to run on the same domain.
In vendor-grid.js there is a url property that will need to be updated to match the server url. By default both the client and server are set to use port 2595.
The server side port can be modified in HttpServer.cs.
This library includes a minimal Http Server that can support other web services. Other Handlers must extend the Handler class and implement the abstract methods. Extra Handlers can be added in the ServerStarted method of HttpServer.
Author
IN_Rob
Downloads
47
Views
561
First release
Last update
Rating
0.00 star(s) 0 ratings
Top