Issue Information
-
#008555
-
0 - None Assigned
-
New
Issue Confirmations
-
Yes (0)No (1)
exp
you have item
Id: 14003
AegisName: "Elite_Siege_Supply_Box"
Name: "Elite Siege Supply Box"
Type: 18
Buy: 20
Weight: 10
Trade: {
nodrop: true
notrade: true
noselltonpc: true
nocart: true
nogstorage: true
nomail: true
noauction: true
}
Script: <"
getitem 11503,100;
getitem 11504,50;
">
when u repack u will get 11503(100)+11504(50)= 1500weight
if u have 4000/5000 weight or xxxx/xxxx weight >1000&& weight <1500
you will get 11503(100)only
and
if u have 4500/5000 weight or xxxx/xxxx weight >500&& weight <999
you will get 11504(50)only
you have item
Id: 14003
AegisName: "Elite_Siege_Supply_Box"
Name: "Elite Siege Supply Box"
Type: 18
Buy: 20
Weight: 10
Trade: {
nodrop: true
notrade: true
noselltonpc: true
nocart: true
nogstorage: true
nomail: true
noauction: true
}
Script: <"
getitem 11503,100;
getitem 11504,50;
">
when u repack u will get 11503(100)+11504(50)= 1500weight
if u have 4000/5000 weight or xxxx/xxxx weight >1000&& weight <1500
you will get 11503(100)only
and
if u have 4500/5000 weight or xxxx/xxxx weight >500&& weight <999
you will get 11504(50)only
"It's not a bug, it's a feature"
Server is trying to give player items, if character doesn't have enough weight it checks if the player can drop the given item. If he can drop it it's dropped on the ground near him, if he can't drop it it just continues as nothing happened.
By the way you made the box I'd assumed contents of it (11503 and 11504) have nodrop flag as well.
Server is trying to give player items, if character doesn't have enough weight it checks if the player can drop the given item. If he can drop it it's dropped on the ground near him, if he can't drop it it just continues as nothing happened.
By the way you made the box I'd assumed contents of it (11503 and 11504) have nodrop flag as well.
I think before opening box , it shows warning that you should have weight...
I think before opening box , it shows warning that you should have weight...
it show if you have weight < 499
u will can't open it
if u weight >500 get (50) weight >1000 get(100) weight >1500 get(100+50) weight<500 can't open box