Jump to content
  • 0

Stamina or farm duration each account.


iFox

Question


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.03
  • Content Count:  55
  • Reputation:   0
  • Joined:  05/30/22
  • Last Seen:  

good day guys. im hoping someone have idea or can code/mod my request? i wanted to put limit on farming on the server where you will farm only for 3hrs or upto 5. and then right after that the account of any charcter will get tired or decrease the drop rate while farming. please help. looking for a good scripter also.  

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

  • Group:  Donators
  • Topic Count:  2
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   2
  • Joined:  10/31/12
  • Last Seen:  

This is kinda complicated since you only want to affect the drop rate of certain player.. what comes to my mind is kick the player from server if out of main town if he reaches the time limit set by the script add a checker OnPCLoginEvent: // if in town do not kick then if not in any town kick if reach time limit i think u could do it like this ?

 

i think like it would go like this only for checker ^_^

Quote

OnPCLoginEvent:
    if(@mapname$ != "prontera"){
        if(#TIME_LIMIT == .@Time_Limit){
            //kick
        }
    }


 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.03
  • Content Count:  55
  • Reputation:   0
  • Joined:  05/30/22
  • Last Seen:  

On 4/9/2023 at 1:24 AM, ryzenthird said:

This is kinda complicated since you only want to affect the drop rate of certain player.. what comes to my mind is kick the player from server if out of main town if he reaches the time limit set by the script add a checker OnPCLoginEvent: // if in town do not kick then if not in any town kick if reach time limit i think u could do it like this ?

 

i think like it would go like this only for checker ^_^


 

i like the idea sir. Thats great! So atleast they can still go roam around the town. But cant go or attack monster on field or dungeon.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...