Official Item Group/Package/Chain

Can't seem to get custom additions to the Old_Card_Album to load in-game.
You're getting errors? If so which or: can you send me the entries you added so I can play with it?
 
Sir @Ind,

Can you try to open Yggdrasil Box(10) #14232 and Elite Siege Supply #14003. It seems some of the packageitem(); is not fully working to me.

On screenshot below, after clicking 'Ok' button, nothing happen. 

NOTE: I'm using fresh Hercules SVN latest.

1.JPG

And here's the console errors I got when I open some of the items that has packageitem(); on item_db.

2.JPG

 
Last edited by a moderator:
Alright awesome release @ind +10 
default_smile.png


 
Sir @Ind,

Can you try to open Yggdrasil Box(10) #14232 and Elite Siege Supply #14003. It seems some of the packageitem(); is not fully working to me.

On screenshot below, after clicking 'Ok' button, nothing happen. 

NOTE: I'm using fresh Hercules SVN latest.
Hello, thanks for bringing this to us. problem you had with #14232 and #14003 has been fixed in https://github.com/HerculesWS/Hercules/commit/94502b74233035b07c8c73a1f991a17b7bf22c55I don't reproduce your console errors though, and I'd challenge your copy being "fresh" since our max level is 150 and in your screenshot it shows 160.

 
Sir @Ind,

Can you try to open Yggdrasil Box(10) #14232 and Elite Siege Supply #14003. It seems some of the packageitem(); is not fully working to me.

On screenshot below, after clicking 'Ok' button, nothing happen. 

NOTE: I'm using fresh Hercules SVN latest.

attachicon.gif
1.JPG

And here's the console errors I got when I open some of the items that has packageitem(); on item_db.

attachicon.gif
2.JPG
getting same error

 
Sir @Ind,

Can you try to open Yggdrasil Box(10) #14232 and Elite Siege Supply #14003. It seems some of the packageitem(); is not fully working to me.

On screenshot below, after clicking 'Ok' button, nothing happen. 

NOTE: I'm using fresh Hercules SVN latest.

attachicon.gif
1.JPG

And here's the console errors I got when I open some of the items that has packageitem(); on item_db.

attachicon.gif
2.JPG
getting same error

Cant Reproduce , im running on latest Herc

and i can open the boxes without any problems , or server errors msgs/ warning

i dont use SQL item db . and Running in PRE-RE mode

be sure to update your sql  item DBs

 
Sir @Ind,

Can you try to open Yggdrasil Box(10) #14232 and Elite Siege Supply #14003. It seems some of the packageitem(); is not fully working to me.

On screenshot below, after clicking 'Ok' button, nothing happen. 

NOTE: I'm using fresh Hercules SVN latest.

attachicon.gif
1.JPG

And here's the console errors I got when I open some of the items that has packageitem(); on item_db.

attachicon.gif
2.JPG
to fix this error compile and configure conf folder then run the server before you modify or put any custom setup

 
I getting this error "buildin_packageitem: item ITEM_NAME_HERE isn't a package!" when opening the package box.

WHAT I DID:

1. I created a new ITEM ID using existing sprite. Then put them in idnum2itemresnametable and idnum2itemdesctable

2. Include the new item id in itemInfo.lub and use the existing sprite.

3. Add new item id in item_db.txt and add script package function. (see below)

For example:

Script: <" packageitem(); ">
Type: 2 
 
5. Create new PACKAGE in item_packages.conf

Vesper_Core03_Box: {
Vesper_Core03_C: {
Random: 1
        Rate: 100
}
Vesper_Core03_C: {
Random: 1
Rate: 1000
}

}
Recompile and Test.

 
When I consume the package in-game, I got the error message in map-server.exe. 
buildin_packageitem: item 'ITEM PACKAGE NAME HERE' isn't a package!
BTW, I'm using the latest version. Anyone? Please help...
 
Last edited by a moderator:
post exactly what you added in item_db.conf

also your first step is not necessary since client doesn't read those files anymore!

 
ITEM PACKAGE
{
Id: 26024
AegisName: "Ticket_Box"
Name: "Ticket Box"
Type: 2
Buy: 0
Weight: 100
Upper: 63
Script: <" packageitem(); ">
},
 
 
 
ITEMS INSIDE THE PACKAGE
{
Id: 26001
AegisName: "Guarantee_Weapon_8Up"
Name: "Safe to 8 Weapon Certificate"
Type: 3
Buy: 0
},
{
Id: 26002
AegisName: "Guarantee_Weapon_7Up"
Name: "Safe to 7 Weapon Certificate"
Type: 3
Buy: 0
},
{
Id: 26003
AegisName: "Guarantee_Weapon_6Up"
Name: "Safe to 6 Weapon Certificate"
Type: 3
Buy: 0
},
{
Id: 26004
AegisName: "Guarantee_Armor_9Up"
Name: "Safe to 9 Body Armor Certificate"
Type: 3
Buy: 0
},
{
Id: 26005
AegisName: "Guarantee_Armor_8Up"
Name: "Safe to 8 Body Armor Certificate"
Type: 3
Buy: 0
},
{
Id: 26006
AegisName: "Guarantee_Armor_7Up"
Name: "Safe to 7 Body Armor Certificate"
Type: 3
Buy: 0
},
{
Id: 26007
AegisName: "Guarantee_Armor_6Up"
Name: "Safe to 7 Headgear Certificate"
Type: 3
Buy: 0
},
 
Make the AegisName of the item and the package match, or else show us the error prompted by the console.

 
Hello All ^^

I seem to be having a problem with item_chain.conf. We are changing over from rAthena to Hercules, all custom items worked on rAthena.

i have a lot of custom items that is using the command " bonus bAddMonsterDropChainItem,n; " in their script.

i dont seem to be getting any drops at all.

i have added the item groups to item_chain.conf in the same manner as the other groups in that file, i even tried a normal ro headgear that has the same script and nothing drops. is the a way to fix the chance? i did try changing the numbers to higher and still nothing.

here is an example:

the script:  bonus bAddMonsterDropChainItem,ITMCHAIN_DYESTUFFS;

the item_chain.conf: 

ITMCHAIN_DYESTUFFS: {
 Scarlet_Dyestuffs: 100
 Lemon_Dyestuffs: 100
 Cobaltblue_Dyestuffs: 100
 Darkgreen_Dyestuffs: 100
 Orange_Dyestuffs: 100
 Violet_Dyestuffs: 100
 White_Dyestuffs: 100
 Black_Dyestuffs: 100
 Pink_Dyestuffs: 100

Please help with this problem

 
do we have tutorials on how to add custom boxes?

Thanks in advance.

Announcement is not correct it's displaying like:

Character has won Package Box from Yggdrasil Berry

how can you fix this?

 
Last edited by a moderator:
 Good day.

 What is repeat_count? is it chance? is it by percentage? I looked into DOC and Wiki but couldn't find what it is. Can anyone teach me please?

 Thank you.

 
Back
Top