Jump to content

Cafalorn

Members
  • Posts

    108
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Posts posted by Cafalorn

  1. the problem is that you are trying to call WriteS (write a string) using an integer variable

     

    try to use this

    var
    a:integer;
    begin
    for a:=0 to 2 do
    buf:=#$49;
    WriteS(IntToStr(a));
    WriteD(0);
    SendToServer;
    end.

    ohh thx works but for good working must be

    var
    a:integer;
    begin
    for a:=0 to 10 do
    begin
    delay(35);
    buf:=#$49;
    WriteS(IntToStr(a));
    WriteD(0);
    SendToServer;
    end;
    end.

    Thx again for a lot

  2. Program arrayz;
    uses crt;
    
    Const
    max = 5000;
    
    VAR
    marks : array [1..MAX] of integer;
    a : integer;
    begin
    for a := 1 to MAX do
    begin
    buf:=#$49;
    WriteS(a);
    WriteD(0);
    SendToServer;
    end.
    end;
    

     

    no tested

    the same problem :(. In l2 phx numbers must be in

    ''

    for example loop:

    for a:=0 to 2 do

     

    and it looks

    WriteS('0');

    WriteS('1');

    WriteS('2');

     

    but i need place it by variable a, so it must be

    WriteS(a) but I need to add to that letter exactly these quotation marks

     

     

     

  3. This works on all gracia final and epilogue servers!

     

    1) Be a cardinal, shilien saint or eva's saint.

    2) click on transformation inquistor stance skill.

    3) While transforming (takes 3-5 seconds), spam click on Enlightenment

    4) Once the transformation process ends, you will have enlightenment on your Inquistor.

     

    It's very very useful in pvp or olympiad.

    Enlightenment time will be normal ? or increased?

×
×
  • Create New...