Issue information

Issue ID
#8555
Status
New
Severity
None
Started
nuoumanow
Mar 2, 2015 20:22
Last Post
nuoumanow
Mar 3, 2015 12:30
Confirmation
Yes (0)
No (1)

nuoumanow - Mar 2, 2015 20:22

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

[img]http://image.ohozaa.com/i/18f/4Lg67Y.jpg[/img]

nuoumanow - Mar 2, 2015 20:25

[img]http://image.ohozaa.com/i/a13/Q8vV1g.jpg[/img]

Garr - Mar 3, 2015 1:17

"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.

Dastgir - Mar 3, 2015 9:19

I think before opening box , it shows warning that you should have weight...

nuoumanow - Mar 3, 2015 12:30

[quote name="Dastgir" timestamp="1425374377"]
I think before opening box , it shows warning that you should have weight...[/quote]

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