1
Useful Parts / Re: [Share] Buy items from shop.
« on: August 16, 2024, 03:51:39 AM »![[touranus]](https://mindee-bot.com/forum/Smileys/akyhne/touranus.png)
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
can you update this script to have more features, such as try moving directly to spot(if map is open in that area) when in backpack/inventory there are no contain specified items left and better have options go to the shop if 1 specified items are left in the backpack/inventory.. and then options on the way to the shop/back ignore the enemy.
But when you die where do you appear?
I thought you appeared in the city of aurea, if so, the target will also need a script to talk to the npc.
Explain your idea to me.
No, Mindee-BOT application is normal because when there is an update it can still be updated and I can login and open it. but when I connect with the dummy client, when I click "connect" it gets a bit stuck and the kemulator opens by itself and tries to login with the Character that I entered in the dummy client earlier. but instead the kemulator typing is not normal because I never use the kemulator so there is no trace of the char name that has ever been entered in the kemulator. then I closed and opened Mindee-BOT and I tried to use the kemulator client to login but it also couldn't enter because it only said "connecting" It's a while and it says "Game server not found". I'm using RDP and the network works normally because I can still open the Tibiame website, browsing, or download something. This problem only occurs in RDP because if I use my personal laptop everything is fine. it's possible that my IP is indeed banned, but my RDP IP sometimes changes every month or if there is a problem that requires changing IP.Is this a bug or is it just me who experienced it, when logging in using the dummy client at that time the kemulator was open and when I logged in using the kemulator it said "connecting" then the "game server not found" I tried reinstalling application but it still happened... So my char can't enter the game...Mindee-BOT application stops/not responding? If so, your IP is banned from the TibiaME servers.
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
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))
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"?
Impossible to count kills without receiving experience.