• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

How to set a 9.6 server to account manager?

sepjoao

New Member
Joined
Jan 5, 2013
Messages
6
Reaction score
1
Sorry guys, I'm like V-E-R-Y noob to OTServers, I only had one with 8.6 version. Since I'm VERY NOOB, I couldn't apply the website to a RL Map OTS, or apply TFS to a RL Map OTS or even configure a pre-made RL Map (which was supposed to be all setup, I think it was bugged) to the website...
As I don't even know where to start asking, to simplify things I would only like to know if there is how to do an old style OT, with 1/1 account manager (the in-game manager) in 9.x versions. Probably not because of that MySQL and SQLite bullshit (I really don't know anything about these stuff), but I'd still like to know...
When I tried to apply (by myself, couldn't find such thing anywhere) the RL Map to TFS I downloaded here (MysticSpirit 9.6), I had alot of 'duplicate uniqueId' errors, and the monster didn't load properly too.
Sorry for my inexperience, I'm just new to all these things, I use to only download, change some things and put my servers online only to me and some mates have fun, and that's what I wanna do again :p

Cheers!
- J.
 
Anyone who would help this fellow would also help me. I would really like to know how to change certain aspects of my current Account Manager (the scripts involved, in my case), so if somebody could tell him how to set one up, I could possibly use that information to deduce the location of the master script or whatever controls his chat functions and such. I don't like just using somebody's original scripting on the Account Manager, I feel as if I'm stealing and I can't customize what I would like to.
 
PHP:
INSERT INTO `players` VALUES (1, 'Account Manager', 1, 1, 1, 0, 150, 150, 0, 0, 0, 0, 0, 110, 0, 0, 0, 0, 0, 0, 0, 50, 50, 7, '', 400, 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, 0, 10, 10, 10, 0, 0);

It is for creating account manager
 
You have to execute it as a SQL Query. If you're using SQLite go to Tools > Execute SQL, and execute the above query. But if you're using website is better use character samples instead of account manager.
 
Back
Top