anacondaq Posted September 20, 2013 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 1096 Reputation: 348 Joined: 02/26/12 Last Seen: May 30, 2023 Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted September 20, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Tuesday at 12:58 PM Share Posted September 20, 2013 try this ? https://rathena.org/board/index.php?/files/file/2334-%7B?%7D/ 1 Quote Link to comment Share on other sites More sharing options...
anacondaq Posted September 20, 2013 Group: Members Topic Count: 42 Topics Per Day: 0.01 Content Count: 1096 Reputation: 348 Joined: 02/26/12 Last Seen: May 30, 2023 Author Share 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 Link to comment Share on other sites More sharing options...
Patskie Posted September 21, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 20 minutes ago Share 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 Link to comment Share on other sites More sharing options...
Emistry Posted September 21, 2013 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Tuesday at 12:58 PM Share 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 Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
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.