Have I problems with the PKDROP someone peude to help myself?
AttackEventRegenTime = 10
PKTIME = 1
PKItemDrop = 0
PKLevelIncreaseOff = 0
MonsterHp = 0
MonsterHPAdjust = 100
ItemDropPer = 40
ZenDurationTime = 5
anybody?
Printable View
Have I problems with the PKDROP someone peude to help myself?
AttackEventRegenTime = 10
PKTIME = 1
PKItemDrop = 0
PKLevelIncreaseOff = 0
MonsterHp = 0
MonsterHPAdjust = 100
ItemDropPer = 40
ZenDurationTime = 5
anybody?
please help i use MMT files and when i connect my server i choose server and i wait wait wait... :(
man can you tell me good configs?i dont know why is my config bad i have 127.0.0.1 evrywhere only have wan ip in connectserver and in data mapserver and this is bad? and do you know how can change winner drop in blood caslte? i have changed in data bloodcastle.dat but in this file is not drop :| when someone will win bc gives jewel of chaos and i want to give box of kundun +5 how change? please help :(
and this 2 problems too HELP PLEASE! :((
http://img6.imageshack.us/img6/7063/gameserver.th.png
http://img6.imageshack.us/img6/7800/12082064.th.png
TELLL MEEEEEEEEEEEEEEEEEEEEE !!! PLEASEEEEEEEEEEEEEE !!!
i have done i ahve changed bloodcastle.dat in data but doesnot works in other server when you win bc gives box and i ahve changed but dont works ;\ toerh things please
Search in MMTData\EventsConfig\MMT_WzEvents.ini :
[BloodCastle]
BCRewardItemType=12
BCRewardItemID=15
But it is not working to drop Bok + 1,2,3,4,5 becouse the drop of BC don't suport subtypes of items...
O and Malevicha are you using Windows Server 2003 SP2?
yeas man yeas :* goone i know you will help me :*:*
If you using Windows 2003 Read this : ERROR L1 FIX
o man thank you but i dont know this quer analiz :))
and do you know how can turn off pk item drop? :P in commonserver is not :( is pkitemdrop but doesnot works :P
will be fixed in next realese
i don't test in win 2003 if is 32 bit version need to work on 64 i don't work
so who need help add me on yahoo
ultramubest@yahoo.com
In commonserver cfg. search for:
PKItemDrop = 0
and change whith:
PKItemDrop = -1
I dont know if it's working, but if it's work post here....
i dont know this query and can you help me? :) can you tell me how install this :)
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[MEMB_STAT_GJ]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table [dbo].[MEMB_STAT_GJ]
GO
CREATE TABLE [dbo].[MEMB_STAT_GJ] (
[memb___id] [char] (10) COLLATE Chinese_PRC_CI_AS NOT NULL ,
[name] [char] (10) COLLATE Chinese_PRC_CI_AS NOT NULL ,
[ServerName] [varchar] (20) COLLATE Chinese_PRC_CI_AS NULL ,
[ServerCode] [int] NULL ,
[IP] [varchar] (20) COLLATE Chinese_PRC_CI_AS NULL ,
[TM] [datetime] NULL
) ON [PRIMARY]
GO
Quote:
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[WZ_CONNECT_MEMB]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
drop procedure [dbo].[WZ_CONNECT_MEMB]
GO
SET QUOTED_IDENTIFIER ON
GO
SET ANSI_NULLS OFF
GO
CREATE PROCEDURE WZ_CONNECT_MEMB
@uid varchar(10),
@server varchar(20),
@uip varchar(20)
AS
Begin
BEGIN TRANSACTION
SET NOCOUNT ON
IF EXISTS ( SELECT memb___id FROM MEMB_STAT WITH (READUNCOMMITTED) WHERE memb___id = @uid )
Begin
UPDATE MEMB_STAT
SET ip = @uip , connectstat = 1 , servername = @server , ConnectTM = (getdate())
WHERE memb___id = @uid
End
ELSE
Begin
INSERT INTO MEMB_STAT ( memb___id,ip,connectstat,servername)
valueS (@uid,@uip,1,@server )
End
IF(@@Error <> 0 )
ROLLBACK TRANSACTION
ELSE
COMMIT TRANSACTION
--写入登录记录
IF EXISTS ( SELECT UserID FROM UserLogin WITH (READUNCOMMITTED) WHERE UserID = @uid )
Begin
UPDATE UserLogin
SET LoginIP=@uip,Server=@server,LoginTM = (getdate()),OnlineSec=0,GiveMoney=0,logoutTM=null
WHERE UserID = @uid
End
ELSE
Begin
INSERT INTO UserLogin (UserID,LoginIP,Server,LoginTM,OnlineSec,GiveMoney )
values (@uid,@uip,@server,getdate(),0,0)
End
--自动封服务器不准进入的人物
declare @SmallestZS int
declare @LargestZS int
declare @Type int
select @Type=Type from SetServerList where ServerName=@server
if (@Type>0) begin
select @SmallestZS=Smallest_ZS from SetServerList where ServerName=@server
select @LargestZS=Largest_ZS from SetServerList where ServerName=@server
if not (@SmallestZS is null) begin
update character set ctlcode=(ctlcode | 0x81) where [name] not in
(
SELECT NAME FROM WEB_ZS WHERE (ACC = @uid) AND (ZSCS >= @LargestZS) AND (ZSCS <= @SmallestZS)
) AND (AccountID = @uid)
end
end
DELETE FROM MEMB_STAT_GJ WHERE (memb___id = @uid and servername=@server)
update character set ctlcode=(ctlcode | 0x81) where [name] in
(
SELECT name FROM MEMB_STAT_GJ WHERE (memb___id = @uid)
) AND (AccountID = @uid)
SET NOCOUNT OFF
End
GO
SET QUOTED_IDENTIFIER OFF
GO
SET ANSI_NULLS ON
GO
can some help me with this server, i take hem to dedicated server(OC - Windows Server Standart Edition 2003). Server workly 1 day great but today i have a big problem a go on dedicated server and see error (error Client Close)(Invalid socket). And ane cant connect to server. Its a bug?