Posts: 36
Threads: 10
Joined: Nov 2013
Reputation:
0
07-30-2018, 11:22 AM
(This post was last modified: 07-30-2018, 11:29 AM by Realovsky.)
hmm it doesnt works
any suggestions?
{Mana rune}
A:=Creature.Self()
Self.Mana%()<=70
Creature.ShootOn(!A!, 2874)
tryed tihs script and in server log i see
13:27 Using the last vial...
13:27 Using the last vial...
13:27 Using the last vial...
13:27 Using the last vial...
when i drop the empty vial no more messages in server log, also didnt use a normal manafluid with the same id 2874:/
Posts: 1,630
Threads: 103
Joined: Sep 2015
Reputation:
0
07-30-2018, 01:25 PM
(This post was last modified: 07-30-2018, 01:26 PM by Catar.)
already told you, If this potion works on Tibia Hotkeys for example F6
you can use Tibia.SendKey(:K_F6) instead of creature.shooton
What server is it anyway
Posts: 36
Threads: 10
Joined: Nov 2013
Reputation:
0
07-30-2018, 06:59 PM
(This post was last modified: 07-31-2018, 12:12 AM by Realovsky.)
yes you can use potion on hotkey, its kasteria dude
nevermind i just put the fucking toothpick in hotkey Xd
Posts: 11
Threads: 2
Joined: Aug 2018
Reputation:
0
Can u share this script realovsky?
Posts: 527
Threads: 61
Joined: Feb 2010
Reputation:
0
Can send the macro that u used?
Posts: 11
Threads: 2
Joined: Aug 2018
Reputation:
0
200 {HotkeyUse Insert} Tibia.KeyDown(121) Hotkey.Use(121)
Posts: 4
Threads: 0
Joined: Aug 2014
Reputation:
0
09-11-2018, 10:31 PM
(This post was last modified: 09-11-2018, 10:33 PM by Alve.)
So there is no way to create macro that use x hotkey to manapot on kasteria? I think there are some players on kasteria who have something to manapot yourself.
Posts: 527
Threads: 61
Joined: Feb 2010
Reputation:
0
1000 {ManaPotion OT} Self.Mana%<=50 Hotkey.Use(268)
268 is the ID of your manapotion, if this macro not run, see the ID of your manapot (ALT+F8 display it).