Signup Now
Page 1 of 2 12 LastLast
Results 1 to 10 of 16

Thread: movecreature()

  1. #1
    Free User
    Join Date
    Dec 2013
    Posts
    32
    Reputation
    10
    Rep Power
    0

    movecreature()

    movecreature() don't work to push player idk why what i do wrong
    Code:
    movecreature('Damien', 's')
    why this function don't work?

  2. #2
    Free User
    Join Date
    Sep 2014
    Posts
    43
    Reputation
    19
    Rep Power
    0
    As I know that function has beed removed from windbot?

  3. #3
    Free User
    Join Date
    Dec 2013
    Posts
    32
    Reputation
    10
    Rep Power
    0
    why? so how do to push player from x sqm to x sqm?

  4. #4
    Wind Powered Motocyklista's Avatar
    Join Date
    Jul 2016
    Location
    Poland
    Posts
    11
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by seebaa View Post
    why? so how do to push player from x sqm to x sqm?
    PHP Code:
    local mB --sqm to move by
    local moveDirection 
    'n'
    auto(5000)
    --Do 
    not change. (Can change start if you want and know how.)--
    local dire = {
            
    dirs = {'n''s''w''e''nw''ne''sw''se'},
            
    = {00= -mBmBnw = -mBne mBsw = -mBse mB},
            
    = {= -mBmB00nw = -mBne = -mBsw mBse mB}
        }


    local start = {$posx$posy-1$posz}

    local dest = {start.x+dire.x[moveDirection], start.y+dire.y[moveDirection], $posz}
    local itemID topitem(start.xstart.ystart.z).id
    focusclient
    ()
    wait(1000)
    setsetting('Settings/ClickWaitTime''1 to 1 ms')
    setsetting('Settings/PressWaitTime''1 to 1 ms')
    useitemon('desintegrate rune'0ground($posx$posy-1$posz))
    wait(10)
    setsetting('Settings/ClickWaitTime''1 to 1 ms')
    setsetting('Settings/PressWaitTime''1 to 1 ms')
    moveitems(99ground(dest.xdest.ydest.z), ground(start.xstart.ystart.z), 100)  
    end 
    check this if i have lucky i can push player with magebot antipush (ps this code is for push player up to u)
    Last edited by Motocyklista; 05-07-2018 at 09:45 AM.

  5. #5
    Free User
    Join Date
    Sep 2014
    Posts
    43
    Reputation
    19
    Rep Power
    0
    The F^%&? It WORKS

  6. #6
    Wind Powered Motocyklista's Avatar
    Join Date
    Jul 2016
    Location
    Poland
    Posts
    11
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by aweroth View Post
    The F^%&? It WORKS
    yes becouse im pro player? XD

  7. #7
    Free User
    Join Date
    Sep 2014
    Posts
    43
    Reputation
    19
    Rep Power
    0
    Made HUD out of it allready
    With option of Desintegrrate/firefield
    Select target with follow or attack
    Select direction of push ;p
    New Bitmap Image.bmp

  8. #8
    Wind Powered Motocyklista's Avatar
    Join Date
    Jul 2016
    Location
    Poland
    Posts
    11
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by aweroth View Post
    Made HUD out of it allready
    With option of Desintegrrate/firefield
    Select target with follow or attack
    Select direction of push ;p
    New Bitmap Image.bmp
    nice, but this push is not for war mode (its too low), im prefer use this on cavebot when someone put char on doors etc

  9. #9
    Free User
    Join Date
    Dec 2013
    Posts
    32
    Reputation
    10
    Rep Power
    0
    but i use only windbot not magebot

  10. #10
    Wind Powered Motocyklista's Avatar
    Join Date
    Jul 2016
    Location
    Poland
    Posts
    11
    Reputation
    10
    Rep Power
    0
    Quote Originally Posted by seebaa View Post
    but i use only windbot not magebot
    Eh u dont understand it, If somone start trashing on magebot this script If u have lucky u can push him (only this script without any bots running)

 

 

Posting Permissions

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