Jump to content
  • 0

R> Refineable & Enchantable Renting items!


Question

Posted

Guys, i need your help, i know, renting items can't be refined or enchanted, but how to do it?

Example: 

 

rentitem 2353,84200;

 

And i get rental item (Odin Blessing) for 84200 seconds.

I want to refine this item.

I want enchant this item...

 

How to solve this problem?(

That is very important...

 

I can pay for source mods what will allow to refine & enchant rental items.

4 answers to this question

Recommended Posts

Posted

WeW! You save my life! 

And another question, there is possible to check: rental item or not rental item equipment on character?

That can be done i guess through script?

getinventorylist;
for ( set .@i, 0; .@i < @inventorylist_count; set .@i, .@i + 1 ) {
    if ( @inventorylist_expire[.@i] > 0 )
        message strcharinfo(0),"" +getitemname(@inventorylist_id[.@i])+ " is a rental item.";
}

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.   Paste as plain text instead

  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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...