anacondaq Posted September 20, 2013 Posted September 20, 2013 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. Quote
Emistry Posted September 20, 2013 Posted September 20, 2013 try this ? https://rathena.org/board/index.php?/files/file/2334-%7B?%7D/ 1 Quote
anacondaq Posted September 20, 2013 Author Posted September 20, 2013 WeW! You save my life! And another question, there is possible to check: rental item or not rental item equipment on character? Quote
Patskie Posted September 21, 2013 Posted September 21, 2013 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."; } Quote
Emistry Posted September 21, 2013 Posted September 21, 2013 http://www.eathena.ws/board/index.php?showtopic=241313&view=findpost&p=1318374 or use getinventorylist @inventorylist_expire[] - expire time (Unix time stamp). 0 means never expires. Quote
Question
anacondaq
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.