You last visited: Today at 14:49
Advertisement
Nos Hack Fix ?
Discussion on Nos Hack Fix ? within the Shaiya PServer Development forum part of the Shaiya Private Server category.
06/21/2016, 19:45
#1
elite*gold: 0
Join Date: Feb 2014
Posts: 110
Received Thanks: 11
Nos Hack Fix ?
Hey epvp.
Does anyone have a way to fix NosHack in EP3 client ?
06/21/2016, 22:00
#2
elite*gold: 0
Join Date: Jun 2010
Posts: 417
Received Thanks: 159
remove nos? easy as that
06/21/2016, 22:52
#3
elite*gold: 0
Join Date: Jun 2016
Posts: 60
Received Thanks: 20
Answer him dude
06/21/2016, 22:55
#4
elite*gold: 0
Join Date: Feb 2014
Posts: 110
Received Thanks: 11
Please help me I dont know..
06/22/2016, 06:11
#5
elite*gold: 0
Join Date: Jul 2009
Posts: 64
Received Thanks: 8
as I remember that SkillID in (212,213,215) . You can remove it from PS_Gamedef.dbo.Skills
06/22/2016, 13:11
#6
elite*gold: 0
Join Date: Jun 2010
Posts: 417
Received Thanks: 159
Trayne was working on the ps_game fix I do know that you May be able to pm him to see if he ever finished it but as far as I know the only way to fix it the hack is to remove nos from the game completely. At least in episode three
06/22/2016, 14:32
#7
elite*gold: 0
Join Date: Feb 2014
Posts: 110
Received Thanks: 11
Ok ok thanks.
06/23/2016, 17:24
#8
elite*gold: 0
Join Date: Feb 2014
Posts: 110
Received Thanks: 11
I need a real fix please. I want to keep NOS ...
06/27/2016, 02:09
#9
elite*gold: 0
Join Date: Feb 2014
Posts: 110
Received Thanks: 11
Anyone to help fixing nos hack ?
06/28/2016, 09:00
#10
elite*gold: 0
Join Date: Jul 2009
Posts: 64
Received Thanks: 8
I think u can change the keep time, or delay , or require level, or anything ...
07/04/2016, 14:11
#11
elite*gold: 0
Join Date: Jul 2016
Posts: 111
Received Thanks: 61
Quote:
Originally Posted by
white95260
I need a real fix please. I want to keep NOS ...
The real fix is simple, just take the EP4 client with the EP4 server files and convert your client to the EP3.
07/05/2016, 16:12
#12
elite*gold: 0
Join Date: Jun 2010
Posts: 417
Received Thanks: 159
To do that you need to disable raid
07/06/2016, 17:53
#13
elite*gold: 0
Join Date: Aug 2015
Posts: 241
Received Thanks: 476
Hi; I understand it will fix your problem.
PHP Code:
USE [ PS_GameData ]
GO
/****** Object: StoredProcedure [dbo].[usp_Save_Char_ApplySkill_Add_E2] Script Date: 12/09/2014 04:36:47 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
ALTER Proc [ dbo ].[ usp_Save_Char_ApplySkill_Add_E2 ]
[ MENTION = 395373 ] Chari [/ MENTION ] D int ,
[ MENTION = 563598 ] Skilli [/ MENTION ] D smallint ,
[ MENTION = 1658622 ] skilll [/ MENTION ] evel tinyint ,
[ MENTION = 595758 ] left [/ MENTION ] ResetTime int
AS
SET NOCOUNT ON
INSERT INTO CharApplySkills ( CharID , SkillID , SkillLevel , LeftResetTime ) VALUES [ MENTION = 395373 ] Chari [/ MENTION ] D [ MENTION = 563598 ] Skilli [/ MENTION ] D [ MENTION = 1658622 ] skilll [/ MENTION ] evel [ MENTION = 595758 ] left [/ MENTION ] ResetTime )
IF(@@ ERROR = 0 )
BEGIN
RETURN 1
END
ELSE
BEGIN
RETURN - 1
END
SET NOCOUNT OFF
08/02/2016, 14:18
#14
elite*gold: 0
Join Date: Feb 2014
Posts: 110
Received Thanks: 11
Msg 102, Level 15, State 1, Procedure usp_Save_Char_ApplySkill_Add_E2, Line 3
Incorrect syntax near 'MENTION=395373'.
Msg 102, Level 15, State 1, Procedure usp_Save_Char_ApplySkill_Add_E2, Line 12
Incorrect syntax near 'MENTION=395373'.
I get this error.
08/02/2016, 15:19
#15
elite*gold: 0
Join Date: Jul 2016
Posts: 12
Received Thanks: 5
Quote:
Originally Posted by
white95260
Msg 102, Level 15, State 1, Procedure usp_Save_Char_ApplySkill_Add_E2, Line 3
Incorrect syntax near 'MENTION=395373'.
Msg 102, Level 15, State 1, Procedure usp_Save_Char_ApplySkill_Add_E2, Line 12
Incorrect syntax near 'MENTION=395373'.
I get this error.
Did you tried to remove the "MENTION" tags from the query?
All times are GMT +2. The time now is 14:49 .