Jump to content

Special attribute items moving bug


Recommended Posts

I'm having an issue with the 6/7 bonus items. No syserr by the client or the server regarding the issue. You can see the bug below in the video

I don't think there is something wrong with the proto records but here they are for any case:

71051	bonus_adder+	ITEM_USE	USE_SPECIAL	1	ANTI_DROP | ANTI_SELL | ANTI_STACK	LOG | STACKABLE	NONE	NONE	1000000	0	0	0	0	LIMIT_NONE	0	LIMIT_NONE	0	APPLY_NONE	0	APPLY_NONE	0	APPLY_NONE	0	0	0	0	0	0	0	0	0	0
71052	bonus_changer+	ITEM_USE	USE_SPECIAL	1	ANTI_DROP | ANTI_SELL | ANTI_STACK	LOG | STACKABLE	NONE	NONE	500000	0	0	0	0	LIMIT_NONE	0	LIMIT_NONE	0	APPLY_NONE	0	APPLY_NONE	0	APPLY_NONE	0	0	0	0	0	0	0	0	0	0

 

Link to comment
Share on other sites

  • 2 months later...
  • Premium

You didn't add the add-bonus item in the item_proto client. Simple as that..

You see the item doesn't have a name? Because it's not in the client item_proto, if it's not in there the client is not able to read the size of the item, which defaults to 0 and bugs out like in the video.

  • Love 1

 

"Nothing's free in this life.

Ignorant people have an obligation to make up for their ignorance by paying those who help them.

Either you got the brains or cash, if you lack both you're useless."

Syreldar

Link to comment
Share on other sites

yea,u are right guys thank u.

and xmls

<ItemDef Vnum="71051" Name="LeituradeJolla" LocalizedName="Leitura de Jolla" Type="3" SubType="22" Weight="0" Size="1" AntiFlags="0" Flags="4" WearFlags="0" ImmuneFlags="0" Gold="8500000" ShopBuyPrice="0" LimitType0="0" LimitValue0="0" LimitType1="0" LimitValue1="0" ApplyType0="0" ApplyValue0="0" ApplyType1="0" ApplyValue1="0" ApplyType2="0" ApplyValue2="0" Value0="0" Value1="0" Value2="0" Value3="0" Value4="0" Value5="0" Socket0="-1" Socket1="-1" Socket2="-1" RefinedVnum="0" RefineSet="0" AlterToMagicItemPercent="0" Specular="0" GainSocketPercent="0" AddonType="0" />
<ItemDef Vnum="71052" Name="LeituradeArumaka" LocalizedName="Leitura de Arumaka" Type="3" SubType="2" Weight="0" Size="1" AntiFlags="0" Flags="4" WearFlags="0" ImmuneFlags="0" Gold="4500000" ShopBuyPrice="0" LimitType0="0" LimitValue0="0" LimitType1="0" LimitValue1="0" ApplyType0="0" ApplyValue0="0" ApplyType1="0" ApplyValue1="0" ApplyType2="0" ApplyValue2="0" Value0="0" Value1="0" Value2="0" Value3="0" Value4="0" Value5="0" Socket0="-1" Socket1="-1" Socket2="-1" RefinedVnum="0" RefineSet="0" AlterToMagicItemPercent="0" Specular="0" GainSocketPercent="0" AddonType="0" />
	

 

Link to comment
Share on other sites

  • Premium
8 minutes ago, dmitry said:

yea,u are right guys thank u.

and xmls


<ItemDef Vnum="71051" Name="LeituradeJolla" LocalizedName="Leitura de Jolla" Type="3" SubType="22" Weight="0" Size="1" AntiFlags="0" Flags="4" WearFlags="0" ImmuneFlags="0" Gold="8500000" ShopBuyPrice="0" LimitType0="0" LimitValue0="0" LimitType1="0" LimitValue1="0" ApplyType0="0" ApplyValue0="0" ApplyType1="0" ApplyValue1="0" ApplyType2="0" ApplyValue2="0" Value0="0" Value1="0" Value2="0" Value3="0" Value4="0" Value5="0" Socket0="-1" Socket1="-1" Socket2="-1" RefinedVnum="0" RefineSet="0" AlterToMagicItemPercent="0" Specular="0" GainSocketPercent="0" AddonType="0" />
<ItemDef Vnum="71052" Name="LeituradeArumaka" LocalizedName="Leitura de Arumaka" Type="3" SubType="2" Weight="0" Size="1" AntiFlags="0" Flags="4" WearFlags="0" ImmuneFlags="0" Gold="4500000" ShopBuyPrice="0" LimitType0="0" LimitValue0="0" LimitType1="0" LimitValue1="0" ApplyType0="0" ApplyValue0="0" ApplyType1="0" ApplyValue1="0" ApplyType2="0" ApplyValue2="0" Value0="0" Value1="0" Value2="0" Value3="0" Value4="0" Value5="0" Socket0="-1" Socket1="-1" Socket2="-1" RefinedVnum="0" RefineSet="0" AlterToMagicItemPercent="0" Specular="0" GainSocketPercent="0" AddonType="0" />
	

 

XML in 2019

  • Love 1


 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.