Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Box untradeable

Status
Not open for further replies.
Newbie Spellweaver
Joined
Mar 23, 2020
Messages
85
Reaction score
3
Is it possible to create a box with items that cannot be exchanged? without having to create the item again? I want to create a starter box that has scroll of amplification and other items
 
Skilled Illusionist
Joined
Apr 21, 2010
Messages
378
Reaction score
96
If you have the V19 formats, look @ CProject::LoadPropItem

It should have:

Code:
prop.bCanTrade				= scanner.GetNumber();

If you look at the one above it "dwItemGrade" you should be able to find it easy in Spec_Item.txt

Don't know if it works though, didn't test it.
 
Upvote 0
Status
Not open for further replies.
Back
Top