Reklama
Strona 27 z 110 PierwszaPierwsza ... 1725262728293777 ... OstatniaOstatnia
Pokazuje wyniki od 391 do 405 z 1640

Temat: Szukasz skryptu? Zajrzyj tutaj!

  1. #391
    Avatar _twisted_
    Data rejestracji
    2008
    Położenie
    Kielce
    Wiek
    31
    Posty
    45
    Siła reputacji
    0

    Domyślny

    Wchodzisz w zakladke cavebot, wpisujesz w odpowiednim okienku nazwe potwora klikasz setmeleekill, i dodajesz kolejnego potwora, w kolejnym okienk wpisujesz ID przedmiotow ktore bot ma lootowac i klikasz set loot, potem przechadzasz sie po expowisku i klikasz move (dodaja sie waypointy), na koncu skryptu naciskasz przycisk gotoscriptline 0

    @down
    Spróboj tego:
    Kod :
    //Script by Sir Cunferencia
    const
    FoodID = 3725;
    SleepTime = 264000;
    
    function GetItemFromOpenBackpack(ID: integer): TItem;
    var
    x: integer;
    y: integer;
    begin
    Result := nil;
    for x := 0 to Self.Containers.Count - 1 do
    begin
    if x >= Self.Containers.Count then Break;
    for y := 0 to Self.Containers.Container[x].Count - 1 do
    begin
    if y >= Self.Containers.Container[x].Count then Break;
    if Self.Containers.Container[x].Item[y].ID = ID then
    begin
    Result := Self.Containers.Container[x].Item[y];
    Exit;
    end;
    end;
    end;
    end;
    
    
    while not terminated do
    begin
    updateworld;
    Food := GetItemFromOpenBackpack(FoodID);
    if (Food <> nil) then Food.Use;
    sleep(SleepTime);
    end;
    jak sie domyslam bot to ng ?
    Ostatnio zmieniony przez _twisted_ : 28-02-2009, 13:10

  2. #392
    Avatar Piece-of-Ham
    Data rejestracji
    2007
    Położenie
    Pola Pelennoru
    Wiek
    18
    Posty
    420
    Siła reputacji
    18

    Domyślny

    Napisze mi ktoś skrypt żeby mi jadło Mushroomy z bp?
    ID Brown Mushrooma:
    3725
    Z góry dziękuje :)
    NG ofkours...
    Ostatnio zmieniony przez Piece-of-Ham : 28-02-2009, 16:30

  3. #393
    Dobrodziej

    Domyślny

    up
    omg na elfa czy na ng

  4. Reklama
  5. #394

    Data rejestracji
    2009
    Posty
    460
    Siła reputacji
    17

    Domyślny

    Jest w blackd w ogóle stair hopping ??? Jeżeli tak to po proszę o skrypt.

    A w ng stair hopping jest taki, że bot schodzi na dół/górę tylko wtedy kiedy potwór jest w fazie ruchu ?

  6. #395
    Max_Payne86

    Domyślny

    Cytuj majlo napisał Pokaż post
    Cytat został ukryty, ponieważ ignorujesz tego użytkownika. Pokaż cytat.
    Jest w blackd w ogóle stair hopping ??? Jeżeli tak to po proszę o skrypt.

    A w ng stair hopping jest taki, że bot schodzi na dół/górę tylko wtedy kiedy potwór jest w fazie ruchu ?
    W black możesz sobie co najwyżej sprawdzić piętro wyżej, niżej ale nie możesz tak chodzić bo ci robi reloga.

    Co do drugiego pytania to jeden wielki LOL
    To ty schodzisz i atakujesz danego moba w czasie ruchu a nie bot.
    Potrzebujesz jedynie skryptu na trzymanie ataku, był w tym temacie jakiś czas temu na 100% do NG.
    Idz na jakieś łatwe moby i przetestuj jak ci to wychodzi, trochę wprawy i niema szans żebyś padł.
    Ja tak expie na GS, czasami po 2 GS występują a od 60 lv gdy zaczołem na nich siedzieć nie padłem a parę lv już wbiłem ;)
    PS. Na 55 lv na undead gladiator padłem bo mnie 2 trafiły a nie wiedziałem że to takie mocne dziadostwo :P
    PS2. jak coś to MS więc mało HP miałem.

  7. #396
    Dobrodziej

    Domyślny

    Jest w blackd w ogóle stair hopping ??? Jeżeli tak to po proszę o skrypt.

    A w ng stair hopping jest taki, że bot schodzi na dół/górę tylko wtedy kiedy potwór jest w fazie ruchu ?
    załącz i sprawdzi:

    var
    LockID:integer;

    function GetCreatureByID(ID: integer): TCreature;
    var
    x: integer;
    begin
    Result := nil;
    for x := 0 to Creatures.Count - 1 do
    begin
    if x >= Creatures.Count then Break;
    if Creatures.Creature[x].ID = ID then
    begin
    Result := Creatures.Creature[x];
    Exit;
    end;
    end;
    end;

    begin
    updateworld;
    while self.attacking=0 do
    begin
    sleep(200);
    updateworld;
    end;
    LockID:=self.attacking;
    while not terminated do
    begin
    updateworld;
    ProcessEvents;
    if ((self.attacking)<>(LockID)) and ((self.attacking)<>(0)) then
    LockID:=Self.Attacking;
    If Self.Attacking=0 then
    begin
    Creature:=GetCreatureByID(LockID);
    If Creature<>nil then Creature.Attacking:=true;
    end;

    sleep(100);
    end;
    end;

  8. Reklama
  9. #397
    zmulax

    Domyślny

    pisac do mnie na gg :6516638
    mam wszystkie scrypty na kazde potworki xD

  10. #398
    Dziadus

    Domyślny

    Potrzebuję waypointy na Dark Katedre!
    Full cave'y.

    POOMOCY! Najlepiej to pomoc jak otrzymam od użytkownika tego na G tutaj co pomaga. :D

    Ale od innych też... <3 ;*

    BOT NG!!!!
    Ostatnio zmieniony przez Dziadus : 04-03-2009, 07:59

  11. #399

    Data rejestracji
    2009
    Posty
    460
    Siła reputacji
    17

    Domyślny

    Cytuj Dziadus napisał Pokaż post
    Cytat został ukryty, ponieważ ignorujesz tego użytkownika. Pokaż cytat.
    Potrzebuję waypointy na Dark Katedre!
    Full cave'y.

    POOMOCY! Najlepiej to pomoc jak otrzymam od użytkownika tego na G tutaj co pomaga. :D

    Ale od innych też... <3 ;*
    Jaki bot ???


    jak blackd to :

    Kod :
    onGMpause
    setFriendly
    setLoot D7 0B
    setLoot CF 0C
    setLoot 06 17
    setLoot 19 17
    setLoot EC 0B
    setLoot 0A 17
    setLoot 5A 0D
    setMeleeKill bandit
    setMeleeKill scorpion
    setMeleeKill wasp
    setMeleeKill lion
    setMeleeKill snake
    setMeleeKill wolf
    setMeleeKill bat
    setMeleeKill Rotworm
    setMeleeKill hunter
    setMeleeKill slime
    setMeleeKill wild warrior
    setMeleeKill smuggler
    setMeleeKill Centipede
    setMeleeKill Poison Spider
    setMeleeKill Beholder
    setMeleeKill Skeleton
    setMeleeKill Ghoul
    setMeleeKill Cave Rat
    setMeleeKill assassin
    setMeleeKill rotworm
    setMeleeKill carrion worm
    setMeleeKill Tarantula
    setMeleeKill dark monk
    setPriority assassin:+1
    setPriority tarantula:+1
    setPriority scorpion:+1
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32660,32344,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32662,32334,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32677,32344,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32694,32345,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32694,32358,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32694,32359,9
    move 32680,32364,9
    move 32669,32373,9
    move 32676,32390,9
    move 32665,32372,9
    move 32654,32365,9
    move 32668,32358,9
    move 32672,32345,9
    move 32677,32360,9
    move 32694,32359,9
    move 32694,32360,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32708,32355,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32711,32366,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32711,32367,9
    move 32718,32389,9
    move 32734,32388,9
    move 32740,32392,9
    move 32732,32408,9
    move 32743,32420,9
    move 32745,32429,9
    move 32739,32417,9
    move 32734,32399,9
    move 32729,32387,9
    move 32714,32381,9
    move 32711,32367,9
    move 32711,32368,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32707,32346,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32721,32344,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32727,32346,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32728,32346,9
    move 32742,32351,9
    move 32728,32346,9
    move 32728,32347,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32707,32337,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32702,32330,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32702,32329,9
    move 32702,32330,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32698,32344,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32669,32345,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32659,32356,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32666,32367,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32671,32374,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32684,32374,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32663,32367,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32645,32368,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32645,32379,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32631,32368,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32631,32388,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32620,32370,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32607,32377,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32614,32387,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32607,32389,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32614,32397,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32616,32372,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32649,32367,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32654,32355,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32620,32352,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32620,32336,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32624,32354,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32658,32347,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32643,32345,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32655,32333,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    gotoScriptLine 0
    :dp
    move 32659,32343,8
    move 32659,32341,7
    move 32688,32310,7
    move 32697,32310,7
    move 32707,32283,7
    move 32679,32267,7
    move 32656,32276,7
    move 32642,32262,7
    move 32638,32239,7
    move 32655,32212,7
    move 32655,32199,7
    move 32683,32177,7
    move 32700,32160,7
    move 32681,32145,7
    move 32682,32135,7
    move 32672,32093,7
    move 32696,32032,7
    move 32742,32071,7
    move 32784,32087,7
    move 32786,32087,6
    move 32790,32087,6
    move 32792,32087,7
    move 32832,32113,7
    move 32861,32126,7
    move 32862,32125,6
    move 32963,32108,6
    move 33002,32073,6
    move 33010,32053,6
    move 33017,32051,6
    move 33019,32052,6
    move 33019,32052,6
    move 33019,32052,6
    move 33019,32052,6
    move 33019,32052,6
    move 33019,32052,6
    move 33019,32052,6
    move 33019,32052,6
    fastExiva < B4 12 $hex-tibiastr:Deponuje kase :)$
    waitX 1
    fastExiva > 96 04 $hex-tibiastr:hi$
    waitX 2
    fastExiva > 96 04 $hex-tibiastr:deposit all$
    waitX 2
    fastExiva > 96 04 $hex-tibiastr:yes$
    waitX 2
    move 33017,32046,7
    move 33020,32060,7
    move 33020,32058,6
    move 33006,32072,6
    move 32926,32096,6
    move 32915,32125,6
    move 32863,32126,6
    move 32862,32127,7
    move 32799,32088,7
    move 32792,32087,7
    move 32790,32087,6
    move 32786,32087,6
    move 32784,32087,7
    move 32690,32088,7
    move 32698,32160,7
    move 32676,32187,7
    move 32655,32206,7
    move 32655,32216,7
    move 32648,32241,7
    move 32642,32274,7
    move 32679,32266,7
    move 32705,32282,7
    move 32696,32310,7
    move 32669,32329,7
    move 32660,32341,7
    move 32660,32343,8
    move 32660,32343,8
    gotoScriptLine 0
    Depositer poniżej 20 cap :)
    źródło: blackdproxy.pl

  12. Reklama
  13. #400
    Avatar Grulix
    Data rejestracji
    2008
    Położenie
    Zielona Góra
    Posty
    161
    Siła reputacji
    17

    Domyślny

    Potrzebuje skrypta na guardy kopalnia, koło beholdera kazo, lewa kopalnia na północy. Skrypt musi być pod TA.

  14. #401
    beryl99

    Domyślny Skrypt typu relog login

    potrzebuje takiego skryptu do ng który jak jakiś inny gracz sie pojawi na ekranie to się wyloguje i po np. 1 minucie z powrotem się zaloguje i będzie nadal np. robił runki

  15. #402
    Dziadus

    Domyślny

    Cytuj majlo napisał Pokaż post
    Cytat został ukryty, ponieważ ignorujesz tego użytkownika. Pokaż cytat.
    Jaki bot ???


    jak blackd to :

    Kod :
    onGMpause
    setFriendly
    setLoot D7 0B
    setLoot CF 0C
    setLoot 06 17
    setLoot 19 17
    setLoot EC 0B
    setLoot 0A 17
    setLoot 5A 0D
    setMeleeKill bandit
    setMeleeKill scorpion
    setMeleeKill wasp
    setMeleeKill lion
    setMeleeKill snake
    setMeleeKill wolf
    setMeleeKill bat
    setMeleeKill Rotworm
    setMeleeKill hunter
    setMeleeKill slime
    setMeleeKill wild warrior
    setMeleeKill smuggler
    setMeleeKill Centipede
    setMeleeKill Poison Spider
    setMeleeKill Beholder
    setMeleeKill Skeleton
    setMeleeKill Ghoul
    setMeleeKill Cave Rat
    setMeleeKill assassin
    setMeleeKill rotworm
    setMeleeKill carrion worm
    setMeleeKill Tarantula
    setMeleeKill dark monk
    setPriority assassin:+1
    setPriority tarantula:+1
    setPriority scorpion:+1
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32660,32344,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32662,32334,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32677,32344,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32694,32345,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32694,32358,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32694,32359,9
    move 32680,32364,9
    move 32669,32373,9
    move 32676,32390,9
    move 32665,32372,9
    move 32654,32365,9
    move 32668,32358,9
    move 32672,32345,9
    move 32677,32360,9
    move 32694,32359,9
    move 32694,32360,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32708,32355,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32711,32366,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32711,32367,9
    move 32718,32389,9
    move 32734,32388,9
    move 32740,32392,9
    move 32732,32408,9
    move 32743,32420,9
    move 32745,32429,9
    move 32739,32417,9
    move 32734,32399,9
    move 32729,32387,9
    move 32714,32381,9
    move 32711,32367,9
    move 32711,32368,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32707,32346,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32721,32344,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32727,32346,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32728,32346,9
    move 32742,32351,9
    move 32728,32346,9
    move 32728,32347,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32707,32337,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32702,32330,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32702,32329,9
    move 32702,32330,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32698,32344,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32669,32345,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32659,32356,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32666,32367,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32671,32374,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32684,32374,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32663,32367,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32645,32368,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32645,32379,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32631,32368,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32631,32388,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32620,32370,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32607,32377,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32614,32387,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32607,32389,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32614,32397,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32616,32372,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32649,32367,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32654,32355,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32620,32352,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32620,32336,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32624,32354,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32658,32347,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32643,32345,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    move 32655,32333,8
    IfTrue ($mycap$#number<=#2000) Goto $nlineoflabel:dp$
    gotoScriptLine 0
    :dp
    move 32659,32343,8
    move 32659,32341,7
    move 32688,32310,7
    move 32697,32310,7
    move 32707,32283,7
    move 32679,32267,7
    move 32656,32276,7
    move 32642,32262,7
    move 32638,32239,7
    move 32655,32212,7
    move 32655,32199,7
    move 32683,32177,7
    move 32700,32160,7
    move 32681,32145,7
    move 32682,32135,7
    move 32672,32093,7
    move 32696,32032,7
    move 32742,32071,7
    move 32784,32087,7
    move 32786,32087,6
    move 32790,32087,6
    move 32792,32087,7
    move 32832,32113,7
    move 32861,32126,7
    move 32862,32125,6
    move 32963,32108,6
    move 33002,32073,6
    move 33010,32053,6
    move 33017,32051,6
    move 33019,32052,6
    move 33019,32052,6
    move 33019,32052,6
    move 33019,32052,6
    move 33019,32052,6
    move 33019,32052,6
    move 33019,32052,6
    move 33019,32052,6
    fastExiva < B4 12 $hex-tibiastr:Deponuje kase :)$
    waitX 1
    fastExiva > 96 04 $hex-tibiastr:hi$
    waitX 2
    fastExiva > 96 04 $hex-tibiastr:deposit all$
    waitX 2
    fastExiva > 96 04 $hex-tibiastr:yes$
    waitX 2
    move 33017,32046,7
    move 33020,32060,7
    move 33020,32058,6
    move 33006,32072,6
    move 32926,32096,6
    move 32915,32125,6
    move 32863,32126,6
    move 32862,32127,7
    move 32799,32088,7
    move 32792,32087,7
    move 32790,32087,6
    move 32786,32087,6
    move 32784,32087,7
    move 32690,32088,7
    move 32698,32160,7
    move 32676,32187,7
    move 32655,32206,7
    move 32655,32216,7
    move 32648,32241,7
    move 32642,32274,7
    move 32679,32266,7
    move 32705,32282,7
    move 32696,32310,7
    move 32669,32329,7
    move 32660,32341,7
    move 32660,32343,8
    move 32660,32343,8
    gotoScriptLine 0
    Depositer poniżej 20 cap :)
    źródło: blackdproxy.pl

    A DO NG?????

  16. Reklama
  17. #403
    Avatar macintosh
    Data rejestracji
    2006
    Położenie
    warszawa
    Wiek
    35
    Posty
    693
    Siła reputacji
    19

    Domyślny

    podtżebóje skrypta pod ng na auto scereen shotera sword axe distance club mlvl shield
    Cytuj piorunek098 napisał Pokaż post
    Cytat został ukryty, ponieważ ignorujesz tego użytkownika. Pokaż cytat.
    Jestem jak Travolta w Gorączce sobotniej nocy.
    Cytuj Burian napisał Pokaż post
    Cytat został ukryty, ponieważ ignorujesz tego użytkownika. Pokaż cytat.
    Piszcie Plutonowi priva, to sobie chlopak potancuje z reka ;d
    prawdopodobnie najlepszy blog o androidzie i programach na niego

  18. #404
    Avatar w8w8w8
    Data rejestracji
    2006
    Posty
    2,279
    Siła reputacji
    21

    Domyślny

    Cytuj macintosh napisał Pokaż post
    Cytat został ukryty, ponieważ ignorujesz tego użytkownika. Pokaż cytat.
    podtżebóje skrypta pod ng na auto scereen shotera sword axe distance club mlvl shield
    nie testowalem. mozesz zmienic sciezke do folderu, podana jest przykladowa,

    Kod :
    var  
      Level: integer;  
      MLevel: integer;  
      Axe: integer  
      Fishing: integer  
      Shielding: integer  
    begin  
      UpdateWorld;  
      Level := Self.Level;  
      MLevel := Self.Skills.Magic.Level;  
      Axe := Self.Skills.Axe.Level;  
      Fishing := Self.Skills.Fishing.Level;  
      Shielding := Self.Skills.Shielding.Level;  
      while not Terminated do  
      begin  
        UpdateWorld;  
        if Level <> Self.Level then  
        begin  
          Level := Self.Level;  
          ScreenShot('c:\level' + IntToStr(Level) + '.bmp');  
          Level := Self.Level;  
        end;  
      if MLevel <> Self.Skills.Magic.Level then  
        begin  
          MLevel := Self.Skills.Magic.Level;  
          ScreenShot('c:\Mlevel' + IntToStr(MLevel) + '.bmp');  
          MLevel := Self.Skills.Magic.Level;  
        end;  
      if Axe <> Self.Skills.Axe.Level then  
        begin  
          Axe := Self.Skills.Axe.Level;  
          ScreenShot('c:\Axe' + IntToStr(Axe) + '.bmp');  
          Axe := Self.Skills.Axe.Level;  
        end;  
      if Fishing <> Self.Skills.Fishing.Level then  
        begin  
          Fishing := Self.Skills.Fishing.Level;  
          ScreenShot('c:\Fishing' + IntToStr(Fishing) + '.bmp');  
          Fishing := Self.Skills.Fishing.Level;  
        end;  
      if Shielding <> Self.Skills.Shielding.Level then  
        begin  
          Shielding := Self.Skills.Shielding.Level;  
          ScreenShot('c:\Shielding' + IntToStr(Shielding) + '.bmp');  
          Shielding := Self.Skills.Shielding.Level;  
          end;  
        Sleep(1000);  
      end;  
    end;

  19. #405
    Avatar DemonXD
    Data rejestracji
    2007
    Położenie
    Myszków
    Posty
    94
    Siła reputacji
    18

    Domyślny

    Siema
    Potrzebuje pilnie skrypta do NG. Jak skilluje to zawsze skilluje z kolegami. Powiedzmy że jeden kolega to np. Adam, drugi to Piotrek, a trzeci to Marek. Chodzi mi o to że jak pojawi się ktoś oprócz moim kolegów Adama, Piotrka i Marka na mapie to mój char daje exita. Skilluje zawsze na monku i już tak ostatnio padłem. Proszę o tego skrypta.

  20. Reklama
Reklama

Informacje o temacie

Użytkownicy przeglądający temat

Aktualnie 1 użytkowników przegląda ten temat. (0 użytkowników i 1 gości)

Podobne tematy

  1. Szukasz teamu? Zajrzyj tutaj!
    Przez smakosz w dziale Open Tibia Server
    Odpowiedzi: 271
    Ostatni post: 17-02-2024, 17:40
  2. Odpowiedzi: 1156
    Ostatni post: 12-02-2023, 09:51
  3. Szukasz Mappera? Zajrzyj tu!
    Przez Pox w dziale Mapping
    Odpowiedzi: 109
    Ostatni post: 31-03-2017, 01:37
  4. [7.4] Szukasz oldschoolowego ots'a pod 7.4? Zajrzyj!
    Przez SlitasneZebro w dziale Tematy serwerów
    Odpowiedzi: 299
    Ostatni post: 24-04-2013, 12:06
  5. Nie wiesz gdzie trenić? Zajrzyj tutaj!
    Przez Justysia_=* w dziale Tibia
    Odpowiedzi: 105
    Ostatni post: 09-08-2008, 19:10

Zakładki

Zakładki

Zasady postowania

  • Nie możesz pisać nowych tematów
  • Nie możesz pisać postów
  • Nie możesz używać załączników
  • Nie możesz edytować swoich postów
  •