Register for your free account! | Forgot your password?

Go Back   elitepvpers > Popular Games > Silkroad Online > SRO Private Server
You last visited: Today at 16:23

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Trade out the game with 1 second.

Discussion on Trade out the game with 1 second. within the SRO Private Server forum part of the Silkroad Online category.

Closed Thread
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2015
Posts: 13
Received Thanks: 0
Trade out the game with 1 second.


It's a bug when a user use a 3rd party tool to make a trader (with pet and bought goods) can logout (disconnect) in one second. Calling: Trade Bug.

Some of them are delete the goods if their trader logout in battle field

I do not know how. Help Me.


Thank You very much.
tylep789 is offline  
Old 05/21/2015, 19:34   #2
 
Dracula Untold's Avatar
 
elite*gold: 247
Join Date: Feb 2014
Posts: 1,814
Received Thanks: 495
more info please i do not understand !
Dracula Untold is offline  
Old 05/22/2015, 05:31   #3
 
Xutan*'s Avatar
 
elite*gold: 87
Join Date: Apr 2015
Posts: 318
Received Thanks: 535
explain ?
Xutan* is offline  
Old 05/22/2015, 06:39   #4
 
elite*gold: 0
Join Date: Oct 2012
Posts: 143
Received Thanks: 29
its a bug when a user use a 3rd party tool to make a trader (with pet and bought goods) can logout (disconnect) in one second. Calling: Trade Bug
There are a lot of fixing way that you can find by your own

Some of them are delete the goods if their trader logout in battle field

Hope its helping you
chipno0p is offline  
Thanks
1 User
Old 05/22/2015, 07:24   #5
 
elite*gold: 0
Join Date: Apr 2015
Posts: 13
Received Thanks: 0
Like

Quote:
Originally Posted by chipno0p View Post
its a bug when a user use a 3rd party tool to make a trader (with pet and bought goods) can logout (disconnect) in one second. Calling: Trade Bug
There are a lot of fixing way that you can find by your own

Some of them are delete the goods if their trader logout in battle field

Hope its helping you

I do not know how. Help

help me please

Help ME...
tylep789 is offline  
Old 05/22/2015, 18:26   #6
 
elite*gold: 0
Join Date: Oct 2011
Posts: 162
Received Thanks: 19
I understand him. But i can not help. any server fixed it by drop the goods when disconecting.
clapikal is offline  
Thanks
1 User
Old 05/22/2015, 18:40   #7
 
elite*gold: 0
Join Date: Apr 2015
Posts: 13
Received Thanks: 0
Quote:
Originally Posted by clapikal View Post
I understand him. But i can not help. any server fixed it by drop the goods when disconecting.
Who can help me?
tylep789 is offline  
Old 05/22/2015, 23:00   #8
 
Eslam Galull's Avatar
 
elite*gold: 85
Join Date: Aug 2010
Posts: 1,278
Received Thanks: 521
use ur brain

use char log .. check if the char have a trade pet and the trade pet inventory have a trade items or no ..

if yes and the spawn area was in battle field delete the items & the pet to ..
or do ur own idea
Eslam Galull is offline  
Old 05/23/2015, 05:02   #9
 
elite*gold: 0
Join Date: Apr 2015
Posts: 13
Received Thanks: 0
Who can write a code that auto-delete Some of them are delete the goods if their trader logout in battle field.

HELP
tylep789 is offline  
Old 05/24/2015, 03:01   #10
 
elite*gold: 0
Join Date: Apr 2015
Posts: 13
Received Thanks: 0
please help
tylep789 is offline  
Old 05/24/2015, 23:57   #11
 
elite*gold: 0
Join Date: Sep 2010
Posts: 53
Received Thanks: 4
Hope it help you :-)
Quote:
Declare @CosID int = (select ID from SRO_VT_SHARD.dbo._CharCOS where OwnerCharID = @CharID and RefCharID in (select ID from SRO_VT_SHARD.._Refobjcommon WHERE (CodeName128 LIKE 'COS_T_%120' or CodeName128 LIKE 'COS_T_%105') AND (Service = 1)))
Declare @isbattle int = (select IsBattleField from SRO_VT_SHARD.dbo._RefRegion where wRegionID = (Select LatestRegion from SRO_VT_SHARD.dbo._Char where CharID = @charID))
IF (@EventID = 6) and @CosID > 0
begin
IF @isbattle = 1
BEGIN
Update SRO_VT_SHARD.._CharCOS set OwnerCharID = 0 where OwnerCharID = @CharID and ID = @CosID
END
END
vnkzo01 is offline  
Thanks
1 User
Old 05/25/2015, 12:55   #12
 
elite*gold: 0
Join Date: Apr 2015
Posts: 13
Received Thanks: 0
Quote:
Originally Posted by vnkzo01 View Post
Hope it help you :-)
Msg 137, Level 15, State 2, Line 1
Must declare the scalar variable "@CharID".
Msg 102, Level 15, State 1, Line 1
Incorrect syntax near ')'.
Msg 137, Level 15, State 2, Line 2
Must declare the scalar variable "@charID".
Msg 137, Level 15, State 2, Line 3
Must declare the scalar variable "@EventID".
Msg 137, Level 15, State 2, Line 5
Must declare the scalar variable "@isbattle".
Msg 137, Level 15, State 2, Line 7
Must declare the scalar variable "@CharID".
tylep789 is offline  
Old 05/27/2015, 17:15   #13
 
elite*gold: 0
Join Date: Apr 2015
Posts: 13
Received Thanks: 0
Please help me

nobody helped me
tylep789 is offline  
Old 05/28/2015, 23:44   #14
 
elite*gold: 0
Join Date: Sep 2010
Posts: 53
Received Thanks: 4
Add this to _AddLogChar

Quote:
Declare @CosID int = (select ID from SRO_VT_SHARD.dbo._CharCOS where OwnerCharID = @CharID and RefCharID in (select ID from SRO_VT_SHARD.._Refobjcommon WHERE (CodeName128 LIKE 'COS_T_%120' or CodeName128 LIKE 'COS_T_%105') AND (Service = 1)))
Declare @isbattle int = (select IsBattleField from SRO_VT_SHARD.dbo._RefRegion where wRegionID = (Select LatestRegion from SRO_VT_SHARD.dbo._Char where CharID = @charID))
IF (@EventID = 6) and @CosID > 0
begin
IF @isbattle = 1
BEGIN
Update SRO_VT_SHARD.._CharCOS set OwnerCharID = 0 where OwnerCharID = @CharID and ID = @CosID
END
END
vnkzo01 is offline  
Thanks
1 User
Old 05/29/2015, 01:17   #15
 
elite*gold: 0
Join Date: Feb 2014
Posts: 55
Received Thanks: 12
check this out :
Add this Part to _AddLogChar On LogDB



PHP Code:
/*Trade Bug fix By Xenethus */
/*config lines */
DECLARE @CosID int =  (      SELECT coss.ID FROM SRO_VT_SHARD.dbo._CharCOS COSS 
                            INNER JOIN SRO_VT_SHARD
.dbo._RefObjCommon OBJC
                            ON COSS
.RefCharID OBJC.ID 
                            WHERE OBJC
.CodeName128 LIKE '%COS_T%'
                            
AND COSS.OwnerCharID = @CharID)
DECLARE @
IsBattleF int = (SELECT IsBattleField FROM SRO_VT_SHARD.dbo._RefRegion reg 
                                       INNER JOIN SRO_VT_SHARD
.dbo._Char CH
                                       ON reg
.wRegionID CH.LatestRegion
                                       WHERE CH
.CharID = @CharID)
                                                                             
DECLARE @
RefCharID int = (SELECT ID FROM SRO_VT_SHARD.._RefObjCommon WHERE CodeName128 LIKE '%COS_T%')                            
/* checking */
If @EventID AND @CosID AND @IsBattleF '1'
                            
BEGIN                           
/* Begin Remove items from pet */                          
UPDATE SRO_VT_SHARD.dbo._InvCOS 
SET ItemID 
'0' 
WHERE COSID = @CosID
/* Begin Remove pet from char it self */
UPDATE SRO_VT_SHARD.dbo._CharCOS 
SET OwnerCharID 
'0' 
WHERE OwnerCharID = @CharID AND RefCharID = @RefCharID

END 
Xenethus1337 is offline  
Thanks
1 User
Closed Thread


Similar Threads Similar Threads
[Trading] Trade a skin for a game
04/03/2015 - Counter-Strike Trading - 0 Replies
Hello I want to trade a CSGO skin for a Grand Theft Auto V game The knife is Flip Knife | Stained|| Current price us: 62$ If you would like to trade with me add me to steam This is my steam link: Steam Community :: ? PupSicK
[Trade] CS:GO game vs LoL acc
02/08/2015 - League of Legends Trading - 3 Replies
I trade my csgo steam account , vs a league of legends account. Higher as lv 20. I got all datas. MM only. Edit : EuWest. CS:GO : Play time : 10(?)Hours (I played only the placementmatches-Silver4) - Losed 2 or3. Skins : Nothing:D 1 Crap DE skin woned from a random match.
[Trading] Weird WoW to Other game trade!!!
10/31/2013 - World of Warcraft Trading - 0 Replies
Im trading well actually selling my wow account. heres the links to all toons over lvl 50. us.battle.net/wow/en/character/velen/Dethis/simpl e -90 dk Bloodelf Steeth/simple -87 Rouge Goblin Drudidnot/simple -90 Druid troll Xrayna/simple -74 hunter Night Elf Xrayta/simple -50 pally Drainei Steething/simple -74 priest undead Dethistil/simple -80 warlock Bloodelf
I want to trade this two game acc for a cabal acc
07/08/2009 - Cabal Online Trading - 3 Replies
I want to trade a silkroad lvl 88 blader acc with 8 gap and nice gear so you can start to farm with him i will give you all screens of it when we meet on msn and a guild wars nightfal and eotn acc for a cabal online eu acc with a high lvl on mars server only...i dont give the info first im not a guy who would scam other way if you dont trust me we can use a midleman,preferable lvl is 100+. I will give one another acc too a lvl 66 glavier with that is ff to lvl 66 too. BTW i also dont need a...
WTB +8/9 115 TB in game trade
03/17/2009 - Dekaron - 0 Replies
i have enough cash for either..no one on forum for 2moons is responding so figured maybe people here would just pm me and we can talk if ud like



All times are GMT +2. The time now is 16:23.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.