[Help Thread] Please post your questions here.

03/28/2025 12:09 atherounge3#8716
Hallo zusammen. Ich habe ein Problem mit NFMapEdit. Ich habe viele Versionen ausprobiert, aber keine funktioniert. Ich möchte eine Event-Area erstellen

1) Ich habe eine Event-Area mit der ID 90004 erstellt
2) Ich habe auch einen Arcadia.dbo.EventAreaResource Eintrag mit der ID 90004 und den Parametern script_enter_text und script_leave_text erstellt
3) Außerdem habe ich einen debug output im GS gemacht:

Code:
std::stringstream strMsg;
strMsg << "notice('nEventAreaID: " << std::to_string(static_cast<long long>(nEventAreaID)) << "')";
LUA()->RunString(strMsg.str().c_str());
Die ID wird überall ausgegeben, aber nicht in meiner event area, also denke ich, dass meine event area nicht existiert

----------------------

SOLUTION (InkDevil)
.nfe datei muss in beiden vorhanden sein: client und server
.nfe file has be in both: client and server
04/24/2025 22:57 wolfhelperx#8717
Hi everyone,

I'm currently trying to add WASD controls to ep7.4. I searched through Sframe.cpp but I didnt find anything. If anyone has experience with this or could point me in the right direction, I would really appreciate your help. Thank you.
04/25/2025 12:56 atherounge3#8718
Quote:
Originally Posted by wolfhelperx View Post
Hi everyone,

I'm currently trying to add WASD controls to ep7.4. I searched through Sframe.cpp but I didnt find anything. If anyone has experience with this or could point me in the right direction, I would really appreciate your help. Thank you.
Because it is not exist in 7.4

I can add make it for 200$
Also can add emblems (static/animated), custom effects, respawn pet on gmfb, pet tame, etc
04/26/2025 01:01 wolfhelperx#8719
Quote:
Originally Posted by atherounge3 View Post
Because it is not exist in 7.4

I can add make it for 200$
Also can add emblems (static/animated), custom effects, respawn pet on gmfb, pet tame, etc
Thank you for your answer but I don't need the other stuff.

After comparing with newer source I found the lines.
Particularly in "SGameWorldKeyMapping" and "SKMoveControler".
I will compare further and hopefully get it to work.

Any hints what source files are affected and needed for WASD controls to work on older epics would be appreciated :o
04/26/2025 09:07 atherounge3#8720
Quote:
Originally Posted by wolfhelperx View Post
Thank you for your answer but I don't need the other stuff.

After comparing with newer source I found the lines.
Particularly in "SGameWorldKeyMapping" and "SKMoveControler".
I will compare further and hopefully get it to work.

Any hints what source files are affected and needed for WASD controls to work on older epics would be appreciated :o
Check for
WM_KEYDOWN
WM_KEYUP
WM_MBUTTONDOWN

They are functions WinAPI standart. And you need proper way handle them
I do not know what is in source of your epic so sorry if it same already and useless advice

I do not know
You also can transfer WM_CHAR but in my opinion no one will do movement based on WM_CHAR because it is retard idea but knowing this shit coding you may be want to transfer WM_CHAR also
04/27/2025 17:30 wolfx69#8721
add me in discord darkwolx36

Quote:
Originally Posted by metastalis View Post
quiero crear mi propio serevidor :(me podrian ayudar?

Google translate

I want to create my own server, could you help me?
Quote:
Originally Posted by AdelinaABH View Post
Hello everyone!

My name is Adelina — I’ve been a long-time player of our favorite game, and recently I’ve decided to dive deeper into learning how everything works behind the scenes.

So far, I’ve taught myself a few basics by reading through the forum (huge thanks to all the amazing people who take the time to share their knowledge and experiences ��).

I’m now looking for someone who could guide me further — a mentor or just someone open to sharing advice on server development and how to properly work with game systems.

Apologies if this post comes off as too simple — I’m just really passionate and eager to learn ��

Thanks in advance!
add me in discord darkwolx36
06/06/2025 16:23 yaslam12345#8722
rappelz6.2

"I have obtained the server files version 6.2 along with the client files, and successfully set up the server. However, when I try to log in to the server using the username 'admin' and password 'admin', the login is rejected, and an error message indicates that either the username or password is incorrect. Is there a solution for this?"

guys igot a proplem when i try to sign with my id and the password it say: your password or id is incorrect pleeeez heeeeeeeeeeeeeeeeelp

Hey guys! 👋
I'm looking for an SFrame.exe for Rappelz versions 6.2, 6.3, or 7.1,
preferably without GameGuard or any protection, and supporting Arabic locale.
If anyone has a working version or a download link, please share it 🙏
Thanks in advance!
06/07/2025 00:01 ThunderNikk#8723
Please keep questions to a single thread, helps keep us or other members from having to answer them multiple times.

I answered your log in question in the old 2012 thread you posted in
06/07/2025 16:38 yaslam12345#8724
"Where is the thread? And are the links working?"
I'm looking for the SFrame version 6.3 file without GameGuard protection and with full Arabic language support.
If anyone has it or knows where I can find it, I'd really appreciate your help. Thanks in advance! ��
06/11/2025 10:27 Bomj009#8725
can someone explain why it is not possible to change the text in the game?
I change the string resource in the database, put it in the folder from the game, but nothing happens
06/11/2025 14:00 ThunderNikk#8726
Hashed the file name of the db_string.rdb?

Placed it in the client resource folder?

Are not using a newer sframe than 9.2? Newer sframes do not support the client resource folder and you will need to use a utility like Grimoire to repack the file back into the clients data files.
06/11/2025 14:27 yaslam12345#8727
"Where is the thread? And are the links working?"
I'm looking for the SFrame version6.1-6.2 or 6.3 file without GameGuard protection and with full Arabic language support.
If anyone has it or knows where I can find it, I'd really appreciate your help. Thanks in advance!
06/11/2025 19:22 Bomj009#8728
Quote:
Originally Posted by ThunderNikk View Post
Hashed the file name of the db_string.rdb?

Placed it in the client resource folder?

Are not using a newer sframe than 9.2? Newer sframes do not support the client resource folder and you will need to use a utility like Grimoire to repack the file back into the clients data files.
Frame 9.1 , my language is Russian, do I need to use ascii encoding?
I am changing a string resource in SQL to : INSERT INTO Arcadia.dbo.StringResource ("code","group_id","value") VALUES ('99000002','0','<Трейдер Менди');
there is an entry in the script: dlg_text( "@99000002")
I hash the file and send it to the client's resources :sdXwe'vmvdeHga$
And it doesn't work
06/11/2025 23:31 ThunderNikk#8729
What tool are you using to create the string rdb from the database?
06/16/2025 02:07 yaslam12345#8730
Hello, I'm looking for Arcadia Repack 1.3. If you have a working download link, please share it. Thank you!