How to Auto Create/Delete Charactor by openkore

For everything NOT server specific support. Do NOT ask for connectivity help here!.

Moderator: Moderators

Message
Author
kruim610
Noob
Noob
Posts: 3
Joined: 02 Feb 2013, 09:18
Noob?: Yes

How to Auto Create/Delete Charactor by openkore

#1 Post by kruim610 »

I have made a marcros to do a repeatalbe quest. and now i have to delete the charator and recreate a new one by manual to continue a new round quest.

I got packages of creating and deleting charactor i want. and i write this in my macros:

do conf x # x=empty slot of my account
do relog # it will return to charactors choosing page
pause 10
do send package1 # package1 = the package to delete the charactor i want
do send package2 # package2 = the package to create the charactor i want
do conf y # y=the slot of new charactor
do relog # relog and login the new charactor

of course it failed.

Question:
how to make a plugin or something to make it possible to auto create and delete charactor. and it should be recalled by macro.


Post Reply