Jump to content
  • 0
Sign in to follow this  
Clare

change in rental item

Question

Hi, Someone can help me to make a change in rental items? I want they cannot have equipped cards.
Remove the slot cards from this items.
 
I searched an answer for this on forum, but didn't find anything that could help me, I believe it is
necessary to make a change in the source.

Thanks to anyone who can help me to make this change.
Edited by Clare

Share this post


Link to post
Share on other sites

6 answers to this question

Recommended Posts

  • 0

You can change the number of card slots in the item_db.conf.

Just delete Slots: x in the items you want to have them removed.

 

For example change:

{	Id: 1507	AegisName: "Smasher"	Name: "Smasher"	Type: 4	Buy: 9000	Weight: 1000	Atk: 54	Range: 1	Slots: 2	Job: 0x0004C5B3	Loc: 2	WeaponLv: 2	EquipLv: 14	View: 8},

to:

{	Id: 1507	AegisName: "Smasher"	Name: "Smasher"	Type: 4	Buy: 9000	Weight: 1000	Atk: 54	Range: 1	Job: 0x0004C5B3	Loc: 2	WeaponLv: 2	EquipLv: 14	View: 8},
Edited by Winterfox

Share this post


Link to post
Share on other sites
  • 0
Hi @@Winterfox I think you don't understand what I want ...

I just want sell some items in the NPC, like rental items,
for a time using the rental items, but this items can't have slot for cards, without changing the original items, I want to give the option to players
 
1-  buy the permanent item with slot
2- rent the item for a specified time without the slot for cards
 
and to do this need to create rental items, but the items not can have their slots for cards.
 
In other words, I want to remove the card slots of rental items in the same way that there not are card slots for costume items created by the "costume system" changing the script command rentitem or something in the source.
 
Edited by Clare

Share this post


Link to post
Share on other sites
  • 0

Edit
thanks
I will try again and come back to tell if it worked ^^

Edited by Clare

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.