[Help Thread] Please post your questions here.

09/18/2013 13:11 ThunderNikk#2536
Yet your "Instance name" (The name of your SQL server) is also arcadia6_2?

[Only registered and activated users can see links. Click Here To Register...]

Pretty sure that should be your SQL server name there not a database.
09/18/2013 17:13 virus1998#2537
Quote:
Originally Posted by thndr View Post
Yet your "Instance name" (The name of your SQL server) is also arcadia6_2?

[Only registered and activated users can see links. Click Here To Register...]

Pretty sure that should be your SQL server name there not a database.
In data source name I should Put the Server Name Not Database Name ?

Quote:
Originally Posted by virus1998 View Post
In data source name I should Put the Server Name Not Database Name ?
I try But Nothing
09/18/2013 18:10 ThunderNikk#2538
Quote:
Originally Posted by virus1998 View Post
In data source name I should Put the Server Name Not Database Name ?

I try But Nothing
Then I am not sure what you are running into. Sorry. :o
09/18/2013 20:52 Mslolita#2539
hello,

i like to know how to add for example stamina give 100% bonus exp -> to make it like 200%/300%

and how to add party exp in gameserver.opt
was it S party.exp_rate:100 ????

thanks
09/19/2013 16:47 tokesbowls#2540
Quote:
Originally Posted by Mslolita View Post
hello,

i like to know how to add for example stamina give 100% bonus exp -> to make it like 200%/300%

and how to add party exp in gameserver.opt
was it S party.exp_rate:100 ????

thanks
This is mine, Hope it helps:
F game.party_exp_rate:15
09/19/2013 17:16 ismokedrow#2541
Quote:
Originally Posted by tokesbowls View Post
This is mine, Hope it helps:
F game.party_exp_rate:15
Just a little tip me and TheBrain came across:

F game.party_exp_rate:15 = 15% increase ontop of existing rate
S game.party_exp_rate:15 = x15 increase ontop of existing rate

If I am wrong feel free to point it out.
09/20/2013 02:02 Nada92#2542
Someone help me please im going out if my mind :confused:

the Arcadia registration page is not working for me..

i have my databases on my localhost using Microsoft SQL Server Studio with "sa" username and no Password [SQL Server name is "PURE"], and here is the conf.php file code

Code:
<?php
$sql_host="127.0.0.1/PURE";
$sql_user="sa";
$sql_password="";
$Auth_db="Auth";
$md5_key="2011";
$registration = "1";
$max_accounts = "50";
?>
I use the XAMPP program on my local host, and Editing php.ini file step is already done.
Removed the ";" at these two lines extension=php_mssql.dll & extension=php_pdo_mssql.dll

Apache 2.2 service is running and MySQL as well and now when i try to use the registration form i get this freaking error :

Code:
Fatal error: Call to undefined function mssql_connect() in /.../.../.../register/index.php on line 25
Please Help, i guess its pretty easy to solve but im not any good at website development.
Thank you.
09/20/2013 02:16 ismokedrow#2543
Quote:
Originally Posted by Nada92 View Post
Someone help me please im going out if my mind :confused:

the Arcadia registration page is not working for me..

i have my databases on my localhost using Microsoft SQL Server Studio with "sa" username and no Password [SQL Server name is "PURE"], and here is the conf.php file code

Code:
<?php
$sql_host="127.0.0.1/PURE";
$sql_user="sa";
$sql_password="";
$Auth_db="Auth";
$md5_key="2011";
$registration = "1";
$max_accounts = "50";
?>
I use the XAMPP program on my local host, and Editing php.ini file step is already done.
Removed the ";" at these two lines extension=php_mssql.dll & extension=php_pdo_mssql.dll

Apache 2.2 service is running and MySQL as well and now when i try to use the registration form i get this freaking error :

Code:
Fatal error: Call to undefined function mssql_connect() in /.../.../.../register/index.php on line 25
Please Help, i guess its pretty easy to solve but im not any good at website development.
Thank you.
The mssql api is depreciated (no longer used) and is not available in php 5.2+ (this is why you are getting undefined function) you need to look into how to switch to the sqlsrv api as it replaced the mssql api.
09/20/2013 08:23 .BlackCat.#2544
Quote:
Originally Posted by Nada92 View Post
Someone help me please im going out if my mind :confused:

the Arcadia registration page is not working for me..

i have my databases on my localhost using Microsoft SQL Server Studio with "sa" username and no Password [SQL Server name is "PURE"], and here is the conf.php file code

Code:
<?php
$sql_host="127.0.0.1/PURE";
$sql_user="sa";
$sql_password="";
$Auth_db="Auth";
$md5_key="2011";
$registration = "1";
$max_accounts = "50";
?>
I use the XAMPP program on my local host, and Editing php.ini file step is already done.
Removed the ";" at these two lines extension=php_mssql.dll & extension=php_pdo_mssql.dll

Apache 2.2 service is running and MySQL as well and now when i try to use the registration form i get this freaking error :

Code:
Fatal error: Call to undefined function mssql_connect() in /.../.../.../register/index.php on line 25
Please Help, i guess its pretty easy to solve but im not any good at website development.
Thank you.
You can simply Unistall your Current Xampp and Install this one :
[Only registered and activated users can see links. Click Here To Register...]

You still need to remove the ";" as you did on the Php.ini .
09/20/2013 16:47 cece1812#2545
Hi i want to create new mob with old and increase their lvl and rates so i copy a ligne of my sql Monster.Resource of for the example SandLordKinish but when i summon it, he is invisible and cannot tab it.

If someone can explain me how to modify this.

Ty
09/20/2013 17:04 ismokedrow#2546
Quote:
Originally Posted by cece1812 View Post
Hi i want to create new mob with old and increase their lvl and rates so i copy a ligne of my sql Monster.Resource of for the example SandLordKinish but when i summon it, he is invisible and cannot tab it.

If someone can explain me how to modify this.

Ty
A couple things to remember when creating new mobs:
  • Always use a unique id
  • Always include the entry into the db_monster.rdb
  • Always restart both client/server after new entry

You will also need to have a epic appropriate rdb editor who can save the new dbo.MonsterResource entry into db_monster.rdb (I think you should look [Only registered and activated users can see links. Click Here To Register...] for rdb editor)
09/21/2013 11:18 Romentiq#2547
Hallo, i have a question

Iwould add Arena Points to my char, what is the command for that?
To add Holic Points i write /run set_huntaholic_point (100) but i dont know tha command for Arena Points.

Pls help
09/21/2013 18:36 Player95#2548
/run sv("ap", numberofAP, "charname")

PS: Trollo :D
09/21/2013 19:37 Romentiq#2549
thx
09/23/2013 18:58 Gewemx#2550
Quote:
Originally Posted by Gewemx View Post
Yop yop !!

I'm trying to create my own loal server but when I type set game.open_external 1 in the auth window... nothing happens.

I watched the german video and did the same, and nothing happened... Can you help me?
Quote:
Originally Posted by thndr View Post
Nothing will happen but it opens the server to external client connections.

You will not see a reply in the auth console.

Next time please use the help thread over necroposting in an old thread about a completely different topic.

The help thread was created for answering questions...

[Only registered and activated users can see links. Click Here To Register...]
First: Sorry, I TP my question here...

Second: On the video, when you type set game.open_external 1. You can see F1, F2... But on mine, nothing like that.

Third: When I start the launcher.bat, the game starts but after 15 sec, I have a error message about the client.