• 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.

Isanity server , client not mine reworked it to make it work

Newbie Spellweaver
Joined
Nov 21, 2011
Messages
63
Reaction score
4
I got This error Message
The Program can't start because 4Dynasty.dll is missing from your computer. Try reinstalling the program to fix this problem.

could any one help uploading this dll .
 
Elite Diviner
Joined
May 21, 2015
Messages
448
Reaction score
68
I got This error Message
The Program can't start because 4Dynasty.dll is missing from your computer. Try reinstalling the program to fix this problem.

could any one help uploading this dll .


https://mega.nz/#!HltgxSjZ!Zd-S8ER1p85GG-ZtKB0e-gNQYtRcui3on8RLe2hK86w

hf
 
Newbie Spellweaver
Joined
Jun 8, 2011
Messages
11
Reaction score
0
you need intpacker , which you can use to edit m_config.pk , such that this m_config.pk is located at server client / config / M_config.pk
and here is it :)


somebody else managed to know how the pets work , because i can't figure out how it works until now ..

Doesn't work for me... if i edit m_config.pk (message.dat) (i am just changing 1x NPC name) all Monster, NPC and Items got the name NULL. any idea what i did wrong?

- - - Updated - - -

Got it... works! :thumbup1::thumbup1::thumbup1::thumbup1:
 
Last edited:
Newbie Spellweaver
Joined
Nov 21, 2011
Messages
63
Reaction score
4
turn off DEP protection, and run it as administrator!



problem solved, thanks for "GallantS"

by the way this wasn't the fix
but I uninstalled NetFramework 4.5 and that was the fix , thank You anyway



hi guys can you uploaded kal_db fixed ?? thx



pls guys you can upload kal_db fixed
do it this way

Chelios1985 - Isanity server , client not mine reworked it to make it work - RaGEZONE Forums


copy This

Code:
set ANSI_NULLS ON
set QUOTED_IDENTIFIER ON
GO
CREATE PROCEDURE [dbo].[SetPrefix]

   [USER=523062]Prefix[/USER] int,
@iid int

AS

IF    [USER=523062]Prefix[/USER] = 150)
begin
--do a special thing, like make bound
UPDATE [Item] SET Info = (Info|128) WHERE IID = @iid
end
ELSE
begin
-- do the normal query
UPDATE Item SET [Prefix] =   [USER=523062]Prefix[/USER] WHERE [IID] = @iid
end

and replace it as you see

Chelios1985 - Isanity server , client not mine reworked it to make it work - RaGEZONE Forums


Then click Execute and the Right Sign



Anyway, no way to use them for an online server

TranX Please can you tell me why This files can't be use for online server ?

do you mean it's have back doors ?
 
Elite Diviner
Joined
May 21, 2015
Messages
448
Reaction score
68
TranX Please can you tell me why This files can't be use for online server ?

do you mean it's have back doors ?

well havent u seen almighty server? r3vo could HWID any player in it easily
so its fail idea to use these files for an online server
 
Newbie Spellweaver
Joined
Feb 9, 2014
Messages
40
Reaction score
2
yea i trying to add new column in dbo.player and got wrong message and
i search for thread explain how to add it and failed to find
 
Elite Diviner
Joined
May 21, 2015
Messages
448
Reaction score
68
SQL > database > kal_db > Tables > dbo.table > right click on it > new table

Coloumn name Data type NULL
Honor int Yes

and then ctrl + S
 
Back
Top