NGSoft Forums

Go Back   NGSoft Forums > TibiaBot NG > Scripts

Reply
 
Thread Tools Display Modes
  #1  
Old 02-11-2007, 01:17 AM
Dusk Dusk is offline
Orc
 
Join Date: Oct 2006
Posts: 65
Default 25k - 35k Turtle Script [Script]

70ish Knight with 80/80 Is getting 36k atm, so I don't know - the script really ranges.

It's the top right island, and it's only ground floor meaning you get good profit and use less uh's, also start at the turtle when you spawn

Script removed, close thread please.

PM Me if you REALLY want it, we can arrange... something.
STOP FUCKING PMING ME

Last edited by Dusk; 04-03-2007 at 12:35 PM. Reason: Script used to much, lol
Reply With Quote
  #2  
Old 02-11-2007, 01:26 AM
daeronamilstel daeronamilstel is offline
Orc
 
Join Date: Jan 2007
Location: Ur moms house =]
Posts: 67
Default

testing it tomorrow ;]
im lvl 50 skills 80/80
dsm g legs mms dh f axe sb
Reply With Quote
  #3  
Old 02-11-2007, 01:46 AM
LoW_fan LoW_fan is offline
Demon
 
Join Date: Feb 2006
Location: Poland
Posts: 4,146
Send a message via MSN to LoW_fan
Default

were you using one or 2 handed weapon?
Reply With Quote
  #4  
Old 02-11-2007, 02:03 AM
xCODY xCODY is offline
Rat
 
Join Date: Feb 2007
Posts: 4
Default

is it possible for a level 13 to hunt here?
Reply With Quote
  #5  
Old 02-11-2007, 02:05 AM
Dusk Dusk is offline
Orc
 
Join Date: Oct 2006
Posts: 65
Default

Quote:
Originally Posted by xCODY View Post
is it possible for a level 13 to hunt here?
Lol, nah.

And yes I was using a d-lance
Reply With Quote
  #6  
Old 02-11-2007, 02:08 AM
daeronamilstel daeronamilstel is offline
Orc
 
Join Date: Jan 2007
Location: Ur moms house =]
Posts: 67
Default

ya pretty good script, 33k/hour for me, 4 uhs used, 1.1k cash ive got ;]
im using d lance with 80 axe,
thnx for the script
Reply With Quote
  #7  
Old 02-11-2007, 02:14 AM
daeronamilstel daeronamilstel is offline
Orc
 
Join Date: Jan 2007
Location: Ur moms house =]
Posts: 67
Default

btw sry for the spam, but anyone have the script to atk toads first ?
Reply With Quote
  #8  
Old 02-11-2007, 02:23 AM
Dusk Dusk is offline
Orc
 
Join Date: Oct 2006
Posts: 65
Default xD

Hey np, thanks for the feedback hope you get that toad stuff sorted.
Reply With Quote
  #9  
Old 02-11-2007, 02:30 AM
Freezepop for ever Freezepop for ever is offline
Dwarf
 
Join Date: Dec 2006
Location: USA, Ohio
Posts: 96
Send a message via AIM to Freezepop for ever
Default

Quote:
Originally Posted by daeronamilstel View Post
btw sry for the spam, but anyone have the script to atk toads first ?
Code:
 Const
Name=['Dwarf Guard', 'Dwarf Soldier', 'Dwarf'];
SwitchAt=30;// the % of the current attacked monster
            //that if the monster has lass % hp than this, we Will NOt change to the stronger monster.
function GetPlace(st:string):integer;
var
x:integer;
begin
Result:=1000;
for x:=Low(Name) To High(Name) do
  begin
   if Name[x]=st then
   Result:=x;
   end;
end;

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;

function IsCreatureBesideYou(c: TCreature): boolean;
begin
   UpdateWorld;
   Result := False;
   if (abs(c.X-self.X) <= 1) and (abs(c.Y-self.Y) <= 1) then begin
    if c.Z = self.Z then begin
     Result := True;
    end;
   end;
end;

var
x:integer;
b:boolean;
begin
while not terminated do
  begin
    b:=false;
   updateworld;
   If (Self.Attacking<>0) then
    begin
    Creature:=GetCreatureByID(Self.Attacking);
     if Creature<>nil then
      if SwitchAt<Creature.Health then
      begin
       for x := 0 to Creatures.Count - 1 do
        begin
        updateworld;
         if b then break;
         if x >= Creatures.Count then Break;
         if Creatures.Creature[x].NPC then
         if Creatures.Creature[x].z=self.z then
         if Creatures.Creature[x].Name<>self.name then
         if Creatures.Creature[x].Attacking = false then
         if IsCreatureBesideYou(Creatures.Creature[x]) then
         if GetPlace(Creature.Name)>GetPlace(Creatures.Creature[x].Name) then
             begin
               sleep(100);
                updateworld;
                Creatures.Creature[x].attacking:=true;
                 B:=true;
              end;
         end;
       end;
      end;
     Sleep(100);
   end;
end;
Credits to hiho is back
Reply With Quote
  #10  
Old 02-11-2007, 02:40 AM
Sorrow Sorrow is offline
Monk
 
Join Date: Jun 2006
Posts: 263
Default

You honestly get 36k exp / hr without much waste? im above lvl 70 knight around 80/80 e-plate g legs DH SOV and MMS
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 03:45 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.