|
You last visited: Today at 01:06
Advertisement
LayerSro 100 Cap Balanced Game Database
Discussion on LayerSro 100 Cap Balanced Game Database within the SRO PServer Guides & Releases forum part of the SRO Private Server category.
07/24/2015, 02:12
|
#61
|
elite*gold: 0
Join Date: Dec 2007
Posts: 242
Received Thanks: 16
|
Can Someone Analise and Look a Error on Procedure?
When Register TRADE JOB SCROLL - JobID = 1 cliente Crash and char dont Log More ..
See
USE [LAYERS_LOG]
GO
/****** Object: StoredProcedure [dbo].[_AddLogItem] Script Date: 7/23/2015 8:59:55 PM ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO
-------------------------------------------------------------------------------------------------------------------
-- Step 2
-- ±âÁ¸ ¾ÆÀÌÅÛ ·Î±× ÀÔ·Â Stored procedure ¼öÁ¤
-- DataBase : Shard Log
ALTER procedure [dbo].[_AddLogItem]
@CharID int,
@ItemRefID int,
@ItemSerial bigint,
@dwData int,
@TargetStorage tinyint,
@Operation tinyint,
@Slot_From tinyint,
@Slot_To tinyint,
@EventPos varchar(64),
@strDesc varchar(128),
@Gold bigint -- #ifdef EXTEND_GOLD_TYPE »ðÀÔ
as
if @Operation = '16' and @ItemRefID between '136751' and '136754'
or @Operation = '16' and @ItemRefID between '136850' and '136853'
begin
exec [dbo].[_UpgradeSystem] @CharID , @Operation,@ItemRefID
end
if @Operation = '16' and @ItemRefID between '136858' and '136889' and @Operation = '16'
begin
exec SRO_VT_LOG.dbo._ITEM_EXCHANGE @CharID , @ItemRefID , @Operation end
if @Operation = '16' and @ItemRefID between '136890' and '136895' and @Operation = '16'
or @ItemRefID between '136937' and '136950'
begin
exec SRO_VT_LOG.[dbo].[_Titles] @CharID , @ItemRefID , @Operation end
if( @ItemRefID ='136896' and @Operation = '16') -- 50 immo !
Begin
Update SRO_VT_SHARD.dbo._Items set MagParamNum=1,MagParam1 = 0,MagParam2=0,MagParam3=0,MagParam4=0,MagParam5=0, MagParam6=0,MagParam7=0,MagParam8=0,MagParam9=0,Ma gParam10=0,MagParam11=0,MagParam12=0 where ID64 =
(select itemid from SRO_VT_SHARD.dbo._Inventory where CharID = @CharID AND Slot = 13)
Update SRO_VT_SHARD.dbo._Items set MagParam1 = 214748364851 where ID64 =
(select itemid from SRO_VT_SHARD.dbo._Inventory where CharID = @CharID AND Slot = 13)
End
DECLARE @CharName varchar(65) = (Select CharName16 from SRO_VT_SHARD.dbo._Char where CharID = @CharID)
if( @ItemRefID ='137036' and @Operation = '16') begin -- 50 immo !
DECLARE @Item_Code Varchar(256) = (Select top 1 CodeName from _SilkStone_Lot where ID between '1' and '9'
order by NEWID())
if @CharName not like '%G%]%'
begin
exec SRO_VT_SHARD.dbo._ADD_ITEM_EXTERN @CharName,@Item_Code,1,0 end end
if( @ItemRefID ='137035' and @Operation = '16') begin -- 50 immo !
DECLARE @Item_Code1 Varchar(256) = (Select top 1 CodeName from _SilkStone_Lot where ID between '11' and '40'
order by NEWID())
if @CharName not like '%G%]%'
begin
exec SRO_VT_SHARD.dbo._ADD_ITEM_EXTERN @CharName,@Item_Code1,100,0 end end
if( @ItemRefID ='137034' and @Operation = '16') begin -- 50 immo !
DECLARE @Upper_Gold INT = '150000000', @Lower_Gold INT = '30000000'
DECLARE @Random_Gold INT = ROUND(((@Upper_GOLD - @Lower_GOLD -1) * RAND() + @Lower_GOLD), 0);
Update SRO_VT_SHARD.dbo._Char set RemainGold = RemainGold + @Random_Gold where CharID = @CharID end
If @ItemRefID = '137032' and @Operation = '16' begin delete from SRO_VT_SHARd.dbo._TimedJob where JobID = '1' and CharID = @CharID end
If @ItemRefID = '137033' and @Operation = '16' begin delete from SRO_VT_SHARd.dbo._TimedJob where JobID = '2' and CharID = @CharID end
If @ItemRefID = '137031' and @Operation = '16' begin delete from SRO_VT_SHARd.dbo._TimedJob where JobID = '136857' and CharID = @CharID
or JobID = '33789' and CharID = @CharID or JobID = '9278' and CharID = @CharID or JobID = '35567' and CharID = @CharID or JobID = '5412' and CharID = @CharID
or JobID = '9277' and CharID = @CharID or JobID = '9278' and CharID = @CharID or JobID = '5412' and CharID = @CharID or JobID = '33839' and CharID = @CharID
end
DECLARE @JID int = (select JID from SRO_VT_ACCOUNT.dbo.SK_Silk as asilk inner join SRO_VT_SHARD.dbo._User
as sjid On asilk.JID = sjid.UserJID where sjid.CharID = @CharID)
if @ItemRefID = '137015' and @Operation = '16' begin Update SRO_VT_ACCOUNT.dbo.SK_Silk
set silk_own = silk_own + '20' where JID = @JID end
if @ItemRefID = '137016' and @Operation = '16' begin Update SRO_VT_ACCOUNT.dbo.SK_Silk
set silk_own = silk_own + '20' where JID = @JID end
if @ItemRefID = '137017' and @Operation = '16' begin Update SRO_VT_ACCOUNT.dbo.SK_Silk
set silk_own = silk_own + '23' where JID = @JID end
if @ItemRefID = '137018' and @Operation = '16' begin Update SRO_VT_ACCOUNT.dbo.SK_Silk
set silk_own = silk_own + '25' where JID = @JID end
if @ItemRefID = '137019' and @Operation = '16' begin Update SRO_VT_ACCOUNT.dbo.SK_Silk
set silk_own = silk_own + '28' where JID = @JID end
if @ItemRefID = '137020' and @Operation = '16' begin Update SRO_VT_ACCOUNT.dbo.SK_Silk
set silk_own = silk_own + '30' where JID = @JID end
if @ItemRefID = '137021' and @Operation = '16' begin Update SRO_VT_ACCOUNT.dbo.SK_Silk
set silk_own = silk_own + '33' where JID = @JID end
if @ItemRefID = '137022' and @Operation = '16' begin Update SRO_VT_ACCOUNT.dbo.SK_Silk
set silk_own = silk_own + '38' where JID = @JID end
if @ItemRefID = '137023' and @Operation = '16' begin Update SRO_VT_ACCOUNT.dbo.SK_Silk
set silk_own = silk_own + '35' where JID = @JID end
IF @ItemRefID = '136952' and @Operation = '16'
and Exists (Select * from SRO_VT_SHARD.dbo._CharTrijob where CharID = @CharID and JobType ='0') begin
update SRO_VT_Shard.dbo._CharTrijob set JobType = '2' where CharID = @CharID end
IF @ItemRefID = '136953' and @Operation = '16'
and Exists (Select * from SRO_VT_SHARD.dbo._CharTrijob where CharID = @CharID and JobType ='0') begin
update SRO_VT_Shard.dbo._CharTrijob set JobType = '3' where CharID = @CharID end
IF @ItemRefID = '136954' and @Operation = '16'
and Exists (Select * from SRO_VT_SHARD.dbo._CharTrijob where CharID = @CharID and JobType ='0') begin
update SRO_VT_Shard.dbo._CharTrijob set JobType = '1' where CharID = @CharID end
declare @len_pos int
declare @len_desc int
set @len_pos = len(@EventPos)
set @len_desc = len(@strDesc)
if (@len_pos > 0 and @len_desc > 0)
begin
return -1
end
else if (@len_pos > 0 and @len_desc = 0)
begin
return -1
end
else if (@len_pos = 0 and @len_desc > 0)
begin
return -1
end
else if (@len_pos = 0 and @len_desc = 0)
begin
return -1
end
-- À¯·á ¾ÆÀÌÅÛ ±¸ÀÔÀ̸é!
-- #define LOG_ITEMEVENT_BUY_CASHITEM (BYTE)35
if (@Operation = 35)
begin
return -1
end
In gameserver Error :
|
|
|
08/10/2015, 23:48
|
#62
|
elite*gold: 0
Join Date: Jun 2015
Posts: 6
Received Thanks: 1
|
Help me Istall or Make Thiis serve in my Pc Plis , On Team Vier ?
|
|
|
08/12/2015, 01:20
|
#63
|
elite*gold: 0
Join Date: Aug 2015
Posts: 119
Received Thanks: 34
|
Thanks
|
|
|
09/23/2015, 20:56
|
#64
|
elite*gold: 0
Join Date: Oct 2013
Posts: 6
Received Thanks: 0
|
i need client link, maybe you can do again upload for us?
|
|
|
09/24/2015, 13:25
|
#65
|
elite*gold: 0
Join Date: Sep 2015
Posts: 11
Received Thanks: 1
|
Apollo Best of Best
|
|
|
09/24/2015, 20:26
|
#66
|
elite*gold: 0
Join Date: Sep 2015
Posts: 148
Received Thanks: 39
|
apollo for the win!
|
|
|
09/27/2015, 19:51
|
#67
|
elite*gold: 737
Join Date: Oct 2007
Posts: 730
Received Thanks: 133
|
no client dl
|
|
|
 |
|
Similar Threads
|
CONTINUUM-INTERNATIONAL [Cap 110][EXP/SP x30]-[Balanced Game-Sys.] - Try It Out!!!!
07/01/2014 - SRO PServer Advertising - 46 Replies
http://i.epvpimg.com/DSGte.png
Hello, Everyone!
This is Continuum-International.
Today we want to introduce you the new Private-Server: Continuum-International.
|
REQUEST--> Game client of this database
03/21/2014 - SRO Private Server - 0 Replies
Hello All,
I'd like to request the game client of this database.
Database 120 Cap and Skill + Jupiter Map - Running SQL Server 2005
The Ksro downloadlink is down so if someone could that polite?
Thank you very much in advance=)
|
[OverDose-Crystal][PvE][EU,CH][100 Cap],Achievement sys,New dungeons,Balanced Game
01/21/2014 - SRO PServer Advertising - 214 Replies
http://imageshack.com/a/img19/1299/owty.png
http://imageshack.com/a/img571/407/k46j.png
http://imageshack.com/a/img36/1213/gdow.png
Hello elitepvpers community,We are glad now to announce OverDose Online,After a year of hard work our combined team efforts aren't wasted,And here we are presenting our game!
I guess most of you knows us,TmN-TerminationNetwork was a great gaming network made of our creation back then when we had 2 gameservers 130 & 80's cap,All of TmN Players enjoyed...
|
Revenge Sro/Paragon Server**120 Cap Middle Rate+Balanced Game No Bot !!!
07/04/2012 - SRO PServer Advertising - 5 Replies
Server Infos
The server Run since September 2011
Nice Ping and Active Gms
Max Level: 120
Max Skills: 120
Alchmierate: x1.5
server capacity: 2000 Players
Degree: 13
Degree 13sun is with Coin system
(Talismann ForgottenWrold with Talismans)
|
Item in database but not in game.
07/17/2011 - Shaiya - 4 Replies
At picture below it shows i have my 60+ gears in the database. but in game they come up as ???. Do i need to apply my item.sdata next for it to show up in the game?
|
All times are GMT +1. The time now is 01:09.
|
|