Jump to content

BFPkiller

Members
  • Content Count

    100
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Upvote
    BFPkiller reacted to jaBote in Scuffle Event 2.1   
    Change the OnClockXXXX: to OnMinute00: and OnMinute30:
  2. Upvote
    BFPkiller reacted to Mumbles in Instant Third-Class Jobs   
    This will only prompt players if they do not have the variable auto_third set; if they've already selected their job once, they won't encounter the message anymore. However, if you're loading this (as it is) into a live server, pre-existing players will also be prompted, even if they already have their class of choice. To prevent this from happening, change this line:
    if(auto_third) {  
    to this:
    if(auto_third || Class) {
  3. Upvote
    BFPkiller got a reaction from mybitch in Whisper Window 2013-12-23c   
    Yes this is normal , there is a topic on this.
    Well not really a topic but it has been asked and also been answered.
     
    I will post this topic here later
     
    Edit
     
    The topic , 
    http://herc.ws/board/topic/3768-2013-12-23-full-client-download/
     
    Lelouch, on 03 Jan 2014 - 23:04, said:
     
    its not broken
     
    they changed the style its works
     
    when you whisper to a other player , you will only see the whipser window , when the other player respons
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.