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!

[Guide]How to make your serverfiles working

Newbie Spellweaver
Joined
Jun 23, 2008
Messages
6
Reaction score
0
Re: For beginners, Guide & serverfiles - Updated with Swedish Translation

Are you sure you want to post your IP here?
 
Newbie Spellweaver
Joined
Feb 25, 2007
Messages
37
Reaction score
0
Re: For beginners, Guide & serverfiles - Updated with Swedish Translation

rofl dude I got nothing to be scared of. I already had public server on my machine and between my IP changes every time I reconnect my internet. But why noone still can't help me.

Here what I get in C:\BillingDBError20080625

104820|SELECT IDX FROM WHERE userid = 'myusername' AND ChName='[GM]Strix' AND DelActive=0 [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.
104903|INSERT INTO ClanTicket (userid, ChName, IP, ServerName, SNo) values('myusername','[GM]Strix','217.132.55.29','', 41)
105530|SELECT IDX FROM WHERE userid = 'myusername' AND ChName='[GM]Strix' AND DelActive=0 [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.
105612|DELETE FROM ClanTicket WHERE userid='myusername'
 
Last edited:
Newbie Spellweaver
Joined
Jun 23, 2008
Messages
6
Reaction score
0
Re: For beginners, Guide & serverfiles - Updated with Swedish Translation

Well im not a pro in this but it says your SQL server does not exist or acces denied.

So have you tried checking if your SQL setting are configured good and that you have set good passwords?
 
Newbie Spellweaver
Joined
Feb 25, 2007
Messages
37
Reaction score
0
Re: For beginners, Guide & serverfiles - Updated with Swedish Translation

Yea and where can I set the PWs for Client to connect to SQL ?
 
Skilled Illusionist
Joined
Jun 3, 2007
Messages
315
Reaction score
9
Re: For beginners, Guide & serverfiles - Updated with Swedish Translation

002049|SELECT IDX FROM WHERE userid = 'azreil' AND ChName='Tika' AND DelActive=0 [DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.
002131|INSERT INTO ClanTicket (userid, ChName, IP, ServerName, SNo) values('azreil','Tika','127.0.0.1','PrimePT', 41)

Is this significant? Finally managed to connect to the server by telling the ODBC connections NOT to use ID and password....instead to use NTF auth. but got the above error. Although, the char did get created and am able to login.
 
Newbie Spellweaver
Joined
Jun 23, 2008
Messages
31
Reaction score
0
Re: For beginners, Guide & serverfiles - Updated with Swedish Translation

i dont think this forum is very active, most of the dev are working on something else i think. anyway, look around the stickies, you should find what you need. to get the gm access, you need a gm hotuk file in the client folder, and on your server's hotuk. its on the rft post. everyting is there. I dont know what they mean you need an admin client to be able to access the gm power, i think this is what they mean, need to have the admin hotuk in the client folder. can anyone clearify this?

for the sql setup, there's an excellent post by Sik, I know nothing about sql, but i got mine to work everytime I following the instruction.

http://forum.ragezone.com/showthread.php?t=245772
 
Skilled Illusionist
Joined
Jun 3, 2007
Messages
315
Reaction score
9
Re: For beginners, Guide & serverfiles - Updated with Swedish Translation

Got this version up and running..though...some questions please..
1. What to do about items "Item not processed" error?
2. What to do about NPCs that just walk around and are non-responsive?
I.E. The "Crystal shop NPC" that wont open shop or say anything?
3: Do we still copy char and field folder FROM the client to this server folder?
Because I tried both ways and got the same result.
4: The NPC that starts the tower quest just teles me to a void area...like nothing there but clouds.
5: Premium armor shop same as the Crystal shop...also the lvl 50 and lvl 70 shops.

Finally:
6: Are these related to me NOT having clans enabled? (Cant have clans
as I do not have IIS (am running xp home).

Thanks for this release much!!! So far 4 hours and NO crash!
 
Divine Celestial
Joined
Feb 26, 2007
Messages
801
Reaction score
8
Re: For beginners, Guide & serverfiles - Updated with Swedish Translation

Hello, because of the item error is the game.exe (client) and your gamefolder. That you don't got the right skins in
 
Newbie Spellweaver
Joined
Jul 20, 2008
Messages
24
Reaction score
0
Re: For beginners, Guide & serverfiles - Updated with Swedish Translation

hello :), hope any can help me, cuz i followed this guide and got success running this in local mode but after change every ip (local ip) for my wan ip i just got connection failed.
I changed exactly same ip that i changed for local mode
i open 10009 and 80 ports in my rounter (for the server)

and conn fail, but it works in local mode, there is something special to do for wan access?,
thx for ur help :)

oh btw, im using the server_200 files with -KPT-Endless-Tower-Update-V2.2
dpt client with blood.exe and i tryed with frostypt.exe also (still conn.fail)

*about ur whateverPT.exe it ask for a npkcrypt.dll (is that the xtrap files?) btw there is not xtrp in dpt folder :S, but thx if u can or any can help me
 
Initiate Mage
Joined
Aug 10, 2008
Messages
3
Reaction score
0
Re: For beginners, Guide & serverfiles - Updated with Swedish Translation

Hey nice guide my server is running but I got some questions and problems ;D
-why Cursed monsters are dropping 9x itens?
-After 10 mins I got disconnected NOT Dc(1)2,3,4
in my log I got this
Code:
5:0:13 - ID:( letalhell ) / Name:( LetalHell ) / IP ( 10.1.1.13 ) Hacking Alert ( 100 ) - Absorption( 122 ) Attack Damage( 1183 ) Defence( 1145 )
2:55:23 - ID:( letalhell ) / Name:( LetalHell ) / IP ( 10.1.1.13 ) SubExp Over 50 Error ( 57 )( 57 )
-How do I spawn a monster with two parts in a name like Skeleton Archer I can just spawn monster with one name like babel, bargon ...
-How do I run the bloodypt.exe in window mode?
-how can I create a perfect item not random stats?

More to come ;D
 
Junior Spellweaver
Joined
Nov 28, 2007
Messages
198
Reaction score
3
Re: For beginners, Guide & serverfiles - Updated with Swedish Translation

that isnt the problem your getting Dc(1), thats because your SERVER JUST CRASH MONETS AGO, that log, is for Hackers and Uknown Movements :D
 
Newbie Spellweaver
Joined
Jul 20, 2008
Messages
24
Reaction score
0
Re: For beginners, Guide & serverfiles - Updated with Swedish Translation

the ip from
 
Newbie Spellweaver
Joined
Aug 14, 2008
Messages
18
Reaction score
5
Re: For beginners, Guide & serverfiles - Updated with Swedish Translation

i never got my SQL password...=/ so..i cant do this ?
 
Divine Celestial
Joined
Feb 26, 2007
Messages
801
Reaction score
8
Re: For beginners, Guide & serverfiles - Updated with Swedish Translation

I will make you a video, Hold on.
 
Newbie Spellweaver
Joined
Aug 14, 2008
Messages
18
Reaction score
5
Re: For beginners, Guide & serverfiles - Updated with Swedish Translation

hmm what client do i have to use swezid ?? pleae help me cause im almost done !! :D thanks for your guide :)
 
Divine Celestial
Joined
Feb 26, 2007
Messages
801
Reaction score
8
Re: For beginners, Guide & serverfiles - Updated with Swedish Translation

Well, a private version actually made for the server where im Admin at. (And won't be released).
You are able to download BPT's (BloodPT's) game client. It should be linked somewhere in my guide, it might work for you.

~ Anyway, here's the video how to make your SQL Server work with pw or w/e your problem is, glialka:


Enjoy.
 
Newbie Spellweaver
Joined
Aug 14, 2008
Messages
18
Reaction score
5
Re: For beginners, Guide & serverfiles - Updated with Swedish Translation

Thanks ! , but i need a full game...so if i go to google.com and i typ in bloodPT's then i get a full instal of the game ? cause that what i need..and thanks for the video !! but i already fixed the problem :p i was reinstallign and redownloading the wrong file :p
but that video is gonna be handy for people who dont know this..:)


EDIT:im now downloading dPT_FULL.exe , and im gonna use bloodpt client...hope this will work ?
 
Divine Celestial
Joined
Feb 26, 2007
Messages
801
Reaction score
8
Re: For beginners, Guide & serverfiles - Updated with Swedish Translation

Well, I thought you had read my guide. Anyway, I found this:

in my guide anyway.
 
Newbie Spellweaver
Joined
Aug 14, 2008
Messages
18
Reaction score
5
Re: For beginners, Guide & serverfiles - Updated with Swedish Translation

when i download kpt endless tower v2.2 i dont get a whole guide ?

and i cant find the PtReg file or is that the register file ? cause i already edited the dPT one to mine please help..:)
 
Last edited:
Back
Top