Signup Now
Page 58 of 65 FirstFirst ... 8485657585960 ... LastLast
Results 571 to 580 of 647
  1. #571
    Free User
    Join Date
    Jun 2014
    Posts
    6
    Reputation
    10
    Rep Power
    0
    I need of a taker screenshot for death.

  2. #572
    Free User
    Join Date
    Feb 2014
    Posts
    16
    Reputation
    10
    Rep Power
    0
    I need to stop attack if target(player) hp is lower than X
    THX

  3. #573
    Free User
    Join Date
    Feb 2014
    Posts
    26
    Reputation
    10
    Rep Power
    0
    @Raphael something to hunt with beams? frigo hur/vis hur, exevo gran vis lux?

  4. #574
    Free User
    Join Date
    Aug 2014
    Posts
    25
    Reputation
    10
    Rep Power
    0
    if windowscount(<3)
    then

    init start
    local mainbp = getlootingdestination('mainbp')
    local suppbp = getlootingdestination('suppbp')
    local lootbp = getlootingdestination('lootbp')
    local goldbp = getlootingdestination('goldbp')
    init end

    closewindows()
    openBackpacks(true, mainbp, lootbp, goldbp)
    waitping()
    I wanna do that! Tried as an action and it keeps closing all bps and reopening when it gets to it, i want it as action or as persistent... whats wrong?

  5. #575
    Free User Paco's Avatar
    Join Date
    Dec 2013
    Location
    Poland
    Posts
    55
    Reputation
    6
    Rep Power
    0
    @Raphael It is possible add 2 more accounts to Character Relogger on Low Stamina? I wanted to edit it to bot 5 chars on 1 respawn , but it doesn't work.

  6. #576
    Moderator mistgun's Avatar
    Join Date
    Dec 2013
    Location
    Lodz, Poland
    Posts
    1,819
    Reputation
    220
    Rep Power
    29
    Quote Originally Posted by Paco View Post
    @Raphael It is possible add 2 more accounts to Character Relogger on Low Stamina? I wanted to edit it to bot 5 chars on 1 respawn , but it doesn't work.
    add

    {
    account = 'account4',
    password = 'password4',
    character = 'character4'
    },
    {
    account = 'account5',
    password = 'password5',
    character = 'character5'
    }
    Last edited by mistgun; 09-28-2014 at 02:30 PM.

  7. #577
    Free User ozzix's Avatar
    Join Date
    Jan 2014
    Location
    Sweden
    Posts
    4,768
    Reputation
    151
    Rep Power
    34
    Quote Originally Posted by Raphael View Post
    I don't know, I only write that I'm told, I'm terrible at thinking what to do when Tibia is the matter.
    if there is any way to do something like
    if targetlost() and maround < 1 then
    pausewaling(3000)
    end

    targetlost() doesnt exists that i know if, but it shows in the tibia window, not the server log though so cant do .lastmsg

    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]

  8. #578
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    Quote Originally Posted by ozzix View Post
    if there is any way to do something like
    if targetlost() and maround < 1 then
    pausewaling(3000)
    end

    targetlost() doesnt exists that i know if, but it shows in the tibia window, not the server log though so cant do .lastmsg
    That's because you should not use lastmsg. Use the newmessage iterator.

  9. #579
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,437
    Reputation
    309
    Rep Power
    31
    Quote Originally Posted by mistgun View Post
    add

    {
    account = 'account4',
    password = 'password4',
    character = 'character4'
    },
    {
    account = 'account5',
    password = 'password5',
    character = 'character5'
    }
    I thought that was pretty obvious stuff. y.y

  10. #580
    Free User Paco's Avatar
    Join Date
    Dec 2013
    Location
    Poland
    Posts
    55
    Reputation
    6
    Rep Power
    0
    Quote Originally Posted by mistgun View Post
    add

    {
    account = 'account4',
    password = 'password4',
    character = 'character4'
    },
    {
    account = 'account5',
    password = 'password5',
    character = 'character5'
    }

    Thanks

 

 

Posting Permissions

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