Everyone who has never used our Bots before, can test each one for 2 days without any limitation.
The trial is given automatically when you login on the Bot, but in some cases it wouldn't work (security reasons).
If this happens, send me a private message and i will be checking the failed trials manually and adding it for those who didn't get it.
We are looking for resellers who may accept payment methods different from ours, including classictibia's cash, realesta's cash, mastercores' cash, etc. Interested? Click here at anytime.



Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Maker afk
#1
Hello sexy people.

I saw lots of makers in the front of their houses doing runers using sort of script.

Its like that... they do alana sio to get out of the house, when someone come to attack them, they going inside of the house when the pk leaves the script do alana sio and then the char carry on doing runes.. does anyone have that script?

Also how can i log off when someone show up on my screem?

Thanks lots, dont know much about the bot i am still learning =p

Thanks =)
Reply

#2
Hello.

It's Runemaker->Reffil Settings. There are options to refill runes and to go inside house on danger (like player on screen, attack, etc.) then walkback (or not haha) after a while. This walkback can be by walking or using alana sio.
You can read more about it here, search for "Refill Settings":
|Only Registered members can see download links. | Click here to buy subscription or here to register.


It's very easy to logout when a player appears, you just need to use Alerts->Player on Screen->Xlog. But you also must enable option Alerts->Settings->Logout instead Xlog, otherwise it will logout AND xlog (close client).
Reply

#3
|Only Registered members can see download links. | Click here to buy subscription or here to register.


Love you long time..

Also one more question please, sorry about that, how can i use mana fluid on the hotkeys?

Thanks one more time take care bud.
Reply

#4
Hello.

On old tibia servers, there isn't a specific item id for fluid items like "mana fluid", but it's a VIAL with FLUID INSIDE. So every fluid (mana fluid, health fluid, etc.) will have the same ID (vial ID), but its COUNT represents the FLUID COLOR that's inside. So a mana fluid isn't an item, it's a VIAL with purple fluid inside and only the server really knows what's inside, but as already said, you can detect the color of the fluid that's inside.

Fluid IDs examples:
"Empty" = 0
"Life Fluid" = 2
"Mana Fluid" = 7

So a VIAL with fluid ID 7 may be a mana fluid (or not because it can be a WINE fluid!)


To use any FLUID on Hotkeys or LUA Scripts, you must use FLUID ID as the item id. You can use LUA script to detect what's fluid id, which can be found on COUNT field.
Example:
This script will print on console the fluid ID of a vial located on BELT/ARROW/AMMO slot.
local belt_slot = belt()
if belt_slot.id == 2006 then
     print('This VIAL's fluid ID is:', belt_slot.count)
end


Finally...
If you wanna use Mana Fluid on Hotkeys, you need to use ID 7.
But you wanna use Health Fluid on Hotkeys, you need to use ID 2.
Reply

#5
|Only Registered members can see download links. | Click here to buy subscription or here to register.
Reply

#6
Hello.

Unfortunately no, only Runemaker->Refill Settings that does that on SQMs to be used on Houses, not on depot.
But it's possible to do that, however, you would need to make by your own.
Reply



Forum Jump:



Forum software by © MyBB Theme © iAndrew 2016