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!

ServerFiles+DB+CashServer [PGC-2012]

Newbie Spellweaver
Joined
Nov 10, 2012
Messages
6
Reaction score
5
I apologize already because my English is not very good and I am posting here because I see that even after I release the Brazilian Forum was not posted here.
These files are my Backup of the files and are 100% Pumaloco without any BUG.

Server Files e DataBases

- Mega

- Mega

- Mega

- Mega

- Mega

- Mega


Password: Divine - Pumaloco


Client Pumaloco:


Main Parameter: DivineGato



Client IPU:


Main Parameter: __kogstudios_original_service__

F.A.Q

Which Spanish version of SQL use to the DataBases ?
R:
SQL 2012

Triggers Create_account :

Code:
USE [gc]
GO
/****** Object:  Trigger [dbo].[Create_Characters]    Script Date: 24/06/2014 12:15:16 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
CREATE TRIGGER [dbo].[Create_Characters] ON [dbo].[users] FOR INSERT
AS
INSERT INTO [dbo].[Characters](Login, CharType)
    SELECT Login, 0 FROM [Inserted](nolock)
INSERT INTO [dbo].[Characters](Login, CharType)
    SELECT Login, 1 FROM [Inserted](nolock)
INSERT INTO [dbo].[Characters](Login, CharType)
    SELECT Login, 2 FROM [Inserted](nolock)
INSERT INTO [dbo].[Characters](Login, CharType)
    SELECT Login, 3 FROM [Inserted](nolock)
INSERT INTO [dbo].[Characters](Login, CharType)
    SELECT Login, 4 FROM [Inserted](nolock)
INSERT INTO [dbo].[Characters](Login, CharType)
    SELECT Login, 5 FROM [Inserted](nolock)
INSERT INTO [dbo].[Characters](Login, CharType)
    SELECT Login, 6 FROM [Inserted](nolock)
INSERT INTO [dbo].[Characters](Login, CharType)
    SELECT Login, 7 FROM [Inserted](nolock)
INSERT INTO [dbo].[Characters](Login, CharType)
    SELECT Login, 8 FROM [Inserted](nolock)


Credits :

- Divine
- InfraZeroX
- KillerStefan
- Sunnyz (LostSpirit)
- Zero (ZeroSama/Cronos Sama)
 
Last edited:
Newbie Spellweaver
Joined
Jan 21, 2008
Messages
17
Reaction score
0
hi there thanks for sharing... but i can't find ServerLoginIP in you client... if i hex your client... how to connect client to server using your client
 
Joined
Aug 14, 2009
Messages
1,097
Reaction score
134
Just a note:
They're not "bugless". If you host a server with this, it'll have some of the bugs that Exhilia did:
- Sometimes, after creating a dungeon room and starting, it'll hang on the loading screen.
- In PVP, players will often be invisible.
 
Newbie Spellweaver
Joined
Nov 10, 2012
Messages
6
Reaction score
5
hi there thanks for sharing... but i can't find ServerLoginIP in you client... if i hex your client... how to connect client to server using your client

Try using the Client IPU or the Main one, that Main is protected.
If you want to unprotect it is also possible.
 
Junior Spellweaver
Joined
Oct 9, 2009
Messages
187
Reaction score
29
Is there a chance to have a English Database of Items? i checked the sort.dbo.GoodsInfoList and theyre at Portuguese.

Update: Checked the Item Shop, its in English. I just need English for Quests.
 
Last edited:
Newbie Spellweaver
Joined
Nov 10, 2012
Messages
6
Reaction score
5
Fou Gilang
The files posted previously that put only partially functional and doesn't have the Billing/CashServer files and Web.
In summary these are 100% as the title says.
musashi076
Like I said I am Brazilian and the server I ran was Brazilian and all that are in en was translated from KR, unfortunately not ah many things on EN in DB, sorry.
 
Junior Spellweaver
Joined
Oct 9, 2009
Messages
187
Reaction score
29
Fou Gilang
The files posted previously that put only partially functional and doesn't have the Billing/CashServer files and Web.
In summary these are 100% as the title says.
musashi076
Like I said I am Brazilian and the server I ran was Brazilian and all that are in en was translated from KR, unfortunately not ah many things on EN in DB, sorry.

yeah, i found out that the missions are on the client. i have an old GCPH S2 but the syntax of mission inside the script.kom is different.

btw, i cant make the cashserver work. i should be able to buy ingame using cash right when its running but its show system error something (i forgot).
 
Joined
Aug 14, 2009
Messages
1,097
Reaction score
134
yeah, i found out that the missions are on the client. i have an old GCPH S2 but the syntax of mission inside the script.kom is different.

btw, i cant make the cashserver work. i should be able to buy ingame using cash right when its running but its show system error something (i forgot).

In the ItemBillingService folder, there should be a logs folder if I remember correctly. I haven't really used IBS because I prefer CashServer (the emulator).
 
Newbie Spellweaver
Joined
Aug 30, 2013
Messages
42
Reaction score
1
i want to know how to start the cash server , it seem that display "fail to purchase due to system error"
 
Last edited:
Junior Spellweaver
Joined
Oct 9, 2009
Messages
187
Reaction score
29
In the ItemBillingService folder, there should be a logs folder if I remember correctly. I haven't really used IBS because I prefer CashServer (the emulator).

the log only logs this

[2015/05/11 12:38:52] Started
[2015/05/11 12:44:37] Stopped
[2015/05/11 12:45:59] Started

im using the cashserver included in this post. which is called IBS.
 
Newbie Spellweaver
Joined
Jun 8, 2006
Messages
26
Reaction score
1
Hi,

I think there's a problem with the database backups.

1 - ServerFiles+DB+CashServer  [PGC-2012] - RaGEZONE Forums

I'm currently using SQL Server 2008 r2

can someone upload their Dbs? Thanks.
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Aug 13, 2015
Messages
5
Reaction score
0
help bro
i have already configured the checksum and put it in ther gameserver, but the error continuos, help pls
Cronos Sama - ServerFiles+DB+CashServer  [PGC-2012] - RaGEZONE Forums
 
Last edited by a moderator:
Newbie Spellweaver
Joined
Aug 26, 2015
Messages
5
Reaction score
0
[STRIKE][/STRIKE]
me ajuda ai cara
help bro
eu já configurei checksum e coloquei no gameserver, mas continuo o erro
i have already configured the checksum and put it in ther gameserver, but the error continuos, help pls
Cronos Sama - ServerFiles+DB+CashServer  [PGC-2012] - RaGEZONE Forums


IP main.exe?
 
Last edited by a moderator:
Back
Top