Jump to content
  • 0

Help> Kafra not working..


Question

3 answers to this question

Recommended Posts

Posted

Try to duplicate a default kafra npc script just change its location, duplicate name and the save point. Example...

 

prontera,152,326,3    script    Kafra Employee::kaf_prontera    112,{
    cutin "kafra_06",2;
    callfunc "F_KafSet";
    mes "[Kafra Employee]";
    mes "Welcome to the";
    mes "Kafra Corporation~";
    mes "The Kafra Services are";
    mes "always here to support";
    mes "you. So how can I be";
    mes "of service today?";
    callfunc "F_Kafra",5,0,0,40,800;
    savepoint "prontera",157,327;
    callfunc "F_KafEnd",0,1,"in the city of Prontera";
}

 

changed to

turbo_room,100,120,4    script    Kafra Employee::kaf_turbo    112,{
    cutin "kafra_06",2;
    callfunc "F_KafSet";
    mes "[Kafra Employee]";
    mes "Welcome to the";
    mes "Kafra Corporation~";
    mes "The Kafra Services are";
    mes "always here to support";
    mes "you. So how can I be";
    mes "of service today?";
    callfunc "F_Kafra",5,0,0,40,800;
    savepoint "turbo_room",100,115;
    callfunc "F_KafEnd",0,1,"in the Mall";
}
Posted (edited)

 

Try to duplicate a default kafra npc script just change its location, duplicate name and the save point. Example...

 

 

as i said, all kafras are not working even the official kafras

Edited by nazdecoco

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...