Jump to content

gushtera

Members
  • Posts

    35
  • Credits

  • Joined

  • Last visited

    Never
  • Feedback

    0%

Posts posted by gushtera

  1. Ok. Let it be for all:

    var

    i,b,c,j:integer;

     

     

    begin

    if FromClient and (pck[1]=#$3B) then

    begin

        i:=6;

        b:=ReadD(i);

        c:=ReadD(i);

       

        pck:='';

        for j:=0 to 2 do

        begin

            buf:=#$3B;

            WriteD(1);

            WriteD(b);

            WriteD(-c);

            SendToServer;

        end;

    end;

    end.

     

    if any one wants to try at Freya u need to change the line : WriteD(-c); to > WriteQ(-c) since packets in Freya changed :D

  2. not like is that hard to make a manor script any way :D here is 1 i wrote long time ago :D think it was for HellBound ...

    //Aden town ...
    LABEL(crop)
    NPCSEL(Manor Manager[iD=8000])
    NPCDLG(Manor Manager[iD=8000])
    DLGSEL(Tally up indigenous product.)
    SELLCROP(Sea Coba[iD=6545],9999;Great Codran[iD=5094],9999;Blue Coba[iD=6541],9999;)
    CALL(crop)

     

  3. botxi9.th.gif

     

    L2walker 10.9.0 + wss 2.7 + WP 6.55F + Fix02.fsc

    //Fix02.fsc (LOL botprotection)
    BEGIN
      If (_gBuff=#$02+#0) then gBlockPacket;
    END
    

     

     

    there shoud be a .[dot] at the end of ur script

    like that

    /Fix02.fsc (LOL botprotection)
    BEGIN
      If (_gBuff=#$02+#0) then gBlockPacket;
    END.

     

    and when i use the WSS somthing is going wrong , maybe my hosts file i dono but it trys to connect me to

    Перехвачен коннект на 127.0.0.1:8684

    Thread Start: поток сервера Thread[0].SH 384/256 SSock=376

    Thread Start: поток клиента Thread[0].CH 392/2320 CSock=404

    Disconnect: отвалился клиент Thread[0].CH 392/2320 CSock=404

    Disconnect: отвалился сервер Thread[0].SH 384/256 SSock=376

    Thread Exit: поток сервера Thread[0].SH 384/256 SSock=376

    Thread Exit: поток клиента Thread[0].CH 392/2320 CSock=404

  4. well l2phx is old so probably there will bo no nice servers where you can use it :P just get used to it and leave l2phx its worthless

    get some programer to change the way l2ph hooks up :D all those protections are blocking the way l2ph injects :D so u just need new inject.dll to go around it :D

  5. Tested only on 1 Interlude server :P

    -----------------------------------

    1.make new script for l2ph

    begin
    if FromClient and (ConnectName='[color=blue]ur char name here[/color]') and (pck[1]=#$03) then pck:=#$30;
    end.

    2.start l2ph

    3.log in game

    4.when u are loged click teh box for teh script u made

    99501704xz3.jpg

    5.restart and log back in

    6.when u log back u will be dead so rez urself

    width=640 height=480http://img528.imageshack.us/img528/2959/72635155kz2.jpg[/img]

    7.when ur resed buff urself (stacking works whit PP,EE,SE buffs no party buffs)

    width=640 height=480http://img91.imageshack.us/img91/8379/shot00043et2.jpg[/img]

    8.when ur done buffing send packet to server 03

    width=640 height=480http://img249.imageshack.us/img249/6292/78261390iw4.jpg[/img]

     

    and u shoud get like this :P

    width=640 height=480http://img100.imageshack.us/img100/8638/shot00044ep4.jpg[/img]

     

     

    PS.tested it on 1 C4 server and it wont work :(

     

     

  6. so if u wana make CP pots while u sleep here u go :P

    all u need is buy Soul Ore and put it in ur WH :>

     

    Label(Itemdeposit)
    NPCDLG(Hakon)
    DELAY (1000)
    DLGSEL(Use a private warehouse)
    DELAY(1000)
    DLGSEL(Deposit an item - Private Warehouse)
    DELAY(1000)
    SAVEITEM(Greater CP Potion[iD=5592],20;)
    MSG(Deposited Greater CP Potion)
    
    NPCDLG(Hakon)
    DELAY(1000)
    DLGSEL(Use a private warehouse)
    DLGSEL(Pick up an item)
    DELAY(1000)
    }
    ITEMCOUNT(Soul Ore[iD=1785],<=,80;)
    {
    LoadItem(Soul Ore[iD=1785],1000;)
    }
    CALL(Itemdeposit)

     

    i sugest using it for Goddard WH coz thast the NPC i set it for :P

    use mage also coz skill reload faster :P

     

    EDITED: oh forgot to tell u , u gota set ur walker to Auto buff the CP pot skill :D

×
×
  • Create New...