iskoy.flores
New member
- Messages
- 21
- Points
- 0
- Github
- iskoy.flores
I'm trying to make a kafra with both storage and gstorage options, but I can't seem to get it yet since I'm still new and still haven't been able to fully understand how scripting works - I'm trying the wiki but I'm still very clouded... To anyone kind enough please help!
Below is my script
// Prontera
//============================================================
prontera,151,187,3 script Kafra Employee::kaf_prontera 4_F_KAFRA6,{
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;
callfunc "guildopenstorage",5,0,0,40,800;
savepoint "prontera",156,182;
callfunc "F_KafEnd",0,1,"in the city of Prontera";
}
Below is my script
// Prontera
//============================================================
prontera,151,187,3 script Kafra Employee::kaf_prontera 4_F_KAFRA6,{
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;
callfunc "guildopenstorage",5,0,0,40,800;
savepoint "prontera",156,182;
callfunc "F_KafEnd",0,1,"in the city of Prontera";
}