Username: Password:

Author Topic: Ideas for future versions.  (Read 400588 times)

Offline manhf

  • Botternator
  • Wolf
  • *****
  • Posts: 139
  • Cookies 4
  • I love Mindee-BOT! So much!!
    • View Profile
Re: Ideas for future versions.
« Reply #1110 on: December 07, 2020, 03:20:44 PM »
Is it possible to add several char names in "Hunt After" that are still in the same world? for now, there can only be one name in one world and one name in another world or two names in one world ... if possible maybe we can add more such as a list of names or additional worlds.  [hmmm]

Offline =Mindee=

  • Commander Shepard
  • BOT Developer Administrator
  • Dragon
  • *****
  • Posts: 2,788
  • Cookies 9020
  • We'll bang, OKAY?
    • View Profile
    • http://mindee-bot.com
Re: Ideas for future versions.
« Reply #1111 on: December 07, 2020, 06:46:36 PM »
Is it possible to add several char names in "Hunt After" that are still in the same world? for now, there can only be one name in one world and one name in another world or two names in one world ... if possible maybe we can add more such as a list of names or additional worlds.  [hmmm]

Whut. You don't need more names, because stamina cycles are enough only for three characters.
And it's only for your own chars, so you can hunt with three chars in one cave without disturbing each other.


Mindee-BOT creator, founder and developer.

Offline anonimato

  • Bug
  • *
  • Posts: 14
  • Cookies 0
  • I love Mindee-BOT!
    • View Profile
Re: Ideas for future versions.
« Reply #1112 on: December 15, 2020, 01:51:47 PM »
add option to buy more tabs in mindee bot

Offline =Mindee=

  • Commander Shepard
  • BOT Developer Administrator
  • Dragon
  • *****
  • Posts: 2,788
  • Cookies 9020
  • We'll bang, OKAY?
    • View Profile
    • http://mindee-bot.com
Re: Ideas for future versions.
« Reply #1113 on: December 15, 2020, 05:54:45 PM »
add option to buy more tabs in mindee bot

45 tabs is max.


Mindee-BOT creator, founder and developer.

Offline rocketm2

  • Administrator
  • Snake
  • *****
  • Posts: 71
  • Cookies 5
  • Lvl Up~
    • View Profile
Re: Ideas for future versions.
« Reply #1114 on: December 18, 2020, 05:17:41 AM »
add script.DisableScriptingSytem pls  [sthm]
[megusta2]
Tibiame AutoHunt Service - Send PM~

Offline =Mindee=

  • Commander Shepard
  • BOT Developer Administrator
  • Dragon
  • *****
  • Posts: 2,788
  • Cookies 9020
  • We'll bang, OKAY?
    • View Profile
    • http://mindee-bot.com
Re: Ideas for future versions.
« Reply #1115 on: December 18, 2020, 10:49:53 AM »
add script.DisableScriptingSytem pls  [sthm]
[megusta2]

Tried and bot crached. Then I gave up. I will add it for sure.  [badpokerface]


Mindee-BOT creator, founder and developer.

Offline =Mindee=

  • Commander Shepard
  • BOT Developer Administrator
  • Dragon
  • *****
  • Posts: 2,788
  • Cookies 9020
  • We'll bang, OKAY?
    • View Profile
    • http://mindee-bot.com
Re: Ideas for future versions.
« Reply #1116 on: December 28, 2020, 11:15:38 PM »
Note:

Make script option which forces character to go directly to specified location anywhere in cave (like going directly to shop if storages are full).


Mindee-BOT creator, founder and developer.

Offline manhf

  • Botternator
  • Wolf
  • *****
  • Posts: 139
  • Cookies 4
  • I love Mindee-BOT! So much!!
    • View Profile
Re: Ideas for future versions.
« Reply #1117 on: January 06, 2021, 03:44:41 PM »
In "Hunting Statistic" Please show the Killed Mobs count even after the stamina status is 00:00 because it stops counting when stamina is 00:00  [touranus]

Offline =Mindee=

  • Commander Shepard
  • BOT Developer Administrator
  • Dragon
  • *****
  • Posts: 2,788
  • Cookies 9020
  • We'll bang, OKAY?
    • View Profile
    • http://mindee-bot.com
Re: Ideas for future versions.
« Reply #1118 on: January 06, 2021, 06:54:25 PM »
In "Hunting Statistic" Please show the Killed Mobs count even after the stamina status is 00:00 because it stops counting when stamina is 00:00  [touranus]

Impossible to count kills without receiving experience.


Mindee-BOT creator, founder and developer.

Offline manhf

  • Botternator
  • Wolf
  • *****
  • Posts: 139
  • Cookies 4
  • I love Mindee-BOT! So much!!
    • View Profile
Re: Ideas for future versions.
« Reply #1119 on: January 07, 2021, 01:37:34 AM »

Impossible to count kills without receiving experience.
okay. even with a script such as "Display kill count" or something like that the result will still be impossible because it is basically the same as "without receiving experience is impossible to count kills"?

Offline MikeOwh

  • Administrator
  • Wolf
  • *****
  • Posts: 156
  • Cookies 10001
  • The DemonLord himself.
    • View Profile
    • OwhTool
Re: Ideas for future versions.
« Reply #1120 on: January 07, 2021, 05:06:55 PM »

Okay. even with a script such as "Display kill count" or something...

You can a script in which it works as follows:
 - When it receives 0% of Mob HP it qualifies it as a kill.
 - If you run away from a mob, it qualify it as a kill (disadvantage).
 - The counter is reset when you reactivate the script.

Code: [Select]
var = 0

def onEraseMonsterHealth():
    global var
    var = var + 1
    script.StatusMessage('Mobs killed: ' + str(var))
« Last Edit: January 07, 2021, 05:08:04 PM by MikeOwh »

Offline dora

  • Botternator
  • Bug
  • *****
  • Posts: 27
  • Cookies 0
  • Haha, Fuck you
    • View Profile
Re: Ideas for future versions.
« Reply #1121 on: January 07, 2021, 06:08:39 PM »
Pls help. how to reset counter with this script :D

Offline =Mindee=

  • Commander Shepard
  • BOT Developer Administrator
  • Dragon
  • *****
  • Posts: 2,788
  • Cookies 9020
  • We'll bang, OKAY?
    • View Profile
    • http://mindee-bot.com
Re: Ideas for future versions.
« Reply #1122 on: January 07, 2021, 06:19:15 PM »

Impossible to count kills without receiving experience.
okay. even with a script such as "Display kill count" or something like that the result will still be impossible because it is basically the same as "without receiving experience is impossible to count kills"?

You could try checking count with onRemoveCreature(uid, name, looktype, entity_type, x, y, z), but for that you also need to check if creature position is around your character.

Here is the script:
https://mindee-bot.com/forum/index.php/topic,1935.0.html
« Last Edit: January 07, 2021, 06:49:25 PM by =Mindee= »


Mindee-BOT creator, founder and developer.

Offline =Mindee=

  • Commander Shepard
  • BOT Developer Administrator
  • Dragon
  • *****
  • Posts: 2,788
  • Cookies 9020
  • We'll bang, OKAY?
    • View Profile
    • http://mindee-bot.com
Re: Ideas for future versions.
« Reply #1123 on: January 07, 2021, 06:19:56 PM »
Pls help. how to reset counter with this script :D

script.SetVar('killed_Bug', 0)


Mindee-BOT creator, founder and developer.

Offline dora

  • Botternator
  • Bug
  • *****
  • Posts: 27
  • Cookies 0
  • Haha, Fuck you
    • View Profile
Re: Ideas for future versions.
« Reply #1124 on: January 07, 2021, 06:25:22 PM »
Pls help. how to reset counter with this script :D

script.SetVar('killed_Bug', 0)

damn . so easy. and done now