• 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!
  • 2026 staff recruitment is open! Check it out and consider applying!

changed my source from 8.60 to 8.70

Elgenady

Veteran OT User
Joined
Aug 5, 2011
Messages
1,683
Solutions
36
Reaction score
388
i changed my source from 8.60 to 8.70 but have alot bugs in forgottenl.s3b need it for 8.70
2eatg1t.jpg

anyone can help me in it please @Limos
 
If you don't know how to upgrade well your source, don't do it, there is already 8.7 made with all files, just try to find it -.-
i upgrade it but this my first time work in 8.70 so don't know anything about it i just need split for 8.70 and i will learn how to work in 8.70
 
In schemas/sqlite.sql you can look for the column incase you don't know how it's supposed te be added.
The column lookmount (for sqlite) looks like this: "lookmount" INTEGER NOT NULL DEFAULT 0

Then to add columns, use
Code:
ALTER TABLE "tablename" ADD
After ADD the column. So it will look like this.
Code:
ALTER TABLE "players" ADD "lookmount" INTEGER NOT NULL DEFAULT 0

You can do the same thing for other missing columns.
 
i fixed it used other mysql and its k now i need to know how to make mount quests and how i can make mount bouns need know alot things about 8.70 im use 0.4 r4175
 
Last edited:
Back
Top