Jump to content

darkmeyer

Members
  • Posts

    11
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

About darkmeyer

Profile Information

  • Gender
    Not Telling

darkmeyer's Achievements

Newbie

Newbie (1/16)

0

Reputation

  1. Stop spam! DLGSEL command does not work with buttons ... only when a text know how you can press a button in script? sorry for my english.
  2. Hello, I'm creating a script to join the tvt in l2walker but I need a little help Why only read the first POSINRANGE? and label (join tvt) call (join tvt) not working anymore please help Thnx LABEL(join tvt) NPCSEL(Parina) NPCDLG(Parina) DLGSEL(PARTICIPATECLOSE) POSINRANGE(175394,20269,-3245,2000) { Call(TOTOWN) } DELAY(100) POSINRANGE(9837,15620,-4569,400) { Call(rpscroll) } DELAY(100) POSINRANGE(12970,16482,-4580,400) { Call(respawn die) } CALL(join tvt) /////////////////Scroll in c1 LABEL(TOTOWN) USEITEM(Scroll of Escape to Dark Elf Village[iD=7119]) ////////////////after scroll LABEL(rpscroll) POSINRANGE(9837,15620,-4569,400) { MOVETO(10253,16967,-4569) MOVETO(11132,16940,-4569) MOVETO(12228,16596,-4584) MOVETO(14734,16062,-4469) } POSINRANGE(14734,16062,-4469,200) { Call(join tvt) } ////////////////die in c1 (respwn after tvt) LABEL(respawn die) delay(100) POSINRANGE(12413,16610,-4580,400) { MOVETO(14734,16062,-4469) } POSINRANGE(14734,16062,-4469,400) { Call(join tvt) } call(join tvt)
  3. Hello, I'm creating a script to join the tvt in l2walker but I need a little help Why only read the first POSINRANGE? and label (join tvt) call (join tvt) not working anymore please help Thnx
×
×
  • Create New...