Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

BPT4220 - Server/Client - New Class - Binaries

Newbie Spellweaver
Joined
Mar 13, 2019
Messages
8
Reaction score
1
what port did you change it to? error 58 means its not connecting, either through lack of web connectivity or the script is failing at some point. do some debugging on what is hitting the web server. from my experience you cant use and https ports (443/8443), i have not tried 8080 but its easier to just create a sub section on your port 80 server and direct it to that.

I moved to port 9595, it's open on my server. Do I need to set this port on some DLL?
 
Joined
Jul 24, 2006
Messages
881
Reaction score
579
I moved to port 9595, it's open on my server. Do I need to set this port on some DLL?

Clan server can be other ports (as far as im aware), but you must include these new ports in your servers hotuk.

Code:
*ENABLE_CLAN        
*CLAN_SERVER        127.0.0.1 80    127.0.0.1 80
You would change the 80 to 9595 (and the 127.0.0.1 to your server IP obviously)
 
Newbie Spellweaver
Joined
Mar 13, 2019
Messages
8
Reaction score
1
Clan server can be other ports (as far as im aware), but you must include these new ports in your servers hotuk.

Code:
*ENABLE_CLAN        
*CLAN_SERVER        127.0.0.1 80    127.0.0.1 80
You would change the 80 to 9595 (and the 127.0.0.1 to your server IP obviously)


It worked, 100%! Thanks SunnyZ ^^

About SOD, did anyone succeed?
 
Newbie Spellweaver
Joined
Mar 13, 2019
Messages
8
Reaction score
1
Hello guys! Good night!

I confess that after a few hours I realized that the problem in SOD was just lack of attention.

It is punctuating the table "SOD2RecBySandurr" normally, and the ClanSoDManager 1 P program has been activated with the correct settings.

However, at the end of the TMR comes the following error that I can not solve:

SONNENPFAD - BPT4220 - Server/Client - New Class - Binaries - RaGEZONE Forums


Clicking in detail, I have the following:
See the end of this message for details on invoking
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Data.SqlTypes.SqlNullValueException: Data is Null. This method or property cannot be called on Null values.
at Microsoft.VisualBasic.CompilerServices.LateBinding.LateGet(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack)
at ClanSoDManager.frmMain.GetClanPoint(String& strClanName)
at ClanSoDManager.frmMain.Timer_Elapsed(Object sender, ElapsedEventArgs e)


************** Loaded Assemblies **************
mscorlib
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2379
CodeBase: file:///c:/windows/microsoft.net/framework/v1.1.4322/mscorlib.dll
----------------------------------------
ClanSoDManager
Assembly Version: 1.0.2523.31371
Win32 Version: 1.0.2523.31371
CodeBase: file:///C:/PT-Server/ClanSoDManager%201%20P.exe
----------------------------------------
System.Windows.Forms
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2365
CodeBase: file:///c:/windows/assembly/gac/system.windows.forms/1.0.5000.0__b77a5c561934e089/system.windows.forms.dll
----------------------------------------
System
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2380
CodeBase: file:///c:/windows/assembly/gac/system/1.0.5000.0__b77a5c561934e089/system.dll
----------------------------------------
System.Drawing
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2327
CodeBase: file:///c:/windows/assembly/gac/system.drawing/1.0.5000.0__b03f5f7f11d50a3a/system.drawing.dll
----------------------------------------
Microsoft.VisualBasic
Assembly Version: 7.0.5000.0
Win32 Version: 7.10.6310.4
CodeBase: file:///c:/windows/assembly/gac/microsoft.visualbasic/7.0.5000.0__b03f5f7f11d50a3a/microsoft.visualbasic.dll
----------------------------------------
Accessibility
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.573
CodeBase: file:///c:/windows/assembly/gac/accessibility/1.0.5000.0__b03f5f7f11d50a3a/accessibility.dll
----------------------------------------
System.Data
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2365
CodeBase: file:///c:/windows/assembly/gac/system.data/1.0.5000.0__b77a5c561934e089/system.data.dll
----------------------------------------
System.EnterpriseServices
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2326
CodeBase: file:///c:/windows/assembly/gac/system.enterpriseservices/1.0.5000.0__b03f5f7f11d50a3a/system.enterpriseservices.dll
----------------------------------------
System.Xml
Assembly Version: 1.0.5000.0
Win32 Version: 1.1.4322.2371
CodeBase: file:///c:/windows/assembly/gac/system.xml/1.0.5000.0__b77a5c561934e089/system.xml.dll
----------------------------------------

************** JIT Debugging **************
To enable just in time (JIT) debugging, the config file for this
application or machine (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
<system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the machine
rather than being handled by this dialog.

Could someone with this specific knowledge help me? :rolleyes:

Thank you again for sharing!
SONNENPFAD - BPT4220 - Server/Client - New Class - Binaries - RaGEZONE Forums

SONNENPFAD - BPT4220 - Server/Client - New Class - Binaries - RaGEZONE Forums
 
Newbie Spellweaver
Joined
Jan 10, 2014
Messages
74
Reaction score
6
Are you sure your SQL instance is "SERVER\SQLEXPRESS"?
Verify if your DB is SODDB or SOD2DB
Verify if the SQL account and password is the same

And another thing: I think no one could make the SOD of BPT files work properly, I only could give the sod crown to a clan via "Clan sod Manager" tool by Fire
 
RZA-PT | KilroyPT
Joined
Aug 27, 2007
Messages
936
Reaction score
85
Code:
[COLOR=#666666]System.Data.SqlTypes.SqlNullValueException: Data is Null. This method or property cannot be called on Null values.[/COLOR]
[COLOR=#666666]at Microsoft.VisualBasic.CompilerServices.LateBinding.LateGet(Object o, Type objType, String name, Object[] args, String[] paramnames, Boolean[] CopyBack)[/COLOR]
[COLOR=#666666]at ClanSoDManager.frmMain.GetClanPoint(String& strClanName)[/COLOR]
[COLOR=#666666]at ClanSoDManager.frmMain.Timer_Elapsed(Object sender, ElapsedEventArgs e)

this is the error, the rest doesnt matter so much.
What its saying is that its receiving null values at clan name (and possibly at elapsedeventargs for timerelapsed)

The program has not been written in a way to handle a null value for clan name (when the character is not in a clan) OR its looking for the clanname under a different field heading that what you have in your table. without the source for the program i can't help much more than that.


jeanpm to set crown just set the the clans score in the SQL CL table, highest score gets the crown. don't need tools for that.
Sounds like BPT has a different table setup for their SOD stuff.
[/COLOR]
 
Newbie Spellweaver
Joined
Mar 13, 2019
Messages
8
Reaction score
1
Thanks Phatkone. I have 100% SOD running!

Thanks to your tip, I analyzed my database and the 'cPoint' column in the Clan.CL table was being created with default value NULL...

bPT has no InGame clan manager :/, I had to do an external manager, however I created the column with the default NULL value. To address this specific problem, and the ClanSodManager program works correctly, the cPoint column must be created with default value 0.

My server is almost complete, just a few details to correct. Thanks again for the help :)
 
Newbie Spellweaver
Joined
Nov 22, 2013
Messages
5
Reaction score
0
Does anyone know the aging chart to remove the chances of failure? my server.exe already has atk / def / abs limits higher than the player it has, but the attack on the monsters with several active premium items causes dc4
 
Newbie Spellweaver
Joined
Dec 12, 2018
Messages
13
Reaction score
0
Can I build it in Windows 10?
Can I get a file for personal use that is not for server operation purposes?

 
Newbie Spellweaver
Joined
Nov 29, 2018
Messages
6
Reaction score
2
Dear duomizzolo
Use this database script
 
Newbie Spellweaver
Joined
Dec 12, 2018
Messages
13
Reaction score
0
Please let me know how to set item drop probability, item drop probability, and experience value.The monster won't die even though the item age is 25.
Sorry for my poor English. Thank you for sharing the data.
 
RZA-PT | KilroyPT
Joined
Aug 27, 2007
Messages
936
Reaction score
85
Please let me know how to set item drop probability, item drop probability, and experience value.The monster won't die even though the item age is 25.
Sorry for my poor English. Thank you for sharing the data.

In the monster file at the bottom are the drops (item code) the item probably is a number between 0 and 10000, where 10000 is 100% drop chance.

and if item is aged 25 and top spec item/char etc theres a good chance you've pushed the damage limit and its throttled the attack.
 
Newbie Spellweaver
Joined
Dec 12, 2018
Messages
13
Reaction score
0
Thanks to you, it's worked out. Thank you for the comments.
 
Newbie Spellweaver
Joined
Oct 8, 2018
Messages
17
Reaction score
0
Hi, I have added a database of Bpt to sql of jpt. So what should I use jpt bpt for client and subfile?
 
Newbie Spellweaver
Joined
Dec 12, 2018
Messages
13
Reaction score
0
There is a sea map and item in the server file, but it cannot be created and moved to the sea map ,,, I want to create a verus item and add a map. Is it hard to learn?
 
Back
Top