Hello,
Today i have a question and that question is, is it possible to change the perin value (when you click the perin it gives you 100m, i want it to be able to give 500m or 1bill perin when clicked, obviously sold in shops for 1b/500m perin first),
and if possible what files should i look in to make it so
Thanks - NickHough
okay i found this
#if __VER >= 11 // __MA_VER11_02
if( pItemElem->m_dwItemId == II_SYS_SYS_SCR_PERIN )
nCost = PERIN_VALUE;
#endif //__MA_VER11_02
Can i set the PERIN_VALUE in the source or does it need to be done through define.h?


![[Source] Change Perin Value](http://ragezone.com/hyper728.png)


