Signup Now
Page 64 of 65 FirstFirst ... 145462636465 LastLast
Results 631 to 640 of 650
  1. #631
    Helper StaR's Avatar
    Join Date
    Dec 2013
    Location
    Manchester
    Posts
    713
    Reputation
    50
    Rep Power
    22
    Quote Originally Posted by Off Supreme View Post
    gold coin converter?
    This?



  2. #632
    Free User
    Join Date
    Feb 2015
    Posts
    9
    Reputation
    10
    Rep Power
    0
    Iluvponeys

    Hey,

    Just wondering if its possible to use a rune directly infront or behind of player position.

    For example using rune directly behind where player is facing, if player = P, rune = R and player facing = F:

    XFX
    XPX
    XRX

    Thanks in advance :-)

  3. #633
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,440
    Reputation
    283
    Rep Power
    27
    Quote Originally Posted by somalianpirate View Post
    Iluvponeys

    Hey,

    Just wondering if its possible to use a rune directly infront or behind of player position.

    For example using rune directly behind where player is facing, if player = P, rune = R and player facing = F:

    XFX
    XPX
    XRX

    Thanks in advance :-)
    local DIRS = DIRS or {
    n = Point:new( 0, -1),
    e = Point:new( 1, 0),
    s = Point:new( 0, 1),
    w = Point:new(-1, 0)
    }

    local p = findcreature('Cachero')

    -- In front
    useitemon('magic wall rune', 0, ground(p.posx + DIRS[p.dir].x, p.posy + DIRS[p.dir].y, p.posz))

    -- Behind
    useitemon('magic wall rune', 0, ground(p.posx - DIRS[p.dir].x, p.posy - DIRS[p.dir].y, p.posz))
    RaphSeller
    PayPal Instantaneous Reseller


    raphseller.com

  4. #634
    Free User
    Join Date
    Feb 2015
    Posts
    9
    Reputation
    10
    Rep Power
    0
    iluvraphael

    thank you so much

  5. #635
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,440
    Reputation
    283
    Rep Power
    27
    Quote Originally Posted by somalianpirate View Post
    iluvraphael

    thank you so much
    Who doesn't?

  6. #636
    Free User
    Join Date
    Feb 2015
    Posts
    8
    Reputation
    10
    Rep Power
    0

    New script

    can someone help me with the script of wasp, wolf, bears of south thais? thanks!

  7. #637
    Wind Tester
    Join Date
    Dec 2013
    Location
    Warsaw, Poland
    Posts
    2,578
    Reputation
    149
    Rep Power
    27
    I think you should search for help in your primary school first.

  8. #638
    Free User ozzix's Avatar
    Join Date
    Jan 2014
    Location
    Sweden
    Posts
    4,771
    Reputation
    151
    Rep Power
    31
    Quote Originally Posted by Xelo View Post
    I got a problem. While i'm luring (gone from killing place) sometimes a monster appears and start killing my shooters. I need a hotkey that forces my knight to go after the monster when he is killing my shooters and then exeta res. As usually the monster will be on my standing sqm, i need it to go back so the monster will move too and then take the right place of standing after luring...

    Got another problem. While the character is luring and the monster is killing the shooters, the knight doesn't go after. So the lure & stand option doesn't work that right to me... so from my point of view this is quiet difficult, cuz it gotta be like... ''Oh! my mates are in trouble! i gotta help them!!!'' and forces the character to go after and do what i want...

    Is it hard? Thank you in advance.
    read the rules

    Level Latest Scripts
    250+
    Oramond Sewers [MAGE |RP X1 | RP X2 |RP X3|EK X2 | EK X1]
    200+
    Banuta X2 [MAGE | RP]
    280+
    Roshamuul Mountain [RP]
    280+
    Ferumbras Lair [RP]
    250+
    Roshamuul North Silencers [RP]

  9. #639
    Free User ozzix's Avatar
    Join Date
    Jan 2014
    Location
    Sweden
    Posts
    4,771
    Reputation
    151
    Rep Power
    31
    Quote Originally Posted by Xelo View Post
    Just did what u said and now please be clear. i dont understand why u asked me to do that
    read the first post in this thread, it has a "Rules" section

    Level Latest Scripts
    250+
    Oramond Sewers [MAGE |RP X1 | RP X2 |RP X3|EK X2 | EK X1]
    200+
    Banuta X2 [MAGE | RP]
    280+
    Roshamuul Mountain [RP]
    280+
    Ferumbras Lair [RP]
    250+
    Roshamuul North Silencers [RP]

  10. #640
    Free User Gitaner's Avatar
    Join Date
    Dec 2013
    Posts
    114
    Reputation
    33
    Rep Power
    21
    iluvponeys

    Hello @Raphael I already know you got the ssa hotkey but with the new updates about "equipment as hotkey" I may request a new hotkey something like this:

    When I press "+" put ssa on = just redirect it to the hotkey I got the ssa equiper, same as energy ring / might ring will be awesome.

    Thanks and hope is it clear.

 

 

Posting Permissions

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