UO + sql

Here you can post threads requesting help on the official POL Ultima Online Emulator Core 095. Note: Core 095 is no longer officially supported.

Moderator: POL Developer

Post Reply
Krash
New User
Posts: 2
Joined: Fri Nov 28, 2008 7:09 am

UO + sql

Post by Krash »

Hi!
I'm creatin new UO server, but i'd like to connect my serv to web DB (my site 'll be on this db too). Is it possible?
If is - describe how ... in few words...


P.s. sorry about some mistakes... English is not my native.

P.p.s db is MySql
Yukiko
Distro Developer
Posts: 2825
Joined: Thu Feb 02, 2006 1:41 pm
Location: San Antonio, Texas
Contact:

Re: UO + sql

Post by Yukiko »

Do you mean you want to run a POL UO server? If so, POL does not support SQL directly. However, there is a new script submission in the custom script releases section that adds some SQL functionality to POL.
http://forums.polserver.com/viewtopic.php?f=8&t=2453

Maybe that will do what you need.
Krash
New User
Posts: 2
Joined: Fri Nov 28, 2008 7:09 am

Re: UO + sql

Post by Krash »

Yeah, thanks!

But where can i find code whitch writes items or accounts into file?
Yukiko
Distro Developer
Posts: 2825
Joined: Thu Feb 02, 2006 1:41 pm
Location: San Antonio, Texas
Contact:

Re: UO + sql

Post by Yukiko »

The world item data, accounts and character creation file IO is handled by the core and is thus not accessible. The only way I can see to access that data is to have a background process that monitors those files and writes the data to an SQL database when the files change but I am no expert so best wait for someone else who is better at programming than I.
Post Reply