Jump to content
  • 0

Help> Kafra not working..


nazdecoco

Question


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  01/10/13
  • Last Seen:  

Help me solving this problem.. All kafras are not working. as in All Kafras. I already tested emistry's script -http://rathena.org/board/topic/81511-kafra-in-all-major-towns-especially-in-prontera/?p=193806

 

When I click the kafra, only the cutin shows, i "can" walk but the message box doesn't show. No error message in map server.

 

Wonder where the problem is.

Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  45
  • Topics Per Day:  0.01
  • Content Count:  715
  • Reputation:   83
  • Joined:  01/05/12
  • Last Seen:  

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";
}
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  18
  • Reputation:   0
  • Joined:  01/10/13
  • Last Seen:  

 

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
Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

i think you have removed all the function script that used by kafra.....

Link to comment
Share on other sites

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.

×
×
  • Create New...