nazdecoco Posted June 10, 2013 Posted June 10, 2013 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. Quote
Lelouch vi Britannia Posted June 10, 2013 Posted June 10, 2013 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"; } Quote
nazdecoco Posted June 10, 2013 Author Posted June 10, 2013 (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 June 10, 2013 by nazdecoco Quote
Emistry Posted June 10, 2013 Posted June 10, 2013 i think you have removed all the function script that used by kafra..... Quote
Question
nazdecoco
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.
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.