Log in

View Full Version : [IMPROVED] Treasure Island + Lootdropper + Profit Counter!



Tony32
01-25-2009, 16:07
Hello!
I've been using this script from 50 to 65~ and I get like 30-35k exp/h. The loot is great and it's nice exp.

Requirements:
Lvl 45-50?
Mlvl 45+
1-2 bp manapots.
Soft boots <- CRITICAL FOR PROFIT
Food - Brown mushrooms is great
Good melee weapon. I use noble axe.
Desent eq. Better with more def than mlvl+!
Treasure maps - Take 3 with you before you go. One to get down, one to get up the loot and one to have if you die ;D

It loots following things:
# Morning Star
# Viking Helmet
#Gold
#Red Robe
#Spike Sword
#Stealth Ring
#White Piece of Cloth
#Brown Piece of Cloth
#Ancient Shield
#Life Ring

The loot dropper:
It drops all loot found. You get all the info before you drop the loot.

Roundprofit = How much the loot you got this round is worth,
Totalprofit = How much you've earned in total.
Total red robes = Tells you how many red robes you've looted! and
Total time played.

Credits to scriptmaker(?), pro-tibia and Tony32!



#Credits to scriptmaker(?), pro-tibia and Tony32
#############
onGMpause
SetMaxAttackTimeMs 40000
setMeleeKill ghoul
setMeleeKill pirate skeleton
setMeleeKill ghost
setMeleeKill skeleton
setMeleeKill pirate ghost
setSpellKill pirate ghost,exori flam,3
setSpellKill pirate skeleton,exori vis,2
setSpellKill ghost,exori vis,2
setPriority skeleton:-1
setPriority ghost:+1
setPriority pirate ghost:+2
setAvoidFront pirate ghost
# Brass Helmet
# Morning Star
setLoot D2 0C
# Viking Helmet
setLoot 27 0D
#Gold
setLoot D7 0B
#Red Robe
setLoot EE 0D
#Spike Sword
setLoot C7 0C
#Stealth Ring
setLoot E9 0B
#White Piece of Cloth
setLoot 15 17
#Brown Piece of Cloth
setLoot 19 17
#Ancient Shield
setLoot 68 0D
#Life Ring
setLoot EC 0B
move 32090,32962,10
move 32084,32967,10
move 32092,32968,10
move 32097,32979,10
move 32111,32981,10
move 32090,32957,10
move 32096,32948,10
move 32121,32960,10
move 32132,32958,10
move 32139,32976,10
move 32150,32957,10
move 32164,32948,10
move 32162,32930,10
move 32180,32929,10
move 32187,32956,10
move 32180,32916,10
move 32189,32917,9
move 32169,32912,9
move 32178,32915,9
move 32168,32912,10
move 32151,32913,10
move 32146,32932,10
move 32141,32942,10
move 32140,32914,10
move 32128,32910,10
move 32122,32908,10
move 32134,32922,10
move 32118,32934,10
move 32110,32921,10
move 32099,32914,10
move 32094,32931,10
move 32082,32932,10
move 32080,32926,10
move 32095,32943,10
move 32090,32960,10
move 32093,32962,9
move 32090,32962,9
move 32089,32961,10
resetLoot
setLoot EC 0B
setLoot 19 17
setLoot 15 17
setLoot E9 0B
setLoot EE 0D
setLoot D2 0C
setLoot 27 0D
setLoot D7 0B
setLoot C7 0C
setLoot 68 0D
fastExiva < B4 12 $hex-tibiastr:Dropping loot!$
#fastExiva testding
#-------------------------------------------------------------LOOTPART
fastExiva _robes = $countitems:EE 0D$
fastExiva _1 = $countitems:D7 0B$
fastExiva _2 = $numericalexp:{$countitems:D2 0C$}*90$
fastExiva _3 = $numericalexp:{$countitems:27 0D$}*66$
fastExiva _4 = $numericalexp:{$countitems:EE 0D$}*2000$
fastExiva _5 = $numericalexp:{$countitems:C7 0C$}*1000$
fastExiva _6 = $numericalexp:{$countitems:E9 0B$}*1000$
fastExiva _7 = $numericalexp:{$countitems:15 17$}*150$
fastExiva _8 = $numericalexp:{$countitems:19 17$}*120$
fastExiva _9 = $numericalexp:{$countitems:68 0D$}*900$
fastExiva _10 = $numericalexp:{$countitems:EC 0B$}*600$
fastExiva _11 = $numericalexp:{$countitems:1A 0D$}*30$
#Counting the round profit!
fastexiva _p1 = $numericalexp:{$numericalexp:{$numericalexp:{$nume ricalexp:{$_1$}+{$_2$}$}+{$_3$}$}+{$_4$}$}+{$_5$}$
fastexiva _p2 = $numericalexp:{$numericalexp:{$numericalexp:{$nume ricalexp:{$numericalexp:{$_6$}+{$_7$}$}+{$_8$}$}+{ $_9$}$}+{$_10$}$+{$_11$}$
#Total
fastexiva _roundprofit = $numericalexp:{$_p1$}+{$_p2$}$
fastexiva _totalprofit = $numericalexp:{$_totalprofit$}+{$_roundprofit$}$
fastexiva _totalrobes = $numericalexp:{$_totalrobes$}+{$_robes$}$
sayMessage Exiva < B4 12 $hex-tibiastr:Your profit this round: {$_roundprofit$}.$
sayMessage Exiva < B4 12 $hex-tibiastr:Your total profit: {$_totalprofit$}.$
sayMessage Exiva < B4 12 $hex-tibiastr:Total Red Robes: {$_totalrobes$}.$
sayMessage Exiva < B4 12 $hex-tibiastr:Played for {$played$}.$
#-------------------------------------------------------------LOOTPART END
#message to server
dropLootOnGround 32093,32961,10
gotoScriptLine 0

If you use this script as it is and have the eq requierd. You will 100% go profit.

Tip: Bring many empty backpacks with you!

Enjoy and please comment!

Wiotki
01-25-2009, 16:11
Great job !

I was hunting there few days ago on my 5x ms , and I get 35-40k/h with PROFIT , without soft boots . ROX :D

I'll test this script today .

Tony32
01-26-2009, 09:28
Nice :) Post a comment when you've tested it ^^

Wiotki
01-26-2009, 19:46
5X MS



Average session speed:
34270 exp/h
Played this session:
1h 17m 53s


Lotek



Dropping loot!
Your profit this round: 903.
Your total profit: 4591.
Played for 1h 14m 3s.


Buy I was using smp so , profit counter is showing bad profit ?

curry
02-07-2009, 16:09
what rod/wand you using?

Wiotki
02-07-2009, 16:21
Fire Sword :D

lukecake
02-08-2009, 20:26
how do you get to treasure island and where do you get the maps :<?

Lumin
02-08-2009, 20:56
how do you get to treasure island and where do you get the maps :<?

Buy them from players or hunt pirates yourself :P Its Pirate treasure maps you need.

Banned
02-08-2009, 21:07
can I still bot here without soft boots?

softies on my servers is like 450-500k -.^

im lvl 54

Stix
02-10-2009, 08:58
Yeah you can, you might not profit as much but I guess you will still profit

Colorion
02-10-2009, 14:42
I'm glad to see my lines at work :D You made a good job

falc0
02-10-2009, 19:41
Does anyone knows how I have to put the healings settings and how many manas I have to bring?

Is it better to use weapon or is wand better?

anyway good script :p

Dach
02-14-2009, 01:23
Anyone can share me this script with depositer?

The Real Dirty Dog
02-18-2009, 09:21
Anyone can share me this script with depositer?

Bump! (Too Short)

Ziemniaq
02-18-2009, 17:01
Hello! I have just one question about Treasure Island.
When I use the map, does it dissapear? Can I use it again?

Wiotki
02-18-2009, 17:30
Yes, it will dissapear.

Tony32
03-24-2009, 00:26
I'm glad to see my lines at work :D You made a good job

Thanks! But I'd never done it without the counter that you made ^^

And for those who wonders, I use Melee. I think it's less waste, and it works really well.

Also, I have never tried to bot there without softies. So I don't know if it's profit or no. Some people say yes, some no. But I can asure that Soft boots will give profit ^^

Thanks for good comments aswell!

jaann93
03-24-2009, 18:58
its still working on 8.41?

Lokator
03-24-2009, 22:50
Hello i want ask u about
he is comming to monster or runing away ?? :P

thanks i will look soon here

goldace
04-05-2009, 21:23
I'm wondering why do you drop like morning starts etc, because how do you get it to dp later ? do you throw it if you do where do you throw it and does it floorreset after server save?

raphimac
04-05-2009, 21:58
WORK VERRY WELL
THANKS
it s a amezing script
=p

zimel
04-12-2009, 16:38
i'll give it a try as soon as i made 30+ on my mage :))

RicoBarca7
04-16-2009, 13:56
Aight works great, thanks

Pacific
04-27-2009, 11:36
Awesome! Thanks

Devoto
09-07-2009, 18:47
I got ona place with zombies lol.

Is this the right place or could someone pm me the link with the right place to use the shovel?

Thnks, Devo

BadBob
09-07-2009, 19:12
I got ona place with zombies lol.

Is this the right place or could someone pm me the link with the right place to use the shovel?

Thnks, Devo

I think cip changed the place and now is full of zombies... :S

Kyku_x
09-10-2009, 17:37
Are there still ppl using blackd proxy? lool

Theer
09-03-2010, 23:54
i can bot with mage lvl 40 full set now ?????