• Due to recent spam attacks that heavily used compormised accounts we did reset all user passwords, AGAIN, if it happens and your account got compromised again due to re-used passwords your account will be perma-banned.

How to make rental item can be sold in npc

bbestkanatip2

New member
Messages
7
Points
0
i want to know how to make a rental item can be sold to npc before it expire does any one know. Please Help Me. Thank You

 
at clif.c find this

  if( sd->status.inventory.expire_time )        continue; // Cannot Sell Rental Items

and put // or removed.
 
Back
Top