Jump to content

  •  

Bug Tracker Migration

June 3rd
Good news everyone! The staff has decided that it is time to slowly kill off this Bug Tracker. We will begin the process of slowly migrating from this Bug Tracker over to our Github Issues which can be found here: https://github.com/HerculesWS/Hercules/issues

Over the next couple of days, I will be closing off any opportunity to create new reports. However, I still will keep the opportunity to reply to existing Bug Reports. Doing this will allow us to slowly fix any bug reports we have listed here so that we can easily migrate over to our Issue Tracker.

Update - June 7th 2015: Creating new bug posts has been disabled. Please use our https://github.com/HerculesWS/Hercules/issues tracker to post bugs. Users are still able to reply to existing bug posts.

- Administration

Issue Information

  • #008555

  • 0 - None Assigned

  • New

Issue Confirmations

  • Yes (0)No (1)
Photo

Bug item check weight

Posted by nuoumanow on 02 March 2015 - 08:22 PM

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

Posted Image

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

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