2H + Shield bug

10/16/2020 00:07 waa2#1
I am sorry for interfering your time, but may someone tell me how to do 2h+shield bug? as in this video, I did it 6 7 years ago but I cannot remember how to do it right now. Thanks.
[Only registered and activated users can see links. Click Here To Register...]
10/17/2020 02:18 leo2111#2
that happens usually with a scroll which has as stored procedure the line ADD_ITEM_EXTERN or smth like that

Izy :
1. hold the shield and 1handed weapon
2. Use the scroll which is giving the item by teleporting you
3. After teleport instead of 1handed weapon and shield , wear the 2handed weapon, you will get insta DC , when you relog you will find your char holding 2handed weapon and shield
10/17/2020 20:26 waa2#3
Quote:
Originally Posted by leo2111 View Post
that happens usually with a scroll which has as stored procedure the line ADD_ITEM_EXTERN or smth like that

Izy :
1. hold the shield and 1handed weapon
2. Use the scroll which is giving the item by teleporting you
3. After teleport instead of 1handed weapon and shield , wear the 2handed weapon, you will get insta DC , when you relog you will find your char holding 2handed weapon and shield
Thx for ur replying bro. Byt i am not sure if i understand you. May u explain with more details? Cuz all i remember about this bug is to quick switch till get dc but i am not really sure.
10/17/2020 20:37 XxGhostSpiriTxX#4
Quote:
Originally Posted by waa2 View Post
I am sorry for interfering your time, but may someone tell me how to do 2h+shield bug? as in this video, I did it 6 7 years ago but I cannot remember how to do it right now. Thanks.
[Only registered and activated users can see links. Click Here To Register...]
[Only registered and activated users can see links. Click Here To Register...]
10/17/2020 23:13 waa2#5
Quote:
Originally Posted by esteve458 View Post
[Only registered and activated users can see links. Click Here To Register...]
Thanks for your helping bro, but I added these files and nothing new is there any step I miss or any special step to do it?
10/18/2020 02:25 leo2111#6
Quote:
Originally Posted by waa2 View Post
Thx for ur replying bro. Byt i am not sure if i understand you. May u explain with more details? Cuz all i remember about this bug is to quick switch till get dc but i am not really sure.
I don't remember about that, or at least I don't know that method.
Let's suppose in item mall there is a scroll that changes the skin of the weapon, if the scroll in the stored procedure has this like " add_item_extern " then you have to follow the steps that I told you above. About switching I don't know, I never heard about it.
10/18/2020 03:15 PortalDark#7
#moved
10/18/2020 11:40 bimbum*#8
Quote:
Originally Posted by waa2 View Post
Thx for ur replying bro. Byt i am not sure if i understand you. May u explain with more details? Cuz all i remember about this bug is to quick switch till get dc but i am not really sure.
just follow what he said but cancel the scroll before it teleporting u then use the 2h, u will be dced
10/18/2020 15:14 #HB#9
What are you guys talking about, this a bug in item switch..
10/18/2020 22:59 waa2#10
Quote:
Originally Posted by leo2111 View Post
I don't remember about that, or at least I don't know that method.
Let's suppose in item mall there is a scroll that changes the skin of the weapon, if the scroll in the stored procedure has this like " add_item_extern " then you have to follow the steps that I told you above. About switching I don't know, I never heard about it.
Ok bro i will test it and report

Quote:
Originally Posted by bimbum* View Post
just follow what he said but cancel the scroll before it teleporting u then use the 2h, u will be dced
I understand it now, I will test it but is it possilbe with instant return scroll or reverse scroll, or it must be with a scroll for changing or upgrading item?

Quote:
Originally Posted by #HB View Post
What are you guys talking about, this a bug in item switch..
Yup i thought so too, i remember doing this bug (staff+shield) in qsro rotana but i am not able to remember now xD, I tested quick switching between 2h and shield by keypresser script with sleep 0 in ur server (I was sure that u had fixed it :D) in addition to many other servers (some players are doing this bug there xD) but without any success.
10/18/2020 23:46 leo2111#11
Quote:
Originally Posted by bimbum* View Post
just follow what he said but cancel the scroll before it teleporting u then use the 2h, u will be dced
Exactly , I forgot to mention that, was the most important aspect xD
Quote:
Originally Posted by waa2 View Post
Ok bro i will test it and report



I understand it now, I will test it but is it possilbe with instant return scroll or reverse scroll, or it must be with a scroll for changing or upgrading item?


Yup i thought so too, i remember doing this bug (staff+shield) in qsro rotana but i am not able to remember now xD, I tested quick switching between 2h and shield by keypresser script with sleep 0 in ur server (I was sure that u had fixed it :D) in addition to many other servers (some players are doing this bug there xD) but without any success.
No , you should use the scroll which is upgrading or changing or adding an item into your inventory.
10/22/2020 00:01 waa2#12
Quote:
Originally Posted by leo2111 View Post
Exactly , I forgot to mention that, was the most important aspect xD


No , you should use the scroll which is upgrading or changing or adding an item into your inventory.
I tried but nothing happened. Maybe I did something wrong, please kindly inform me if I did something wrong. the scroll I used is to convert item from d13 sun to d14 moon.
[Only registered and activated users can see links. Click Here To Register...]
10/22/2020 02:40 leo2111#13
It was right, but that scroll has another stored procedure, so it looks it doesn't work , sadly
10/22/2020 17:30 waa2#14
Quote:
Originally Posted by leo2111 View Post
It was right, but that scroll has another stored procedure, so it looks it doesn't work , sadly
sad :(
np bro thx for ur help <3, if there's anyone know how to do it please share it :D
10/29/2020 02:44 zagorodnov#15
U can use my scroll for upgrate item by item id
Quote:
ELSE IF ((@Operation = 41) and (@ItemRefID = 44036)) -- RefObjCommon ID
Begin
Execute [SRO_VT_LOG].[dbo].[_UpgradeSystem] @CharID
End
Quote:
USE [SRO_VT_LOG]
GO
/****** Object: StoredProcedure [dbo].[_UpgradeSystem] Script Date: 27.10.2020 21:21:24 ******/
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER ON
GO

ALTER PROCEDURE [dbo].[_UpgradeSystem]
@CharID Int
As
declare @ID64Wep int
declare @ID64Shd int
declare @OldItemWepID int
declare @OldItemShdID int
declare @NewItemWepID int
declare @NewItemShdID int
declare @SlotWep int
declare @SlotShd int

set @ID64Wep = (select ItemID from SRO_VT_SHARD.._Inventory where CharID = @CharID and slot ='6')
set @ID64Shd = (select ItemID from SRO_VT_SHARD.._Inventory where CharID = @CharID and slot ='7')
set @OldItemWepID =(select RefItemID from SRO_VT_SHARD.._Items where ID64 = @ID64Wep)
set @OldItemShdID =(select RefItemID from SRO_VT_SHARD.._Items where ID64 = @ID64Shd)
set @NewItemWepID = (select NewItemID from _UpgradeItemData where OldItemID = @OldItemWepID)
set @NewItemShdID = (select NewItemID from _UpgradeItemData where OldItemID = @OldItemShdID)

IF (EXISTS(select RefItemID from SRO_VT_SHARD.._Items where ID64 = @ID64Wep and RefItemID = @OldItemWepID and OptLevel >= 12 ))
begin
Update [SRO_VT_SHARD].[dbo].[_Items] Set RefItemID = @NewItemWepID , OptLevel = 0, MagParamNum = 0, MagParam1 = NULL, MagParam2 = NULL, MagParam3 = NULL, MagParam4 = NULL, MagParam5 = NULL, MagParam6 = NULL, MagParam7 = NULL, MagParam8 = NULL, MagParam9 = NULL, MagParam10 = NULL, MagParam11 = NULL, MagParam12 = NULL, Variance = 0 Where ID64 = @ID64Wep
DELETE FROM SRO_VT_SHARD.dbo._BindingOptionWithItem where nItemDBID = @ID64Wep

end


IF (EXISTS(select RefItemID from SRO_VT_SHARD.._Items where ID64 = @ID64Shd and RefItemID = @OldItemShdID and OptLevel >= 12))
begin
Update [SRO_VT_SHARD].[dbo].[_Items] Set RefItemID = @NewItemShdID , OptLevel = 0, MagParamNum = 0, MagParam1 = NULL, MagParam2 = NULL, MagParam3 = NULL, MagParam4 = NULL, MagParam5 = NULL, MagParam6 = NULL, MagParam7 = NULL, MagParam8 = NULL, MagParam9 = NULL, MagParam10 = NULL, MagParam11 = NULL, MagParam12 = NULL, Variance = 0 Where ID64 = @ID64Shd
DELETE FROM SRO_VT_SHARD.dbo._BindingOptionWithItem where nItemDBID = @ID64Shd
end
Quote:
USE [SRO_VT_LOG]
GO

/****** Object: Table [dbo].[_UpgradeItemData] Script Date: 29.10.2020 4:41:51 ******/
SET ANSI_NULLS ON
GO

SET QUOTED_IDENTIFIER ON
GO

CREATE TABLE [dbo].[_UpgradeItemData](
[OldItemID] [int] NULL,
[NewItemId] [int] NULL,
[Slot] [int] NULL
) ON [PRIMARY]
GO
Quote:
_RefObjCommon
1 44036 ITEM_UPGRADE ????? xxx SN_ITEM_UPGRADE SN_ITEM_UPGRADE_TT_DESC 0 0 3 3 3 1 180000 3 0 1 1 1 255 0 1 0 0 128 0 100 0 0 0 0 0 -1 0 -1 0 -1 0 -1 0 -1 0 0 0 0 0 0 0 100 0 0 0 xxx item\etc\drop_mall_scroll.bsr skill\reflect_back.ddj xxx xxx 23356
Quote:
_RefObjItem
23356 1 2 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 ???? 1 ?????? -1 RESURRECT 5 COOLTIME:0x00000000 -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx -1 xxx 0 0 0