[Help Thread] Please post your questions here.

07/20/2015 19:22 cece1812#4936
@Skeeny, the problem of the spaces isn't because the code is working when i past it on my server.

@Raskim, thanks for your source code, i will try to work on. But even if i look the file : "Pegasus Rappelz_2015-07-20 19.txt", the file isn't update when i paste a command but it is when i write something (like "bonjour" : 2015-07-20 19:11:43 9720 0 3 444222 0 223713 19199 0 0 kurochiara Test bonjour)
This is whyt i don't understand where the line is written or if i didn't configure correctly my gameserver.opt.
For information : I run GS, AuthServer, Chatlog, LogServer and on my gameserver.opt i was these lines :
S log.chat.ip:127.0.0.1
T:log.chat.working:1
T:log.working:1
07/20/2015 19:54 TheOnlyOneRaskim#4937
Quote:
Originally Posted by cece1812 View Post
@Skeeny, the problem of the spaces isn't because the code is working when i past it on my server.

@Raskim, thanks for your source code, i will try to work on. But even if i look the file : "Pegasus Rappelz_2015-07-20 19.txt", the file isn't update when i paste a command but it is when i write something (like "bonjour" : 2015-07-20 19:11:43 9720 0 3 444222 0 223713 19199 0 0 kurochiara Test bonjour)
This is whyt i don't understand where the line is written or if i didn't configure correctly my gameserver.opt.
For information : I run GS, AuthServer, Chatlog, LogServer and on my gameserver.opt i was these lines :
S log.chat.ip:127.0.0.1
T:log.chat.working:1
T:log.working:1
Paste this into the Gameserver.opt
Code:
S log.port:4516
S log.chat.port:4520
S log.chat.ip:127.0.0.1
S log.ip:127.0.0.1
N log.working:1
N log.chat.working:1
The run the Logserver and then the gameserver.

Normally the LogServer should create now the Logfiles
07/21/2015 00:58 cece1812#4938
Thanks Raskim, everything is working pretty good ;) I will work on your tool so :p
07/21/2015 09:26 SeevanXT#4939
Quote:
Originally Posted by thndr View Post
Step 2 and step three cover creating security login users for the databases other than "sa"

It is fairly easy to become lost on it if you are not familiar with SQL but if you can configure the user "sa" then you should be able to create and configure other users.

I am sorry you are running into so much difficulty with your German clients and your "umlauts" but if you use an 8.1 client you will be able to work with the unstable files you are trying to work with.
THX for help me out but now i have the problem get fix ii.
I have now the right Resource (but atm I dont know what is)


Now i have another Problem

im work on a Custome Dungeon and now i need a Protal to Teleport in and out of the Dungeon.

but i dont know how can find it.

Know anyone in what DB is this and a ID from annyone Dungeon Portal?
07/21/2015 13:51 colonelx#4940
how to prevent player to use an item on some places ?
is there any way ?
07/21/2015 15:05 Sherock#4941
T:game.monster_pathfinding:1
T:game.monster_wandering:1

what are these ?
07/22/2015 19:08 nimoht#4942
Quote:
Originally Posted by Sherock View Post
T:game.monster_pathfinding:1
T:game.monster_wandering:1

what are these ?
Hy , i think it's the settings used to prevent monsters go out the walls.
07/22/2015 21:35 Sherock#4943
Quote:
Originally Posted by nimoht View Post
Hy , i think it's the settings used to prevent monsters go out the walls.
if i don't want them go out the walls , what the values ?
07/23/2015 18:59 nimoht#4944
1 enabled
0 disabled

I THINK , Not 100% sure , but after 8.2 official add new system for this and in 9.1 server files , there is this rows.

T:game.monster_pathfinding = 1 : check monster position.
T:game.monster_pathfinding = 0 : no check monster position.

T:game.monster_wandering = 1 : monster not fixed , move in his area.
T:game.monster_wandering = 0 : monster fixed , no move in his area.

in db monster resource , there is an column 'is_wandering' for set on/off the function monster by monster but i think, not check this, if you put in game.opt T:game.monster_wandering : 0 , all monsters are fixed.
07/24/2015 09:08 アルカード#4945
This is error i get when i try to add item (wings) to sql


Msg 8114, Level 16, State 5, Line 5
Error converting data type varchar to numeric.

if anyone can help me send me pm of your skype i add you please :D
07/24/2015 12:54 Sherock#4946
Quote:
Originally Posted by nimoht View Post
1 enabled
0 disabled

I THINK , Not 100% sure , but after 8.2 official add new system for this and in 9.1 server files , there is this rows.

T:game.monster_pathfinding = 1 : check monster position.
T:game.monster_pathfinding = 0 : no check monster position.

T:game.monster_wandering = 1 : monster not fixed , move in his area.
T:game.monster_wandering = 0 : monster fixed , no move in his area.

in db monster resource , there is an column 'is_wandering' for set on/off the function monster by monster but i think, not check this, if you put in game.opt T:game.monster_wandering : 0 , all monsters are fixed.
i can use these rows for 7.3 ?

because i have problem in my local which is the monsters go out of Dungeons
07/24/2015 17:28 nimoht#4947
Quote:
Originally Posted by Sherock View Post
i can use these rows for 7.3 ?

because i have problem in my local which is the monsters go out of Dungeons
i think no ; at my knowledges this system is only after 8.2.
you can test it and post the return :-).
if no, the more easy way is by set is_wandering : 0 in all rows you want in dbo.monsterresource in your server = all this mobs don't move after spawn = don't go out the walls :-).

Quote:
Originally Posted by needsellfast View Post
This is error i get when i try to add item (wings) to sql


Msg 8114, Level 16, State 5, Line 5
Error converting data type varchar to numeric.

if anyone can help me send me pm of your skype i add you please :D
you have an error in your sql request; can you post it ?
07/24/2015 21:16 TheOnlyOneRaskim#4948
Quote:
Originally Posted by nimoht View Post
i think no ; at my knowledges this system is only after 8.2.
you can test it and post the return :-).
if no, the more easy way is by set is_wandering : 0 in all rows you want in dbo.monsterresource in your server = all this mobs don't move after spawn = don't go out the walls :-).



you have an error in your sql request; can you post it ?
You sir, failed hard. Game.skip_loading_attribute:0 and game.monster_pathfinding:1 will prevent monster to walk out of the map. Game.collision_check:1 will prevent outside spawns
07/25/2015 01:04 nimoht#4949
Quote:
Originally Posted by TheOnlyOneRaskim View Post
You sir, failed hard. Game.skip_loading_attribute:0 and game.monster_pathfinding:1 will prevent monster to walk out of the map. Game.collision_check:1 will prevent outside spawns
thanks for the info Raskim , i say : i think because of really not sure.
07/25/2015 05:24 colonelx#4950
how to prevent player to use an item on some places ?
is there any way ?