Signup Now
Results 1 to 6 of 6

Thread: Party functions

  1. #1
    Wind Tester
    Join Date
    Dec 2013
    Location
    Warsaw, Poland
    Posts
    2,579
    Reputation
    149
    Rep Power
    27

    Party functions

    Something like:
    inviteparty(string playername)
    joinparty(string leadername)
    passleadershio(string partymembername)
    enablesharedexp()
    leaveparty()
    $sharedexp
    $sharedexpactive
    $partyleader
    $partymember

    creature class:
    .IsPartyLeader(bool)
    .IsPartyMember(bool)
    Last edited by Imba; 12-19-2013 at 04:09 PM.

  2. #2
    Banned
    Join Date
    Dec 2013
    Location
    Poland
    Posts
    242
    Reputation
    14
    Rep Power
    0
    For what you need it? o.o

  3. #3
    Moderator RoxZin xD's Avatar
    Join Date
    Dec 2013
    Location
    Rio de Janeiro
    Posts
    4,914
    Reputation
    109
    Rep Power
    31
    Quote Originally Posted by Frox View Post
    For what you need it? o.o
    For example botting on War Golems with EK luring/attacking + ED healing/attacking on shared exp full afk with server save relogger and such hahahaha



    Troubled Animals Quest [100+]
    ALL
    Feyrist Animals Surface [160+]
    RP
    Feyrist Silencers Underground X1 [180+]
    RP | EK
    Feyrist Silencers Underground X2 [200+]
    RP | EK
    Feyrist Silencers Surface [210+]
    RP | EK
    Rathleton Sewers [240+]
    RP
    Glooth Fairy [350+]
    ED/MS
    Hardcore Draken Walls [400+]
    EK

  4. #4
    Wind Tester
    Join Date
    Dec 2013
    Location
    Warsaw, Poland
    Posts
    2,579
    Reputation
    149
    Rep Power
    27
    For some advanced scripts :P

  5. #5
    Moderator Raphael's Avatar
    Join Date
    Dec 2013
    Location
    raphseller.com
    Posts
    2,441
    Reputation
    309
    Rep Power
    28
    All of this is already possible:

    contextmenu('Invite to Party', 'Bubble') -- Invites Bubble to your party

    if $self.party == PARTY_EXPSHARE_OK_LEADER or $self.party == PARTY_EXPSHARE_OK_MEMBER then
    print('Hey, we are sharing exp!')
    end


    The PARTY_... constants can be found at the top of Lucas' lib.
    You can read more about contextmenu here: http://tibiawindbot.com/lua-events.html#contextmenu


    Edit:

    I might add some helper functions to my library later.

  6. #6
    Wind Tester
    Join Date
    Dec 2013
    Location
    Warsaw, Poland
    Posts
    2,579
    Reputation
    149
    Rep Power
    27
    Ow, i love you <no homo>
    Gonna check it now.

    edit. Works great! Thanks
    Last edited by Imba; 12-19-2013 at 11:35 PM.

 

 

Posting Permissions

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