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!

How to Create Giftbox

Status
Not open for further replies.
Newbie Spellweaver
Joined
Dec 21, 2020
Messages
5
Reaction score
0
Hello Ragezone community. i wanna ask if there someone know how do i create a giftbox box or Item Box with Weapon or Armor Set per Jobs

if you open the box if your jobs is Mercenary you will get a weapon and set for mercenary

if someone share it thankyou so much big respect.
 
Junior Spellweaver
Joined
Nov 21, 2015
Messages
180
Reaction score
21
along with what Ketchup has added you could do another method,
Ex:
PropPackItem.inc
Code:
PackItem        II_SYS_SYS_BX_TWNLEVELUP120BX        0 
{
    II_SYS_SYS_SCR_EXPSCROLL03_07        0    1
    II_ARM_S_CLO_MAS_FASHIONGLASS02        0    1
}

Add the pack item (in this case it's "II_SYS_SYS_BX_TWNLEVELUP120BX") to the defineitem.h and your prop/spec_items.txt file and if you want it to have a drop perhaps the mdlobj.inc? If I recall right?

with in the "{ }" add the items you want from the box?

Keep in mind I haven't done this sort of thing in a long time.
 
Last edited:
Status
Not open for further replies.
Back
Top