Signup Now
Results 1 to 2 of 2
  1. #1
    Free User
    Join Date
    May 2014
    Posts
    28
    Reputation
    10
    Rep Power
    0

    Lightbulb Smart options for healing

    Hello. We want to simulate a human healing. When you are cursed then bot spam exura even you are in depo . This does not look normal.
    This script stop healing while you are in protection zone and when leave protection zone then start healing.
    Second options stop healing while you are on hunt and there is no monster around and other player enter your screen.
    But when monster around and player around healing work normal.
    Hope you understand what i mean and how work this Script.
    I prefer this script for no pvp words.
    This is healing for RP. You can edit it as you wish.
    Ps. One of the rules must be always "On"

    --Smart healing in depo and while hunt
    auto(500)
    if $pzone or (paround(7) > 0 and maround(7) == 0) then
    setsetting('SpellHealer/Rules/exura/Enabled','no')
    setsetting('SpellHealer/Rules/Exura Gran/Enabled','no')
    setsetting('SpellHealer/Rules/Exura San/Enabled','no')
    setsetting('SpellHealer/Rules/Exura Gran San/Enabled','yes')
    else
    setsetting('SpellHealer/Rules/Exura/Enabled','yes')
    setsetting('SpellHealer/Rules/Exura Gran/Enabled','yes')
    setsetting('SpellHealer/Rules/Exura San/Enabled','yes')
    setsetting('SpellHealer/Rules/Exura Gran San/Enabled','yes')
    end

  2. #2
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,821
    Reputation
    220
    Rep Power
    26
    hmm i think this would be better solution since you don't have to change anything in the code:

    auto(200)
    sethealing($pzone or (paround(7) > 0 and maround(7) == 0))

 

 

Posting Permissions

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