Adam Posted July 20, 2012 Posted July 20, 2012 Hi rAthena, hello people I Need your help regarding an ITEM script: On my server @autotrade is configured with a default 72hours limit (to keep the market dynamic). My objective now is to create an item (single-use voucher) that allows players to bypass the 3 days limit; but we're experiencing issues : We created the item but can't find a way to script a single item to bypass the time limit without modifying the whole server @AT time settings To be more specific: - Voucher should be removed from user's inventory as soon as he turned his merch in AT mode. - After 168 hours in @at, the merch gets automatically disconnected All suggestions are welcome and appreciated. Thanks ! Quote
Arcenciel Posted July 22, 2012 Posted July 22, 2012 Question: How did you manage to put a time limit in autotrade? I don't recall rA having a setting for that. Was it via a script or a source modification? Quote
Emistry Posted July 22, 2012 Posted July 22, 2012 @arcencial https://rathena.svn.sourceforge.net/svnroot/rathena/trunk/conf/battle/misc.conf // Set this to the amount of minutes autotrade chars will be kicked from the server. at_timeout: 0 @topic... i think it is better to do it in src .. example..create another autotrade command that read different timeout limit. Quote
Adam Posted July 22, 2012 Author Posted July 22, 2012 @arcencial https://rathena.svn....attle/misc.conf // Set this to the amount of minutes autotrade chars will be kicked from the server. at_timeout: 0 @topic... i think it is better to do it in src .. example..create another autotrade command that read different timeout limit. Thanks Emistry, we gonna look in this direction, great suggestion Quote
Arcenciel Posted July 24, 2012 Posted July 24, 2012 @Emistry: Oh thanks! Moving this topic to source request. Quote
Question
Adam
Hi rAthena, hello people
I Need your help regarding an ITEM script:
On my server @autotrade is configured with a default 72hours limit (to keep the market dynamic).
My objective now is to create an item (single-use voucher) that allows players to bypass the 3 days limit; but we're experiencing issues :
We created the item but can't find a way to script a single item to bypass the time limit without modifying the whole server @AT time settings
To be more specific:
- Voucher should be removed from user's inventory as soon as he turned his merch in AT mode.
- After 168 hours in @at, the merch gets automatically disconnected
All suggestions are welcome and appreciated.
Thanks !
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.