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

[10.95 + Cast] [TFS 1.2] Custom modifications V2

Same here, have this error:

string(183) "SELECT `a`.`secret` AS `secret`, `za`.`secret` AS `znote_secret` FROM `accounts` AS `a` INNER JOIN `znote_accounts` AS `za` ON `a`.`id` = `za`.`account_id` WHERE `a`.`id`='1' LIMIT 1;"
(query - SQL error)
Type: select_single (select single row from database)

Unknown column 'a.secret' in 'field list'
 
There is bug when you have less cap than item_weight*2 and move item to other backpack it disappears.
Anyone knows how to fix this?
 
I'm using this engine in my server
Currently in test mode, so all rates are very high.

fardosot.no-ip.org

The only important bug I have at the moment is the one with items disappearing when you are below a certain cap.
 
Could someone tell me how to enter the system wtih critical hits, mana leech etc.? I need only change items.xml and movements.xml? I do everything as it is written, but it does't work.
 
Hi guys, i've tryed to insert account manualy by xamp, did this method works? , because i cant loguin in game in any account that i've create.. i dont want to build a site to create account its just a local server for me , can some one give a way ?
 
How can I change client version to 10.98? I change this:
C++:
static constexpr auto CLIENT_VERSION_MIN = 1095;
static constexpr auto CLIENT_VERSION_MAX = 1095;
static constexpr auto CLIENT_VERSION_STR = "10.95";
to
C++:
static constexpr auto CLIENT_VERSION_MIN = 1095;
static constexpr auto CLIENT_VERSION_MAX = 1098;
static constexpr auto CLIENT_VERSION_STR = "10.98";

and when i try to login i have debug :(
 
How can I change client version to 10.98? I change this:
C++:
static constexpr auto CLIENT_VERSION_MIN = 1095;
static constexpr auto CLIENT_VERSION_MAX = 1095;
static constexpr auto CLIENT_VERSION_STR = "10.95";
to
C++:
static constexpr auto CLIENT_VERSION_MIN = 1095;
static constexpr auto CLIENT_VERSION_MAX = 1098;
static constexpr auto CLIENT_VERSION_STR = "10.98";

and when i try to login i have debug :(
idk but try this
static constexpr auto CLIENT_VERSION_MIN = 1095;
to
static constexpr auto CLIENT_VERSION_MIN = 1098;

so final should be

Code:
static constexpr auto CLIENT_VERSION_MIN = 1098;
static constexpr auto CLIENT_VERSION_MAX = 1098;
static constexpr auto CLIENT_VERSION_STR = "10.98";
 
Any reason the Spawn system doesn't work...?

It says its supposed to spawn the monsters even if you are on the screen right?

I tested this, made some monster spawns in RME, made them very fast too. I go to the spawn and kill the monsters and sit there for 10+ minutes(longer than the spawn time) and nothing happened. No monsters spawned until I left the spawn.

Do you gotta do something to enable this?
 
Hi guys! Is there a way to use Slavi Dodo's gamestore in OTClient?
 
Is it possible to take this cast system and reproduce in TFS 1.3 by copying and pasting?
Will it work with OTClient?
 
Is it possible to take this cast system and reproduce in TFS 1.3 by copying and pasting?
Will it work with OTClient?
code is old, when I say old I mean that new tfs got some structural changes and maybe its not going to work just by c/p, anyways this cast system is the djarek's one and its deprecated (not working correctly)
 
Back
Top