Thread: How to stop new players trading before they played 30 minutes. ++REP

Results 1 to 5 of 5
  1. #1 How to stop new players trading before they played 30 minutes. ++REP 
    Banned

    Join Date
    Jul 2009
    Posts
    3,999
    Thanks given
    1,003
    Thanks received
    1,028
    Rep Power
    0
    Hey how do i stop new players trading for 30 minutes, when they made their new account. i will rep++ for help

    Btw its for delta.
    Reply With Quote  
     

  2. #2  
    Registered Member
    Join Date
    Aug 2009
    Posts
    143
    Thanks given
    3
    Thanks received
    0
    Rep Power
    1
    Make a timer, Add some code that when 30 minutes (which is going to be like 3000+ maybe) then find your trade code and add that code to it.
    ie.

    int tradetimer = 0;
    if (<tradecodehere> && tradetimer == 30000){
    trade code
    }
    Dig?

    Also might want to add that it saves it to there user account. cause if you just do itlike thiss every time they log in they wont be able to trade for 30 minutes.



    Reply With Quote  
     

  3. #3  
    Registered Member
    Join Date
    Feb 2008
    Posts
    2,084
    Thanks given
    1,908
    Thanks received
    1,053
    Rep Power
    5000
    A better way would be to have them complete a small task for an NPC to earn their rights to trade.
    Reply With Quote  
     

  4. #4  
    Donator

    Join Date
    Jul 2009
    Posts
    1,452
    Thanks given
    27
    Thanks received
    13
    Rep Power
    69
    Quote Originally Posted by Intellect View Post
    A better way would be to have them complete a small task for an NPC to earn their rights to trade.
    It really depends i myself like the timer of 15 - 30 minuttes more.
    Reply With Quote  
     

  5. #5  
    Banned

    Join Date
    May 2008
    Posts
    2,327
    Thanks given
    55
    Thanks received
    67
    Rep Power
    0
    Quote Originally Posted by Intellect View Post
    A better way would be to have them complete a small task for an NPC to earn their rights to trade.
    tutorial island...?
    Reply With Quote  
     


Thread Information
Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)


User Tag List

Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •