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

The Forgotten Server v0.2 (Mystic Spirit)

Status
Not open for further replies.
On server its publiqued for 7 post... On please im think in... On server -.- please!!
 
does anyone know why getThingFromPos wont work anymore or is it just me
 
yalahari outfit is weird u like wear both at the same time its fucked up people wearing it they can dupe no fuckin joke try it
 
I don't know if this is right thread to post, but ill try ;p I realy want to add command in talkactions "!changesex"(characters can change their gender) but i have no idea how to script it :S I searched all around and couldnt find any script, maybe some1 has the gender change sscript?
Thanks.
 
Hi,

I have got a small question.
This is a script, and I want to know if it's possible to make this one to the new shopmodule Oo, by just changing shopmodule value="1" or do I have to do this via .lua?

<parameters>
<parameter key="module_shop" value="1"/>
<parameter key="shop_sellable" value="crossbow,2455,150;bow,2456,130"/>
<parameter key="shop_buyable" value="crossbow,2455,360;bow,2456,200;spear,2389,20;poison arrow,2545,18;bolt,2543,3;arrow,2544,2"/>
</parameters>
 
Last edited:
I compiled TFS with TF Dev-Cpp v2.2!

Links:
Code:

-O1
-lboost_regex
-lboost_system
-lgmp
-lluasql_mysql
-lluasql_sqlite
-llua5.1
-lmysql
-lsqlite3
-lwsock32
-lxml2
-lmysql
-lws2_32
-s

C++ compiler:
Code:

-D__USE_MYSQL__
-D__USE_SQLITE__
It was ok until i opened .exe file. I saw error :
Testing SQL connection... > ERROR: Unknown sqlType... terminating!

Anyone could help me ?
thanks.
 
I compiled TFS with TF Dev-Cpp v2.2!

Links:
Code:



C++ compiler:
Code:


It was ok until i opened .exe file. I saw error :
Testing SQL connection... > ERROR: Unknown sqlType... terminating!

Anyone could help me ?
thanks.

Check if the sqlType is correct in config.lua
 
Code:
[23/12/2008  17:46:58] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[23/12/2008  17:46:58] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[23/12/2008  17:46:58] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[23/12/2008  17:46:58] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[23/12/2008  17:46:58] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[23/12/2008  17:46:58] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[23/12/2008  17:46:58] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[23/12/2008  17:46:58] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[23/12/2008  17:46:58] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[23/12/2008  17:46:58] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[23/12/2008  17:46:58] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[23/12/2008  17:46:58] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[23/12/2008  17:46:58] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield

The new movements file doesn't seem to be correct, usually it's left-hand / right-hand, but now it has been changed to shield?

-edit-
Worked with original TFS .exe downloaded from here, but not with the compiled one. =O
 
Code:
[23/12/2008  17:46:58] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[23/12/2008  17:46:58] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[23/12/2008  17:46:58] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[23/12/2008  17:46:58] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[23/12/2008  17:46:58] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[23/12/2008  17:46:58] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[23/12/2008  17:46:58] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[23/12/2008  17:46:58] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[23/12/2008  17:46:58] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[23/12/2008  17:46:58] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[23/12/2008  17:46:58] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[23/12/2008  17:46:58] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield
[23/12/2008  17:46:58] Warning: [MoveEvent::configureMoveEvent] Unknown slot type shield

The new movements file doesn't seem to be correct, usually it's left-hand / right-hand, but now it has been changed to shield?

-edit-
Worked with original TFS .exe downloaded from here, but not with the compiled one. =O
for me it works by compiling latest patch.
 
please could someone tell me how i can change the create item command so i can make 8.4 items
 
Status
Not open for further replies.
Back
Top