Signup Now
Results 1 to 8 of 8
  1. #1
    Free User
    Join Date
    Jan 2016
    Posts
    20
    Reputation
    7
    Rep Power
    0

    Need help , special arenas and targeting

    HEllo , i have problem becouse people push me on special arena and after exeta me and lure me.

    Need script which i am on special arena ,go to label xx , i tried used it but no works,
    Script for arenas is high prioryty for me ! maybe this which i have is good but i give bad numbers , please help me
    First
    if isinsidespecialarea('33599') then
    gotolabel('xx')
    end

    Second
    if isinsidespecialarea('33564') then
    gotolabel('xx')
    end

    My arrenas:
    SArea2
    x;33599, y;32332, z;7

    SArea1
    x;33564, y;32379, z;7

    Screens my arenas :
    https://gyazo.com/d8a8081987ee53a4355b92a14e3ba485


    Second scripts which i need is when someone exeta me monsters , give targeting with reach to no movement for 10 second and later give targeting reach

  2. #2
    Free User
    Join Date
    Jan 2016
    Posts
    20
    Reputation
    7
    Rep Power
    0
    anyone could help me with my problem with special areas ?

  3. #3
    Free User
    Join Date
    Jan 2016
    Posts
    20
    Reputation
    7
    Rep Power
    0
    please help me , up up up , sory for spam but i need it

  4. #4
    Free User Orimorfus's Avatar
    Join Date
    Dec 2013
    Location
    Way to Deletera
    Posts
    314
    Reputation
    92
    Rep Power
    21
    use
    isinsidespecialarea('SArena1') ,
    isinsidespecialarea('SArena2') etc, or use your own names instead of coordinates, or change the special area avoidance to 199
    Last edited by Orimorfus; 01-31-2017 at 02:54 PM.

  5. #5
    Free User
    Join Date
    Jan 2016
    Posts
    20
    Reputation
    7
    Rep Power
    0
    it;s probably work , i give my own names but rease was special area avoidance to 199 , I will be testing but thanks a lot .

    So i please for second scripts , change targeting with reach to no movemant when something exeta me monster .

  6. #6
    Free User
    Join Date
    Jan 2016
    Posts
    20
    Reputation
    7
    Rep Power
    0
    up, So i please for second scripts , change targeting with reach to no movemant when something exeta me monster .

    Anybody ?

  7. #7
    Free User Cisco's Avatar
    Join Date
    Aug 2014
    Location
    Brazil
    Posts
    1,424
    Reputation
    119
    Rep Power
    23
    Quote Originally Posted by tetra kamehamehamehameha View Post
    up, So i please for second scripts , change targeting with reach to no movemant when something exeta me monster .

    Anybody ?
    We need more information of the place, but it would be more or less like this...

    auto(1000)

    if $posx >= 33333 then --position X larger special areas then 0 to pass
    --special area 2 and 1 ==> acoidance 0
    else
    --special area 2 and 1 ==> acoidance 250
    end


    That's why you need more accurate location information. If the "X" is increasing or decreasing and the same goes for the "Y". If the "X" increases toward the special area or decreases. (33333 is an imaginary value)

  8. #8
    Free User
    Join Date
    Jan 2016
    Posts
    20
    Reputation
    7
    Rep Power
    0
    Need change targeting with reach to no movemant when someone exeta me monster .

    Anybody have 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
  •