Signup Now
Page 6 of 18 FirstFirst ... 4567816 ... LastLast
Results 51 to 60 of 180

Thread: Spells Attacker

  1. #51
    Moderator Leonardo's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    758
    Reputation
    77
    Rep Power
    25
    Quote Originally Posted by Ketamyn View Post
    How can I modificate this to cast "Exevo mas san"?

    I tried this but it's not working at all

    EDIT: I think everything is working perfect except parameter "Distance". How to change that to Exevo mas san Area?
    It already check if they are inside the area, but this script is bugged atm, I need to do some changes. And you can delete the other spells you don't want to cast.

    The best option is to put those attacks at the targeting engine, now you can set any target setting with setsettings function so this script became useless.

  2. #52
    Banned
    Join Date
    Dec 2013
    Location
    Barcelona
    Posts
    924
    Reputation
    22
    Rep Power
    0
    Quote Originally Posted by Leonardo View Post
    It already check if they are inside the area, but this script is bugged atm, I need to do some changes. And you can delete the other spells you don't want to cast.

    The best option is to put those attacks at the targeting engine, now you can set any target setting with setsettings function so this script became useless.
    Targeting checks if monsters are inside the spell area???

  3. #53
    Moderator Leonardo's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    758
    Reputation
    77
    Rep Power
    25
    Quote Originally Posted by Ketamyn View Post
    Targeting checks if monsters are inside the spell area???
    Yeah.

  4. #54
    Banned
    Join Date
    Dec 2013
    Location
    Barcelona
    Posts
    924
    Reputation
    22
    Rep Power
    0
    Quote Originally Posted by Leonardo View Post
    Yeah.
    I didn't know that haha thanks mate!

  5. #55
    Banned
    Join Date
    Dec 2013
    Location
    Barcelona
    Posts
    924
    Reputation
    22
    Rep Power
    0
    Hey @Leonardo!

    Everything is working smooth, but I dont know how to cast "Divine Caldera" just when there are 2 or more monsters into the area! Could you help me?

  6. #56
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,819
    Reputation
    220
    Rep Power
    29
    Just go targeting -> monsters -> monster name -> Count: 2+

    You can switch bettween counts etc in targeting using actions setsettings

  7. #57
    Banned
    Join Date
    Dec 2013
    Location
    Barcelona
    Posts
    924
    Reputation
    22
    Rep Power
    0
    Quote Originally Posted by mistgun View Post
    Just go targeting -> monsters -> monster name -> Count: 2+

    You can switch bettween counts etc in targeting using actions setsettings
    Working great, thanks mate!

  8. #58
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,819
    Reputation
    220
    Rep Power
    29
    Your welcome =]

  9. #59
    Moderator Leonardo's Avatar
    Join Date
    Dec 2013
    Location
    Brazil
    Posts
    758
    Reputation
    77
    Rep Power
    25
    Script updated again:

    Fixed bugs with maroundspell

    Checks the special areas all the time
    Performs cancast with a cache of spell duration (to avoid spamming support spells if they are in the duration period)
    Added UseTargetState, set it to true to use only if the targeting engine is on, false will use the script everytime.
    Script will adjust Amount to 1 if you set it to 0, to avoid spelling when no monsters around.
    You can use user options on the Amount for example:

    	{Name = "exori", Amount = tonumber(getuseroption("AmountExori"))},


    If it's 0 it'll not cast spell, if it's higher or equal than 1 it'll cast.

  10. #60
    Wind Powered
    Join Date
    Dec 2013
    Location
    dvscripts.com
    Posts
    7,098
    Reputation
    433
    Rep Power
    42
    Thanks a lot , gonna check it !!

 

 

Posting Permissions

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