Signup Now
Page 3 of 3 FirstFirst 123
Results 21 to 25 of 25
  1. #21
    Free User Riku's Avatar
    Join Date
    Nov 2014
    Posts
    365
    Reputation
    49
    Rep Power
    19
    Quote Originally Posted by veritho View Post
    I play on unitera thanks so much:3 sorry again I'm looking for a script to close client when I have -40 stamina and close on protection zone,

    which world you play?
    Take a look at what blakw made you. I didn't see your post because you didn't tag my name with "@Riku".
    I've got a name change I play on Chrona! EU servers

  2. #22
    Free User veritho's Avatar
    Join Date
    Jan 2015
    Posts
    35
    Reputation
    10
    Rep Power
    0
    @Riku oh alright and thank you @blakw

  3. #23
    Free User veritho's Avatar
    Join Date
    Jan 2015
    Posts
    35
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by blakw View Post
    auto(200)
    if $pzone == true and $stamina <= 2400
    then
    closeclient()
    end
    sorry again me, where do I change the stamina? "2400" means 24:00?

  4. #24
    Free User Riku's Avatar
    Join Date
    Nov 2014
    Posts
    365
    Reputation
    49
    Rep Power
    19
    @veritho

    It's 2400/60 gives 40. Means 40H.

    init start
    local MinStamina = 40 -- In Hours
    init end

    auto(500)

    if ($pzone == true) and ($stamina <= MinStamina*60) then
    closeclient()
    end

  5. #25
    Free User veritho's Avatar
    Join Date
    Jan 2015
    Posts
    35
    Reputation
    10
    Rep Power
    0
    @Riku :3 thanks!

 

 

Posting Permissions

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