Using Creamy Card Teleport Skill in macro ?

Private server support - Only post connectivity issues in the subforum!

Moderator: Moderators

Message
Author
kitty44
Noob
Noob
Posts: 10
Joined: 23 May 2017, 07:27
Noob?: No

Using Creamy Card Teleport Skill in macro ?

#1 Post by kitty44 »

Hello, i have some trouble to get an automacro working : i want my bot to tp if SP is higher than 5%, and timeout the macro for 5s to let the bot kill monsters during this time, and walking if necessary by setting randomwalk to 1/2, so that under 5% sp, he will not stand and be spotted , he will continue to walk and hunt. oh yeah, and i use Creamy Card for TP , on a Hunter class.

the probleme is, with the macro :

Code: Select all

automacro tp {
sp > 5%
call tp2
}

macro tp2 {

do ss 26
timeout 5
}
i have this error :

http://hpics.li/432186a


Any ideas ? thanks !

Mortimal
Developers
Developers
Posts: 389
Joined: 01 Nov 2008, 15:31
Noob?: No

Re: Using Creamy Card Teleport Skill in macro ?

#2 Post by Mortimal »

yep OpenKore Creamy using is really bugy try doCommand maybe? place pause after ss line maybe?
Please use pin function for uploading your file contents!

kitty44
Noob
Noob
Posts: 10
Joined: 23 May 2017, 07:27
Noob?: No

Re: Using Creamy Card Teleport Skill in macro ?

#3 Post by kitty44 »

didnt work, it seems that when you use a skill that your not supposed to have, ( Cast cancel with beholder, Fire bolt with Fireblend, TP with creamy etc ) it nevers works, the console says Error number 0.

Is it possible to add customs skills to Openkore ? i think it will be the solution

hakore
Super Moderators
Super Moderators
Posts: 200
Joined: 16 May 2008, 08:28
Noob?: No
Contact:

Re: Using Creamy Card Teleport Skill in macro ?

#4 Post by hakore »

Use "tele" command and make sure teleportAuto_useSkill is set to 1 in config.txt
Whatever...

Post Reply