• 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.6] OTServ 0.6.4 STABLE

Does anyone know any solution to my problem above? I know it may be simple but I have checked and the code should work unless there is something I do not know about. Thanks.

Try: doPlayerSay(cid, sound, 16)
 
Warning: session_start() [function.session-start]: open(C:\xampp\tmp\sess_95l8ljpl6udm2agm119gm4sdh1, O_RDWR) failed: No such file or directory (2) in C:\xampp\htdocs\Gesior-for-OTServ-master\install.php on line 17

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at C:\xampp\htdocs\Gesior-for-OTServ-master\install.php:17) in C:\xampp\htdocs\Gesior-for-OTServ-master\install.php on line 17

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\xampp\htdocs\Gesior-for-OTServ-master\install.php:17) in C:\xampp\htdocs\Gesior-for-OTServ-master\install.php on line 17

Warning: Unknown: open(C:\xampp\tmp\sess_95l8ljpl6udm2agm119gm4sdh1, O_RDWR) failed: No such file or directory (2) in Unknown on line 0

Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:\xampp\tmp) in Unknown on line 0
 
so there is no acc creator login? it loaded great. it just that.
 
"
----
-- SQL type
-- options: mysql, sqlite, odbc or pgsql
sql_type = "mysql"

-- SQL connection part
sql_db = "otserv.pdb"
-- "otserv" -- use this for MySQL/PgSQL
-- "Your Source" -- ODBC

-- Additional connection settings for mysql, pgsql and odbc
sql_host = "localhost"
sql_port = 3306
-- 5432 -- use this port for PgSQL
sql_user = "*******************" database username?
sql_pass = "************************" database password?
----
"

Comment the first line in SQL conncetion with these:--, and uncomment the one under.
As following:
-- SQL connection part
--sql_db = "otserv.pdb"
sql_db = "otserv/your database name" -- use this for MySQL/PgSQL
-- "Your Source" -- ODBC
 
I've noticed that this distro doesn't have /clean or any real clean function.
How hard would it be to add this through actions, globalevents or npcs, since I have a problem with my VC so I can't compile any sources.
 
Back
Top