• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Development] Bug Free Season 2 (Open Source) - 2014 Edition

Newbie Spellweaver
Joined
Jul 19, 2013
Messages
27
Reaction score
0
COMBO NOT WORKING, after making marlon it's not showing combo on skills!!!
 
Newbie Spellweaver
Joined
Dec 10, 2014
Messages
97
Reaction score
4
WXiTQzM - [Development] Bug Free Season 2 (Open Source) - 2014 Edition - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Dec 10, 2014
Messages
97
Reaction score
4
add to the database fix event server crash in kanturu event

CREATE PROC [dbo].[SP_REG_KANTURU_TIMEATTACK_EVENT]


@AccountID varchar(10),
@Name varchar(10),
@ServerCode smallint,
@BattleID varchar(13),
@StageNum tinyint,
@ClearTime smallint,
@Level int,
@Experience int
AS
BEGIN
BEGIN TRANSACTION


SET NOCOUNT ON
SET XACT_ABORT ON


SET LOCK_TIMEOUT 1000


BEGIN
INSERT T_KanturuTimeAttackEvent2006 VALUES (@AccountID, @Name, @ServerCode, @BattleID, @StageNum, @ClearTime, @Level, @Experience, GetDate() )
END


IF( @@Error <>0 )
ROLLBACK TRANSACTION
ELSE
COMMIT TRANSACTION


SET NOCOUNT OFF
END




GO
 
Newbie Spellweaver
Joined
Jan 18, 2013
Messages
50
Reaction score
4
Bk got bug using fenrir or unila you cannot kill other players with twisting. Kanturu event bosse dont drop exe with luck, maybe other bosses too. You cant enter the game after u refresh all settings in gameserver. And it seems that raven durability dont work too
 
Joined
Mar 25, 2010
Messages
527
Reaction score
43
always disconnected in server
i already check many times my ip and settings in mu server and main.exe
but still disconnected

but if i try to other server like season6 no problem.
only in this files anyone help?
 
Newbie Spellweaver
Joined
Mar 18, 2014
Messages
30
Reaction score
5
Golden archer doesn't display the amout of registered renas, how to fix that?
 
Newbie Spellweaver
Joined
Feb 5, 2013
Messages
8
Reaction score
0
Shatter found bug: when trying to create a DW / SM (Soul Master / Dark Wizard) happens an error that already own 4 characters, even having no on the bill ...
how to fix this error?
 
Newbie Spellweaver
Joined
Jul 3, 2014
Messages
41
Reaction score
1
Hi men, very good contribution ;
I wanted to ask you a question ;
I am a programmer and I want to start playing code .
You can display on the library's source events like blood castle, square devil?
i need this code for starting.
And see if you can do something good for the community and mu online !

Excuse me for my bad english

Greetings!
 
Experienced Elementalist
Joined
Oct 18, 2008
Messages
206
Reaction score
19
Shatter found bug: when trying to create a DW / SM (Soul Master / Dark Wizard) happens an error that already own 4 characters, even having no on the bill ...
how to fix this error?
try to open the main in ollydbg and look for this Version dismatch - Join server.
than make a change in this line lea esi, dword ptr ds: [ebx +14] 14 to 13 save and it should work
credit : chris05
 
Initiate Mage
Joined
Dec 29, 2015
Messages
1
Reaction score
1
Hello good afternoon. good people had wanted to leave a list of bugs that have these files for people who have to walk depues solving them and we know that bugs have maso least for now I found 6 bugs fails then a list I have my server with these files installed and are currently online means not recommend unstable 100%

List of bugs
1) Bug life. & Bug life appear to create a character with life 0
2) Do not know if this would be a bug or wave files but do not have to balance file pjs.
3) In some cases giving users trade off you give trade
4) Gameserver clashea time to time automatically without throwing errors or anything.
5) issue of configs commorserver ai many who do not take such percentage chaos machine. or the red dragon event does not.
6) The issue of Heart Of Drops DarkLord not always work zen


Well for now on my server these were the reported bugs or errors I will not be solved but if anyone can give me some solutions to solve them or guide. please let me know by MP from here or already thank you very much and good night.
 
Newbie Spellweaver
Joined
May 14, 2016
Messages
30
Reaction score
5
someone can reup link Source Gameserver + .PDB files?
 
Junior Spellweaver
Joined
Jun 22, 2012
Messages
124
Reaction score
19
i have strange bug
BK normal combo / Sword skill + TwistingSlash + DeathStab ( or RagefulBlow)
but i test this file Sword skill + DeathStab + TwistingSlash = combo
how to fix it to normal way
 
Newbie Spellweaver
Joined
Apr 18, 2016
Messages
18
Reaction score
1
hello Shatter: Hello, I want to ask code points plus points without changing the character is not? Now use any command to add the point it says is to relog character ...Hello, I want to ask code points plus points without changing the character is not? Now use any command to add the point it says is to relog character ...
 
Back
Top