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

  • #006210

  • 0 - None Assigned

  • Unable To Reproduce

Issue Confirmations

  • Yes (0)No (2)
Photo

item restriction bug.

Posted by Hercules Bot on 11 July 2012 - 07:50 PM

Originally posted by Brynner
i try to modified the valkyrie armor. i just want to enable all the class except novice can wear this item. but the problem is. still not working. i can't wear valkyrie armor for ninja class even i set to
item configuration
All Classes    : 0xFFFFFFFF
Every Job Except Novice   : 0xFFFFFFFE

and also i change job into novice. i try to wear it also but its not working.
item configuration
All Classes    : 0xFFFFFFFF

ID,DBName,ScreenName,Type,Price,Sell,Weight,ATK,DEF,Range,Slot,Job,Upper,Gender,Loc,wLV,eLV,
Refineable,View,{Script},{OnEquip_Script},{OnUnequip_Script}
this is the default.
2357,Valkyrie_Armor,Valkyrian Armor,5,0,,2800,,55,,1,0xFFFFFFFE,2,2,16,,1,1,0

Upper: Specifies whether the item can be used by normal, baby or reborn classes.
1 = Normal
2 = Reborn Classes (High Wizards, Champions etc.) (includes 3rd classes)
4 = Baby Classes
8 = 3rd Classes

but when i set it to
2357,Valkyrie_Armor,Valkyrian Armor,5,0,,2800,,55,,1,0xFFFFFFFE,1,2,16,,1,1,0

the ninja can now equip the armor but the 3rd job cannot.

Originally posted by JoWei
Did you set "UPPER" to 1? Because current setting is set on Reborn classes by default for the valkyrie armor.

Edit: Fixed a typo

Edited by JoWei, 11 July 2012 - 09:19 PM.


Originally posted by Daegaladh
As JoWei said, you didn't set the upper parameter. It works fine for me.

Originally posted by Brynner

Did you set "UPPER" to 1? Because current setting is set on Reborn classes by default for the valkyrie armor.Edit: Fixed a typo


were can i find that?

Originally posted by Euphy

...Slots,Job,Upper,Gender...



Originally posted by Brynner
opps. the problem still there.

ID,DBName,ScreenName,Type,Price,Sell,Weight,ATK,DEF,Range,Slot,Job,Upper,Gender,Loc,wLV,eLV,
Refineable,View,{Script},{OnEquip_Script},{OnUnequip_Script}
this is the default.
2357,Valkyrie_Armor,Valkyrian Armor,5,0,,2800,,55,,1,0xFFFFFFFE ,2,2,16,,1,1,0


Upper: Specifies whether the item can be used by normal, baby or reborn classes.
1 = Normal
2 = Reborn Classes (High Wizards, Champions etc.) (includes 3rd classes)
4 = Baby Classes
8 = 3rd Classes

but when i set it to
2357,Valkyrie_Armor,Valkyrian Armor,5,0,,2800,,55,,1,0xFFFFFFFE ,1,2,16,,1,1,0

the ninja can now equip the armor but the 3rd job cannot.

Edited by Brynner, 12 July 2012 - 07:54 AM.


Originally posted by Brynner
oh i fix it thanks. i forget to set the combination.