• 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!

[8.7] The Forgotten Server v0.2.9 edited (r1)

Status
Not open for further replies.

ruda

Member
Joined
Jul 4, 2008
Messages
164
Reaction score
15
Location
Brazil
I got Talaturen's permission to post this.

last update: r1 (26/01/2011)

This is my TFS 0.2.9 edited, with some features:
-Black skull system
-Orange skull system
-Guild wars system
-Bless system fixed

IMPORTANT: This is only the .exe file. You will need the files from the original TFS 0.2.9 to get it working correctly.
All the explanations are in the README file, which is very clear and straight.

Since I got some stuff from TFS 0.3/0.4 and I really don't care about credits to myself, the credits goes all to TFS team, mainly Talaturen, who is updating TFS 0.2 and doing a really great job.

PLEASE, all bugs/errors that are not related to the features above, use this topic to ask for help.

New ideas and bugs reports are really welcome.
 

Attachments

  • theforgottenserver-v0.2.9-win32gui.7z
    1,001.3 KB · Views: 1,265 · VirusTotal
  • theforgottenserver-v0.2.9-win32console.7z
    997 KB · Views: 745 · VirusTotal
  • sources.7z
    299.7 KB · Views: 824 · VirusTotal
great that you made your own war system as far as i see in sources :p
 
Last edited:
Very thanks for you. I would like to request for you mayby then you have time could include field absorbs in items.xml to firewalker boots i be very thankfull.
 
Is ATM the war system commands??, or i need add it to talkactions.xml ??
 
Little correction in the SQLite structure. Delete the tables `player_orange` and `guild_wars` (if you added it) and add this:

Code:
CREATE TABLE player_orange ( 
    player_id INTEGER     NOT NULL DEFAULT (0),
    killer_id INTEGER     NOT NULL DEFAULT (0),
    time      INTEGER  NOT NULL DEFAULT (0) );

CREATE TABLE guild_wars ( 
    id          INTEGER      PRIMARY KEY NOT NULL UNIQUE,
    guild_id    INTEGER      NOT NULL,
    enemy_id    INTEGER      NOT NULL,
    guild_score INTEGER      NOT NULL DEFAULT (0),
    enemy_score INTEGER      NOT NULL DEFAULT (0),
    date        INTEGER  NOT NULL DEFAULT (0),
    winner      INTEGER      NOT NULL DEFAULT (0),
    status      INTEGER      NOT NULL DEFAULT (1) );
 
What a wonderful release! I'm glad they let you post this!

Red
 
This is really nice! Glad there are more programmers to commit their times towards the community.
I'm just starting my first CIS classes, so maybe I could get there eventually!

PS: Your avatar picture is throwing me off, I don't exactly know what you're trying to show us there; is it a real goatee? is it a tumor?
I'm not trying to make fun of you, I'm just curious :p
 
i'm planning more updates, stay tuned...

@Lostboy
HAHAHAHAHAHAHAAHAHAHAHAHAHAHAHA
it's my finger man kkkkkkkkkk
 
i'm planning more updates, stay tuned...

@Lostboy
HAHAHAHAHAHAHAAHAHAHAHAHAHAHAHA
it's my finger man kkkkkkkkkk

Oh, oh, oh I see it now, you're pointing at us.
Though it looks like something gray is growing out of your chin, then some tumor coming out of the right side of your chin. Took me awhile, but it was awkward.
 
uhm, should I add war-commands anywhere? because it doesn't work, nothing happens
 
uhm it crashed after 5-10 minutes, why? with original version I didnt have any crashes
 
why dont u guys add a mod folder so who got the tfs 0.3.6 and got mods can copy them from there to here o_O
 
Status
Not open for further replies.
Back
Top