Thanks for sharing.
But i have problem, can't start mainsvrt, it will always be (not responding)... I've read from previous posts that i must close it and open again.. But i did it like 10 minutes in a row.. No progress..
Printable View
Thanks for sharing.
But i have problem, can't start mainsvrt, it will always be (not responding)... I've read from previous posts that i must close it and open again.. But i did it like 10 minutes in a row.. No progress..
Nice release,but i need to know how to remove or just disable that Ihackkal cmd pop up,i know without it no boff effects but w/e,
thanks in advance !
greetz
delete AntiCpSvr_.dll and AntiCpSvr_dll and will be off
and AntiCpSvr.dll*
had tryed alredy,but without it the main.srv not starting >:
How do you change client to different IP and add the MD5 to the security check please?
Thanks!
EDIT: Also looking for a team member to set things like this up etc.
I dunno if I'm missing something or not, but I've gone through this thread and can't find any information on it..
I can not edit the config.pk or the e.pk, because I don't have the password for it.. I've tried the default password, but it's just gibberish.
Like I said, I dunno if I'm missing something or what. Anyone else have this problem or maybe knows what the password is?
pw is the normal one, i uploaded the whole pks folder.
maybe help me ?? :(
http://im18.gulfup.com/Kego1.bmp
add this first
CREATE PROCEDURE CreatePlayer
@UID int,
@Name varchar(14),
@Class int,
@Strength int,
@Health int,
@Intelligence int,
@Wisdom int,
@Dexterity int,
@CurHP int,
@CurMP int,
@Map int,
@X int,
@Y int,
@Z int,
@Face int,
@Hair int
as
begin
Insert into Player ( [UID], [Name], [Class], [Strength], [Health], [Intelligence], [Wisdom], [Dexterity], [CurHP], [CurMP], [Map], [X], [Y], [Z], [Face], [Hair]) VALUES ( @UID, @Name, @Class, @Strength, @Health, @Intelligence, @Wisdom, @Dexterity, @CurHP, @CurMP, @Map, 257511, 259192, 16077, @Face, @Hair)
end
GO
you have to change
Code:ALTER PROCEDURE [dbo]. [CreatePlayer]
Code:CREATE PROCEDURE CreatePlayer
When i edit the IP comes everytime NULL error -.-
You used Crypt?