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!

[Showcase] Point Blank Server

Status
Not open for further replies.
Newbie Spellweaver
Joined
Aug 11, 2015
Messages
55
Reaction score
16
Hi guys, today i want show my server(PBCross).
Client: Brasil(version 23)
Actual fix:
-Weapon activate and time decrease 100%
-Weapon qty 100%
-AI Mission 100% (4x8)
-DeathMatch Mission 100%(8x8)
-Bomb Mission 100%
-Eliminate Mission 100%
-Mission 10%
-Clan 50%
-Coupon effect 100%
-Title 100% (remove the correct medal ecc..)

Some screen:
G7DMxgt - [Showcase] Point Blank Server - RaGEZONE Forums


Xmwu1nR - [Showcase] Point Blank Server - RaGEZONE Forums


hFjSpW2 - [Showcase] Point Blank Server - RaGEZONE Forums


IjXOiDL - [Showcase] Point Blank Server - RaGEZONE Forums

Thanks to:
-PBDev (For base server)
-PBCross team (For all new fix)
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jul 6, 2012
Messages
96
Reaction score
6
Hi guys, today i want show my server(PBCross).
Client: Brasil(version 23)
Actual fix:
-Weapon activate and time decrease 100%
-Weapon qty 100%
-AI Mission 100% (4x8)
-DeathMatch Mission 100%(8x8)
-Bomb Mission 100%
-Eliminate Mission 100%
-Mission 10%
-Clan 50%
-Coupon effect 100%
-Title 100% (remove the correct medal ecc..)
Team PBCross






 
Last edited:
Newbie Spellweaver
Joined
Jan 24, 2016
Messages
7
Reaction score
2
Plan to release the source code some day?

Because seriously... after 4 years we don't have a single emulator that works right here ...
 
Newbie Spellweaver
Joined
Jul 6, 2012
Messages
96
Reaction score
6
Yes good job for your work !!!!
i know you Juliano Santos you work STAFF Point Blank Troll!
 
Newbie Spellweaver
Joined
Nov 18, 2015
Messages
58
Reaction score
9
Point Blank old anymore.
Piercig Blow more advanced
 
Newbie Spellweaver
Joined
Jan 24, 2016
Messages
7
Reaction score
2
The problem with Piercing Blow is that it's packets are encrypted using a public/private key pair. (I think only in the initial packets, probably for performance reasons).
 
Last edited by a moderator:
◝(⁰▿⁰)◜Smile◝ (⁰▿⁰)◜
Developer
Joined
May 29, 2007
Messages
2,167
Reaction score
899
The problem with Piercing Blow is that it's packets are encrypted using a public/private key pair. (I think only in the initial packets, probably for performance reasons).

Wrong, only the password is encrypted with a RSA pair. All other packets are just bit-shifted.
 
Newbie Spellweaver
Joined
Jun 8, 2015
Messages
44
Reaction score
19
OMG
you merge into a shared server, and they are even credits you do not record

Mission by OZ-Network
Bomb mode by OZ-Network
Eliminate Mission by OZ-Network
 
Junior Spellweaver
Joined
Nov 16, 2013
Messages
138
Reaction score
13
OMG
you merge into a shared server, and they are even credits you do not record

Mission by OZ-Network
Bomb mode by OZ-Network
Eliminate Mission by OZ-Network
coupon and equipping date timed item are also your work?
 
Newbie Spellweaver
Joined
Aug 11, 2015
Messages
55
Reaction score
16
coupon and equipping date timed item are also your work?

PBOz-Network server coupon no work!
For coupon effect need write in SM_ROOM_INFO(Oz network doesn't have it)!

PointBlank coupon time format is like this (yyMMddhhmm) and oz code was yyMMddhhmm + "0000007000" or something similar.
It is wrong!
For time you need take yyMMddhhmm of now and add some more day(example 1 day, need see the count of weapon).

Mission isn't coded by oz-network, oz-network have fix only mission enter, kill death and hs.
We have fix all tutorial card!
This is structure for MISSION_COMPLETE

writeH(2600);
writeC(mission_id);
writeC(mission_count);


MissionId is this:
Mission 1 = 240
Mission 2 = 241
Mission 3 = 242
Mission 4 = 243
Bomb and eliminate of oz network have slot bug(only 1x1) and our have slot for 8x8.

If there is another person to mention is PROGRAMMATOR, he everytime help and is a very good man!

For other fix i remember the base is server PBDev 8x8(Java Server)!
 
Junior Spellweaver
Joined
Nov 16, 2013
Messages
138
Reaction score
13
PBOz-Network server coupon no work!
For coupon effect need write in SM_ROOM_INFO(Oz network doesn't have it)!

PointBlank coupon time format is like this (yyMMddhhmm) and oz code was yyMMddhhmm + "0000007000" or something similar.
It is wrong!
For time you need take yyMMddhhmm of now and add some more day(example 1 day, need see the count of weapon).

Mission isn't coded by oz-network, oz-network have fix only mission enter, kill death and hs.
We have fix all tutorial card!
This is structure for MISSION_COMPLETE

writeH(2600);
writeC(mission_id);
writeC(mission_count);


MissionId is this:
Mission 1 = 240
Mission 2 = 241
Mission 3 = 242
Mission 4 = 243
Bomb and eliminate of oz network have slot bug(only 1x1) and our have slot for 8x8.

If there is another person to mention is PROGRAMMATOR, he everytime help and is a very good man!

For other fix i remember the base is server PBDev 8x8(Java Server)!
i don't mean date time. i mean equipping date timed item like weapon, char, melee, pistol, coupon. Like equipping 30% quick respawn 3 day. i want 535, 537 packets
 
◝(⁰▿⁰)◜Smile◝ (⁰▿⁰)◜
Developer
Joined
May 29, 2007
Messages
2,167
Reaction score
899
The problem with Piercing Blow is that it's packets are encrypted using a public/private key pair. (I think only in the initial packets, probably for performance reasons).
The password is no longer encrypted with this public key so you can now start on making your own server! :D
 
Status
Not open for further replies.
Back
Top