Rappelz 9.4 cannot connect to server Error

09/29/2023 17:06 InarusX#1
Hello everyone,

I have a small challenge here that I can't fix. I am able to log in with the username, but when I click on the name of the server, I get an error message: "Cannot connect to server."

Can anyone help me fix it, please?
09/29/2023 22:01 ThunderNikk#2
Did you run the start commands in the auth window after the gameserver was running?

start_service

and

set game.open_external 1
09/29/2023 23:02 InarusX#3
I found the issus, it was IP adress in Auth fils!
thank you so much!!!


But now i don't know why insert_item don't work too?
09/29/2023 23:54 ThunderNikk#4
Character permission 100?

If it is then it might be the syntax of your command for what you are trying to insert.
09/30/2023 00:14 InarusX#5
For me buffs work perfectly but item is not working

i give some examples :
for buff : #add_state(1005,10,3000,"Atif") and its working when i use it in CaptainHerlockServer

but for item : #insert_item(102424, 1, 1, 1, 2, "Atif") . for this is not working
09/30/2023 02:30 crazybaby00#6
Before you can utilize the powerful commands in the game, you need to set permission level 100 in your character's player database. Once this is done, you can execute commands in the game by using "/run" at the beginning of the command, followed by the rest of the command < insert_item(102424, 1, 1, 1, 2, "Atif")>. fully >>>/run insert_item(102424, 1, 1, 1, 2, "Atif")<<< Once you've completed these steps, the corresponding item will be available in your inventory.
09/30/2023 19:08 ThunderNikk#7
Yeah use /run in the chat window insert item is known to not work in the server window.
10/01/2023 01:15 InarusX#8
Thank you so much ThunderNikk !
And i found the solution :

1 - Go to "CaptainHerlockServer" Chat box;
2 - Type the command #sv("permission",100,"YourCharName")
3 - Go to the chat box of the game and try ex: /run insert_item(101102, 1, 10, 1, 2, "YourCharName")


i hope this will be helpfull

PS : You need to do the same thing each time you login.
10/01/2023 13:45 ThunderNikk#9
Set your character permission to 100 in the database

Then you are a full time GM

Buffs were working because you used the console window GM chat commands only work when you are a GM Using the SV command is why you have to repeat it.
10/03/2023 00:05 InarusX#10
Thank you so much ThunderNikk its work perfectly!