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!

kPT Server 2477

Custom Title Activated
Loyal Member
Joined
May 26, 2007
Messages
5,545
Reaction score
1,315
Indeed. You can't run the client in a Virtual Machine... but that's because they don't support DirectX well enough. (yet... maybe... some try and I've seen people "say" they can, but I think it's fake)

I usually set up PT server on a VM, not hosted native. I use SQL 2005+ and, usually Win2K Server or 2003 Server. (just standard server is enough, no need for Advanced, Datacenter, Terminal Services, Media server or anything). I did once get a PT server on NT4 Server (with minor issues) using SQL 2000. It was an arse, but worked with good performance and very low memory requirement.

I've used VirtualBox and VMWare, but did transport to VirtualPC once. I doubt you cannot use the XP Mode, it must be something like the full VirtualPC. I used an older version than the one I listed above which is now discontinued. I wouldn't be surprised if MS disabled SQL Server on VirtualPC now, since they want you to use their server farming virtualisation software for that sort of application. :(: (more money for them)
 
Newbie Spellweaver
Joined
Feb 3, 2012
Messages
6
Reaction score
0
Hm... I will repair the other PC and install Win 2000/2003. But I've seen many tutorials to create a server on Win7. Ultimately, I've to wait another PC lives again to work on it I enjoyed the forum and I'll use it again.
 
Newbie Spellweaver
Joined
Feb 5, 2011
Messages
27
Reaction score
0
Tolrok - kPT Server 2477 - RaGEZONE Forums


did i do something wrong ? i did everything
 
Custom Title Activated
Loyal Member
Joined
May 26, 2007
Messages
5,545
Reaction score
1,315
Yes, as I said in the main section, it looks like you placed a kPT client in a folder with rPT assets. It cannot read them and will crash.
 
Custom Title Activated
Loyal Member
Joined
May 26, 2007
Messages
5,545
Reaction score
1,315
Change from 110 to 150?

In Olly Search entire block (server4096.exe or HanDes.dll ".text" sections) Command "cmp esi,6E" results in "Item not found!" :eek:tt1:

I can't make any use of this information, in that form either.
 
Newbie Spellweaver
Joined
Jan 25, 2012
Messages
49
Reaction score
2
search for that in olly.

"Fill with NOP's" change after checking ones you find?

0044A1AE 81FE 96000000 cmp esi, 96
0044A1B4 90 nop
0044A1B5 90 nop
0044A1B6 90 nop
0044A1B7 90 nop
0044A1B8 |. 8B0D C0A40F10 mov ecx, dword ptr ds:[100FA4C0]
0044A1BE |. 3BC8 cmp ecx, eax
0044A1C0 |. 75 6E jnz short server40.0044A230
??
 
Custom Title Activated
Loyal Member
Joined
May 26, 2007
Messages
5,545
Reaction score
1,315
That means the instruction has exceeded the space it was allocated (probably a signed byte? -128 to 127) and the change from 120 to 150 (0x6E to 0x96) has overflowed wiping out the next instruction following.

--- EDIT ---
Having said that "81FE 96000000" is a massive encoding for a simple compare, it is now making a full 32-bit comparison.
 
Newbie Spellweaver
Joined
Jan 25, 2012
Messages
49
Reaction score
2
I get the feeling I am not believed. XD This is the best way I can illustrate:-
Sorry about the green bar on the bottom and the black nothing at the end. They happened when I converted to YouTube format. :/: Video uploaded in haste.

Sorry. Gave the wrong file.
 
Newbie Spellweaver
Joined
Jul 21, 2006
Messages
95
Reaction score
80
When I try to set char lvl to 110 or more I got DC (no code) then char reset to lvl 0...

As Bob said there´s no room to edit 6E to 96 without change the CMP itself... (sry my bad english here)

I try to edit directly in hex and the result is:

Code:
[COLOR="Red"]CMP ESI,-6A[/COLOR]

as you can see in my SS below. I didn't test it yet cause my vhost is down atm :grr: but I will test it asap then tell u guys...
 

Attachments

You must be registered for see attachments list
Custom Title Activated
Loyal Member
Joined
May 26, 2007
Messages
5,545
Reaction score
1,315
The attachments cannot go offline. :wink: Here are some more sources:-

But recognise that they are only the same files. :D:
 
Custom Title Activated
Loyal Member
Joined
May 26, 2007
Messages
5,545
Reaction score
1,315
CMP at Address 0x44A1AE is red herring (incorrect) AvaThar?
 
Custom Title Activated
Loyal Member
Joined
May 26, 2007
Messages
5,545
Reaction score
1,315
Always possible. It's only when new features are added edits are needed. Unless they change the protocol again, but KPT haven't done that since circa 2006. XD
 
Back
Top