I have 1 bug. I want set limit play time. But green time back again when i relog. How i can fix this?
Sorry my english is bad. Anyone pls help me :(:
Printable View
I have 1 bug. I want set limit play time. But green time back again when i relog. How i can fix this?
Sorry my english is bad. Anyone pls help me :(:
what ever it is that you said , it made no sense at all , it looks like your wanting the Green Book active so after so long that your on you get no experience ? is that what you want to do is set it up like that ? if so that makes no sense at all ...lol no if your wanting to turn green book off i can help you but turning it on is just stupid .
you cant. also exp from green book and without is same. if you don't know for what was make green book i will tell you green book was make to stop boting/limit better say there are 3 book first is green who give for 4 hour drop and exp after 4 hour you don't take exp but take drop and at black book you don't take nofing and med to way until reset (who was at midnight ) and this vsro files was stolen from an test server.
well ok then if you really want to turn it on , open your Server.cfg and go down to Shard manager section and set it like thisyours should have // in front of this or set for 24 hours either way take out the // and set it just like above then restart the server , not just the client but reboot the whole server and it will all take effect once its all restarted , good luck and hope this helps you outQuote:
SR_ShardManager {
Certification "your ip", 15882
BILLING_SERVER_URL "http://your ip/"
CREST_FTP_URL "ftp://ftp:@your ip/SRO_CREST/"
ChristmasEvent2007 1
SERVER_EVENT_SYSTEM ON
LOCALE LOCALE_VIETNAM
FlagEvent 1
HourForMeterRateLevelFirst 23
HourForMeterRateLevelSecond 22
well that should have worked and if not then your probably using the cracked SR_Gameserver.exe check your .cfg files in the Server folder and look for file fixes.ini and change the 1 to a 0 on line >disableGreenBook = 1 and reboot your server , now just so you know what greenbook is and does is after 4 hours of continuous play it cuts the EXP down to half and then after an additional 5 hours it turns off all EXP . now are you sure thats what you want to do ?...lol
again green book don't give nofing in +
I use gateway no captcha to fix any bug time
But code is reset play time when i relogin account. Any fix help me. Sorry my english is bad.
Quote:
USE [SRO_VT_ACCOUNT]
GO
/****** Object: StoredProcedure [dbo].[_CertifyTB_User] Script Date: 04/26/2012 14:41:47 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
-- 4. ALTER PROCEDURE _CertifyTB_User
ALTER PROCEDURE [dbo].[_CertifyTB_User]
@szUserID varchar(25),
@szPassword varchar(50)
AS
if exists (
select
''
from _Punishment with ( nolock )
where SerialNo = (
select
max( SerialNo ) from _BlockedUser with ( nolock )
where UserJID = ( SELECT JID FROM TB_User WHERE StrUserID = @szUserID ) and
Type = 99 and getdate() between timeBegin and timeEnd ) )
begin
select convert( tinyint, 3), ( select JID from TB_User where StrUserID = @szUserID ), convert( tinyint, 0), convert( tinyint, 0)
return
end
declare @nUserJID int
declare @sec_primary tinyint
declare @sec_content tinyint
set @nUserJID = 0
set @sec_primary = 0
set @sec_content = 0
-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-- ?????? ?????????? ???????? ??????
declare @ApplyType tinyint
declare @AccPlayTime int
declare @LatestUpdateTime_ToPlayTime int
set @ApplyType = 0 -- ?????? ?????????? ???????? ?????????? ???????? ???? ?????????? ???? ??????
set @AccPlayTime = 0
set @LatestUpdateTime_ToPlayTime = 0
-- @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
-- ?????? ?????? ???? ????
-- select @nUserJID = JID, @sec_primary = sec_primary, @sec_content = sec_content from TB_User
SELECT @nUserJID = JID, @sec_primary = sec_primary, @sec_content = sec_content
, @AccPlayTime = AccPlayTime, @LatestUpdateTime_ToPlayTime = LatestUpdateTime_ToPlayTime FROM TB_User
WHERE StrUserID = @szUserID and password = @szPassword
--and AT=1
-- Edit For fatigue system
-- Please, fill value to @ApplyType ( 1 : TEEN USER , 2 : ADULT USER ) from your web database
-- ex ) @ApplyType = exec web.proc.certify
if( @nUserJID = 0 or @nUserJID is null or @@error <> 0 or @@rowcount = 0)
begin
-- ?????? ?????? ???? ????
select convert( tinyint, 1), convert( int, 0), convert( tinyint, 0), convert( tinyint, 0)
--select convert( tinyint, 1), convert( int, 0), convert( tinyint, 0), convert( tinyint, 0), convert(tinyint, 0), convert(int, 0), convert(int, 0)
return
end
if( exists( select Type from _BlockedUser where UserJID = @nUserJID and Type = 1 and getdate() between timeBegin and timeEnd))
begin
-- ?????? ?????? ???? ????
select convert( tinyint, 3), @nUserJID, convert( tinyint, 0), convert( tinyint, 0)
--select convert( tinyint, 3), @nUserJID, convert( tinyint, 0), convert( tinyint, 0), convert(tinyint, 0), convert(int, 0), convert(int, 0)
return
end
-- ?????? ?????? ???? ????
select convert(tinyint, 0), @nUserJID, @sec_primary, @sec_content
--select convert(tinyint, 0), @nUserJID, @sec_primary, @sec_content, @ApplyType, @AccPlayTime, @LatestUpdateTime_ToPlayTime
return
what you dont know... is gateway no captcha will block your auto update (if is gateway from br) also i recommend to use srzor gs is more easy and have fix for some exploit who can crash your server.