Signup Now
Page 3 of 3 FirstFirst 123
Results 21 to 25 of 25
  1. #21
    Free User
    Join Date
    May 2014
    Posts
    33
    Reputation
    10
    Rep Power
    0
    thank you dona, very usefull

  2. #22
    Free User
    Join Date
    Dec 2013
    Posts
    32
    Reputation
    10
    Rep Power
    0
    hp leach now plz? ;P

  3. #23
    Free User
    Join Date
    Dec 2013
    Posts
    32
    Reputation
    10
    Rep Power
    0
    how to edit this on ots i got msg mana liek this "01:54 You leeched 13 mana of a lizard chosen."
    i edit like this "
    local REGEX_MANA_GAINED = '^You leeched (%d+) mana of a lizard chosen%.$'
    but this work only for 1 monster ;P how to edit code to after "You leeched (%d+) mana" any monster here" how to do it? ;P

  4. #24
    Free User Donatello's Avatar
    Join Date
    Dec 2013
    Location
    Tuscany, Italy
    Posts
    398
    Reputation
    51
    Rep Power
    21
    Quote Originally Posted by seebaa View Post
    how to edit this on ots i got msg mana liek this "01:54 You leeched 13 mana of a lizard chosen."
    i edit like this "
    but this work only for 1 monster ;P how to edit code to after "You leeched (%d+) mana" any monster here" how to do it? ;P
    I guess this shud works:

    local REGEX_MANA_GAINED = '^You leeched (%d+) mana of (%a+)%.$'

  5. #25
    Free User
    Join Date
    Dec 2013
    Posts
    32
    Reputation
    10
    Rep Power
    0
    yes i t work thx

 

 

Posting Permissions

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