Jump to content

[40250] Reference Serverfile + Client + Src [15 Available Languages]


TMP4

Recommended Posts

  • 2 weeks later...
  • Contributor
52 minutes ago, lordzokarum said:

Did anyone tried to create a user account from webpage?? the registration page will say " account created successfully" BUT you navicat >> account table will be still empty, does anyone know the solution?

The webpage probably uses an extra column. Check the insert into statement or paste here.

  • Good 1
Link to comment
Share on other sites

5 hours ago, TMP4 said:

The webpage probably uses an extra column. Check the insert into statement or paste here.

$UserID=mysqli_real_escape_string($sqlServ, $_POST["UserID"]);
$Password=mysqli_real_escape_string($sqlServ, $_POST["Password"]);
$Password2=mysqli_real_escape_string($sqlServ, $_POST["Password2"]);
$Email=mysqli_real_escape_string($sqlServ, $_POST["Email"]);
$UserName=mysqli_real_escape_string($sqlServ, $_POST["UserName"]);
$DeleteCode=mysqli_real_escape_string($sqlServ, $_POST["DeleteCode"]);
 

$exec="insert into account (Login,Password,Real_name,Email,social_id) values('$UserID',password('$Password'),'$UserName','$Email','$DeleteCode')";
mysqli_query($sqlServ, "set names big5 ");
mysqli_query($sqlServ, "set CHARACTER big5 ");
mysqli_query($sqlServ, $exec);

 

PS : same happened with metin2CMS too

Edited by lordzokarum
Link to comment
Share on other sites

On 10/18/2022 at 7:45 PM, Foxxielove said:

I tried the 4th inventory pages and it works serversided without problems but ingame its a bit strange..

equip is empty and the potts from my belt inventory shows now on the last page.

idk what I did wrong in the python scripts

 

.png

Got same problem here, did you fixed it?

Link to comment
Share on other sites

3 hours ago, lordzokarum said:

I think you have made some mistakes with the codes, it works fine for me

yes, something was wrong, i just got it fixed. Now trying to put the official system to unlock the inventories, I'm having trouble too, do you think you can help me?

 

Quote

1102 17:36:00365 :: Traceback (most recent call last):

1102 17:36:00365 ::   File "introLogo.py", line 60, in OnUpdate

1102 17:36:00365 ::   File "networkModule.py", line 177, in SetLoginPhase

1102 17:36:00365 ::   File "system.py", line 130, in __pack_import

1102 17:36:00365 ::   File "system.py", line 110, in _process_result

1102 17:36:00366 ::   File "introLogin.py", line 14, in <module>

1102 17:36:00366 ::   File "system.py", line 130, in __pack_import

1102 17:36:00366 ::   File "system.py", line 110, in _process_result

1102 17:36:00366 ::   File "uiCommon.py", line 7, in <module>

1102 17:36:00366 ::   File "uiCommon.py", line 68, in PopupDialog

1102 17:36:00367 :: AttributeError
1102 17:36:00367 :: : 
1102 17:36:00367 :: 'module' object has no attribute 'ENABLE_EXTEND_INVEN_SYSTEM'
1102 17:36:00367 :: 

 

Link to comment
Share on other sites

2 hours ago, Stoorck said:

yes, something was wrong, i just got it fixed. Now trying to put the official system to unlock the inventories, I'm having trouble too, do you think you can help me?

 

 

I did tried it too but couldnt success, and I dont know the solution, better to say I had a game compile error. But I will try again and post here if everything goes well

Link to comment
Share on other sites

  • Contributor
7 hours ago, lordzokarum said:

$UserID=mysqli_real_escape_string($sqlServ, $_POST["UserID"]);
$Password=mysqli_real_escape_string($sqlServ, $_POST["Password"]);
$Password2=mysqli_real_escape_string($sqlServ, $_POST["Password2"]);
$Email=mysqli_real_escape_string($sqlServ, $_POST["Email"]);
$UserName=mysqli_real_escape_string($sqlServ, $_POST["UserName"]);
$DeleteCode=mysqli_real_escape_string($sqlServ, $_POST["DeleteCode"]);
 

$exec="insert into account (Login,Password,Real_name,Email,social_id) values('$UserID',password('$Password'),'$UserName','$Email','$DeleteCode')";
mysqli_query($sqlServ, "set names big5 ");
mysqli_query($sqlServ, "set CHARACTER big5 ");
mysqli_query($sqlServ, $exec);

 

PS : same happened with metin2CMS too

Real_name does not exists in a default account table, so add it.

ALTER TABLE account ADD COLUMN `real_name` VARCHAR(255) DEFAULT NULL AFTER `email`;

  • Good 1
Link to comment
Share on other sites

On 11/3/2022 at 3:25 PM, lordzokarum said:

@ TMP4

Found an interesting situation. 

1. Open Character Status window (click c)
2. click on Defence increase button (the + plus button) = Defence is NOT increasing
3. click on HP increase button (the + plus button) = HP increases BUT Defence increases TOO

can anyone help??

Thanks

VIT/HP increase def but where u can status up your def? :D

Vit, Int, Str, Dex idk why u talk about def status up 

Link to comment
Share on other sites

On 11/5/2022 at 6:33 PM, Foxxielove said:

VIT/HP increase def but where u can status up your def? 😄

Vit, Int, Str, Dex idk why u talk about def status up 

maybe I have write it wrong I was meaning the stats where you can ıncrease them

@ TMP4

which offline shop do you suggest for this files??

thank you

Edited by lordzokarum
Link to comment
Share on other sites

  • Contributor
On 11/3/2022 at 3:25 PM, lordzokarum said:

@ TMP4

Found an interesting situation. 

1. Open Character Status window (click c)
2. click on Defence increase button (the + plus button) = Defence is NOT increasing
3. click on HP increase button (the + plus button) = HP increases BUT Defence increases TOO

can anyone help??

Thanks

DEX does not increase Defence, yes they're next to each other but they're completly different thing
If you hover on the DEX: "Increase attack and evasion" And those 2 are really increasing.

1 hour ago, lordzokarum said:

@ TMP4

which offline shop do you suggest for this files??

It's up to you. The one you can install / afford. I'm not running any live server, I cannot share my experience about offline shops. What's sure is if you go with a free public version, you gonna need some skill to fix bugs and patch things.

Edited by TMP4
  • Good 1
Link to comment
Share on other sites

  • Contributor
6 hours ago, lordzokarum said:

I guess I didn't express myself properly with this DEX HP DEFENCE stuff. Please look at the video you will understand

 

video explanation

 

https://vimeo.com/767985960

DEX does not incrase defence. They're nex to each other but they're completly different. It is what it has been since metin2 released.

Let me quote the tooltips when you hover them:

  • HP: "Increase Increase HP and defence" <-- works fine in your video
  • DEX: "Increase attack and evasion" <-- works fine in your video

K-perny-k-p-2022-11-07-091743.png

Edited by TMP4
Core X - External 2 Internal
  • Good 1
Link to comment
Share on other sites

3 hours ago, TMP4 said:

DEX does not incrase defence. They're nex to each other but they're completly different. It is what it has been since metin2 released.

Let me quite the tooltips when you hover them:

  • HP: "Increase Increase HP and defence" <-- works fine in your video
  • DEX: "Increase attack and evasion" <-- works fine in your video

K-perny-k-p-2022-11-07-091743.png

that happens when you not read the explanation 😄 . Thank you very very very much for your answeres

  • Good 1
Link to comment
Share on other sites

  • Contributor
1 hour ago, БlyatMAN said:

what msql version runs pecause i put the svfl on vps but homepage is not creating accounts.?

That problem is not related to that but MySQL55 and 56.

Probably your website wants to write an extra column, but that column does not exist in the account table. Check this:

 

18 hours ago, iTsShowTime said:

@ TMP4 Hey bro, do you know what's the next official patch after the one you use to this files?

 

Thanks allot

Don't know what you mean. The 40k was the last official serverside leak.

Link to comment
Share on other sites

3 minutes ago, TMP4 said:

Don't know what you mean. The 40k was the last official serverside leak.

I was whatching this topic

 

And i saw many patchs and i like to know if any of that can be apply to your files, for that I needed to know what patch the files have and from which patch I can implement it to stay as current as possible.

Link to comment
Share on other sites

  • Contributor
1 minute ago, iTsShowTime said:

I was whatching this topic

 

And i saw many patchs and i like to know if any of that can be apply to your files, for that I needed to know what patch the files have and from which patch I can implement it to stay as current as possible.

Thats only the unpacked clientside parts, mostly without the binary c++ and root part.

You can apply anything unless you code the svside and clientside binary part. They're not 1 click install.

However there are releases in this forum (free and paid too) for new systems, new dungeons etc to install easier.

  • Love 2
Link to comment
Share on other sites

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.