Jump to content

eclud

Members
  • Posts

    80
  • Joined

  • Last visited

Posts posted by eclud

  1.  

    -

     

    you can simply remove the "updates".

     

    try by your self util it work you'll figure it out

     

    Thanks sir,im  almost got it. For example i can remove the "news" and add another thing, righ? but how to know the others sections? i mean, i just remove "news" and add "Actualizaciones" the title of my news forum but this dont show anythig. Where i can see what to put in that part? news, events, etc etc

     

    Sorry i really suck on this, thanks again

  2.  

     

    simply go download this file that is ref from main/eADevconfig.php http://www.xul.fr/rss.xml

     

    then edit it as you like then upload it to your VPS or hosting or what ever you are using.

     

    then edit it in main/eADevconfig.php 

     

    'news'  => 'http://Your.url/rss.xml', // RSS News link
    'updates'  => 'http://Your.url/rss.xml', // RSS Guide link
    that's all. and p.s if you want separate event / news edit this file
     
    main/index.php same file in folder eADevConfig
     
    edit this 
    <p>Events</p>
    <?php
    if ( $eADev['enablerss'] ):
    echo RSS_Display($eADev['updates'], 10, 0, 0, 0);
    endif;
    ?>

    done

    Thanks man i got it, but still have some problems, look i edit the part for "separate" but dont work:

     

    a78c2d4a5961c41071652ccde779f992.png

     

    Now, i can see the RSS in my main page but its show all my forum, not my news section! look image:

    5082fdbe61059806d9bccb84d159fdd6.png

    this show, news, quest, etc not only the news.

     

    This is my confs:

    97c5b6de9441985977e13a7ffd016830.png

     

    I get the rss.xml froom the footer of my forum:

    d75c85d0daf83dc3db6ca63a0fb086d6.png

     

    Thanks a lot for the help and sorry for my english...

     

     

    make another rss.xml file

     

    for ex one named news.xml , other one events.xml

     

    What about RSS only one section for example "news" and not all the forum? thanks

  3. simply go download this file that is ref from main/eADevconfig.php http://www.xul.fr/rss.xml

     

    then edit it as you like then upload it to your VPS or hosting or what ever you are using.

     

    then edit it in main/eADevconfig.php 

     

    'news'  => 'http://Your.url/rss.xml', // RSS News link
    'updates'  => 'http://Your.url/rss.xml', // RSS Guide link
    that's all. and p.s if you want separate event / news edit this file
     
    main/index.php same file in folder eADevConfig
     
    edit this 
    <p>Events</p>
    <?php
    if ( $eADev['enablerss'] ):
    echo RSS_Display($eADev['updates'], 10, 0, 0, 0);
    endif;
    ?>

    done

    Thanks man i got it, but still have some problems, look i edit the part for "separate" but dont work:

     

    a78c2d4a5961c41071652ccde779f992.png

     

    Now, i can see the RSS in my main page but its show all my forum, not my news section! look image:

    5082fdbe61059806d9bccb84d159fdd6.png

    this show, news, quest, etc not only the news.

     

    This is my confs:

    97c5b6de9441985977e13a7ffd016830.png

     

    I get the rss.xml froom the footer of my forum:

    d75c85d0daf83dc3db6ca63a0fb086d6.png

     

    Thanks a lot for the help and sorry for my english...

  4. add the rss.xml in your web directory,

    set the directory in the eadevconfig.php (i dont really remember the file, it might be not this)

     

    refer to this site regarding rss

    http://www.xul.fr/en-xml-rss.html

    Thanks @benching

     

    - Set the directory in the devconf:

     

    6856d353160d6d9334464110d119dd1f.png

     

    - refer to this site regarding rss

     

    fff65bb3c3349bec9c8246130461a552.png

     

    Thats ok? now, where i can get the "rss.xml" file, to upload it to my web directory?

     

    Thanks again

  5. Hi guys, please help me with this. I want to show the "News" and "Events" in my Main page (FluxCP) i im using SMF forum but i really dont know how to do this:

     

    0af8bd2fbf6ff8f2ee4f340dec29258c.png

     

    Noticias = News

    Eventos = Events

     

    Please guys, some Help here. Thanks

  6.  

    Try this one. 

    //===== rAthena Script ======================================= 
    //= Kafras (Cities/Dungeons/Fields)
    //===== By: ================================================== 
    //= Joseph
    //===== Current Version: ===================================== 
    //= 1.1b
    //===== Compatible With: ===================================== 
    //= rAthena Project
    //===== Description: =========================================
    //= Argument settings for callfunc "F_Kafra":
    //=  arg(0): 0 - Default Kafra message
    //=          1 - Niflhiem Kafra message
    //=          2 - Guild Kafra message
    //=  arg(1): 1 - Disable teleport menu 
    //=  arg(2): 1 - Disable info menu
    //=  arg(3): Cost of Storage service
    //=  arg(4): Cost of Rent a Pushcart service
    //===== Additional Comments: ================================= 
    //= 0.x Previous Authors: 
    //=     - L0ne_W0lf, kobra_k88, Samuray22, Evera, Lupus
    //= 1.0 Merged and cleaned up Kafras. [Joseph]
    //= 1.1 Added Izlude RE coordinates. [Euphy]
    //= 1.1a Fixed Pre-RE Call and some leftovers. [Lemongrass]
    //= 1.1b Enabled saving in Izlude duplicates (RE). [Euphy]
    //============================================================ 
    
    // Aldebaran
    //============================================================
    aldeba_in,96,181,4	script	Kafra Service	113,{
    	cutin "kafra_05",2;
    	mes "[Kafra Leilah]";
    	mes "Hm...?";
    	mes "Oh, welcome to";
    	mes "the Kafra Corporation";
    	mes "Headquarters. Did you";
    	mes "need something?";
    	next;
    	switch(select("Save:Use Storage:Use Guild Storage:Rent a Pushcart:Cancel")) {
    	case 1:
    		mes "[Kafra Leilah]";
    		mes "Your Respawn Point has";
    		mes "been saved here, inside";
    		mes "of the Kafra Corporation";
    		mes "Headquarters. Thank you.";
    		next;
    		savepoint "aldeba_in",96,179;
    		mes "[Kafra Leilah]";
    		mes "Please make use of";
    		mes "the Kafra Services that are";
    		mes "available throughout all of";
    		mes "Rune Midgard. Thank you for";
    		mes "visiting the Kafra Headquarters.";
    		close2;
    		break;
    	case 2:
    		if (Zeny < 20) {
    			mes "[Kafra Leilah]";
    			mes "Excuse me, but it";
    			mes "seems that you don't";
    			mes "have the 20 zeny to pay";
    			mes "the Storage access fee...";
    			close;
    		}
    		mes "[Kafra Leilah]";
    		mes "Although this facility is";
    		mes "exclusively intended for";
    		mes "the training of Kafra Employee";
    		mes "and administrative functions,";
    		mes "I'll access your Storage for you.";
    		next;
    		set Zeny, Zeny-20;
    		set RESRVPTS, RESRVPTS + (20/5);
    		mes "[Kafra Leilah]";
    		mes "In the future, please";
    		mes "ask the Kafra Employee on";
    		mes "duty if you wish to use";
    		mes "any of the Kafra Services.";
    		mes "Thank you for your patronage.";
    		callfunc("F_CheckKafCode");    //check your storage password, if set
    		close2;
    		openstorage;
    		break;
    	case 3:
    		if (Zeny < 20) {
    			mes "[Kafra Leilah]";
    			mes "Excuse me, but it";
    			mes "seems that you don't";
    			mes "have the 20 zeny to pay";
    			mes "the Storage access fee...";
    			close;
    		}
    		mes "[Kafra Leilah]";
    		mes "Although this facility is";
    		mes "exclusively intended for";
    		mes "the training of Kafra Employee";
    		mes "and administrative functions,";
    		mes "I'll access your Guild Storage for you.";
    		next;
    		set Zeny, Zeny-20;
    		set RESRVPTS, RESRVPTS + (20/5);
    		mes "[Kafra Leilah]";
    		mes "In the future, please";
    		mes "ask the Kafra Employee on";
    		mes "duty if you wish to use";
    		mes "any of the Kafra Services.";
    		mes "Thank you for your patronage.";
    		callfunc("F_CheckKafCode");    //check your storage password, if set
    		close2;
    		guildopenstorage();
    		break;
    	case 4:
    		mes "[Kafra Leilah]";
    		mes "My apologies, but I'm";
    		mes "not on duty. I'd assist you";
    		mes "if I could, but actually don't";
    		mes "have any available Pushcarts.";
    		mes "Why don't you ask another Kafra";
    		mes "Employee for assistance?";
    		next;
    		mes "[Kafra Leilah]";
    		mes "Kafra Employees are";
    		mes "stationed all over the";
    		mes "Rune Midgard continent,";
    		mes "and you should be able to find";
    		mes "plenty outside in Al De Baran.";
    		close2;
    		break;
    	case 5:
    		mes "[Kafra Leilah]";
    		mes "^666666*Whew...*^000000";
    		mes "Great, because I'm";
    		mes "actually on my break";
    		mes "right now. Choosing";
    		mes "''Cancel'' was a good";
    		mes "move on your part.";
    		close2;
    		break;
    	}
    	cutin "",255;
    	end;
    }
    
    aldebaran,143,119,4	script	Kafra Employee::kaf_aldebaran	113,{
    	cutin "kafra_05",2;
    	callfunc "F_KafSet";
    	mes "[Kafra Employee]";
    	mes "The Kafra Corporation";
    	mes "is always working to provide";
    	mes "you with convenient services.";
    	mes "How may I be of assistance?";
    	callfunc "F_Kafra",5,0,1,20,600;
    	savepoint "aldebaran",143,109;
    	callfunc "F_KafEnd",0,1,"in the city of Al De Baran";
    }
    
    // Geffen
    //============================================================
    geffen,120,62,0	script	Kafra Employee::kaf_geffen	115,{
    	cutin "kafra_03",2;
    	callfunc "F_KafSet";
    	mes "[Kafra Employee]";
    	mes "Welcome~!";
    	mes "The Kafra Services";
    	mes "are always on your side.";
    	mes "So how can I help you?";
    	callfunc "F_Kafra",5,0,0,30,750;
    	savepoint "geffen",119,40;
    	callfunc "F_KafEnd",0,1,"in the city of Geffen";
    }
    
    geffen,203,123,2	script	Kafra Employee::geffen2	114,{
    	cutin "kafra_04",2;
    	callfunc "F_KafSet";
    	mes "[Kafra Employee]";
    	mes "Welcome!";
    	mes "The Kafra Corporation";
    	mes "will always support the";
    	mes "adventurers of Rune-Midgard";
    	mes "with its excellent service. So";
    	mes "what can I do for you today?";
    	callfunc "F_Kafra",5,0,0,30,750;
    	savepoint "geffen",200,124;
    	callfunc "F_KafEnd",0,1,"in the city of Geffen";
    }
    
    // Morocc
    //============================================================
    morocc,156,97,4	script	Kafra Employee::kaf_morocc	113,{
    	cutin "kafra_05",2;
    	callfunc "F_KafSet";
    	mes "[Kafra Employee]";
    	mes "The Kafra Corporation";
    	mes "is always working to provide";
    	mes "you with convenient services.";
    	mes "How may I be of assistance?";
    	callfunc "F_Kafra",5,0,0,60,930;
    	savepoint "morocc",156,46;
    	callfunc "F_KafEnd",0,1,"in the city of Morroc";
    }
    
    morocc,160,258,4	script	Kafra::kaf_morocc2	114,{
    	cutin "kafra_04",2;
    	callfunc "F_KafSet";
    	mes "[Kafra Employee]";
    	mes "Welcome!";
    	mes "The Kafra Corporation";
    	mes "will always support the";
    	mes "adventurers of Rune-Midgard";
    	mes "with its excellent service. So";
    	mes "what can I do for you today?";
    	callfunc "F_Kafra",5,0,0,60,930;
    	savepoint "morocc",157,272;
    	callfunc "F_KafEnd",0,1,"in the city of Morroc";
    }
    
    // Payon
    //============================================================
    payon,181,104,4	script	Kafra Employee::kaf_payon	113,{
    	cutin "kafra_05",2;
    	callfunc "F_KafSet";
    	mes "[Kafra Employee]";
    	mes "The Kafra Corporation";
    	mes "is always working to provide";
    	mes "you with convenient services.";
    	mes "How may I be of assistance?";
    	callfunc "F_Kafra",5,0,1,60,930;
    	savepoint "payon",160,58;
    	callfunc "F_KafEnd",0,1,"in the city of Payon";
    }
    
    payon,175,226,4	script	Kafra Employee::kaf_payon2	116,{
    	cutin "kafra_02",2;
    	callfunc "F_KafSet";
    	mes "[Kafra Employee]";
    	mes "Welcome to the";
    	mes "Kafra Corporation.";
    	mes "The Kafra services are";
    	mes "always on your side.";
    	mes "How may I assist you?";
    	callfunc "F_Kafra",5,0,1,60,930;
    	savepoint "payon",257,242;
    	callfunc "F_KafEnd",0,1,"in the city of Payon";
    }
    
    pay_arche,55,123,0	script	Kafra Employee::kaf_payon3	115,{
    	cutin "kafra_03",2;
    	callfunc "F_KafSet";
    	mes "[Kafra Employee]";
    	mes "Welcome to the";
    	mes "Kafra Corporation.";
    	mes "The Kafra services";
    	mes "are always on your side.";
    	mes "How may I assist you?";
    	callfunc "F_Kafra",5,5,1,90,1200;
    	savepoint "pay_arche",49,144;
    	callfunc "F_KafEnd",0,1,"at the Payon Dungeon";
    }
    
    // Prontera
    //============================================================
    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";
    }
    
    prontera,151,29,0	script	Kafra Employee::kaf_prontera2	115,{
    	cutin "kafra_03",2;
    	callfunc "F_KafSet";
    	mes "[Kafra Employee]";
    	mes "Welcome~!";
    	mes "The Kafra Services";
    	mes "are always on your side.";
    	mes "So how can I help you?";
    	callfunc "F_Kafra",5,0,0,40,800;
    	savepoint "prontera",150,33;
    	callfunc "F_KafEnd",0,1,"in the city of Prontera";
    }
    
    prontera,29,207,6	script	Kafra Employee::kaf_prontera3	113,{
    	cutin "kafra_05",2;
    	callfunc "F_KafSet";
    	mes "[Kafra Employee]";
    	mes "The Kafra Corporation";
    	mes "is always working to provide";
    	mes "you with convenient services.";
    	mes "How may I be of assistance?";
    	callfunc "F_Kafra",5,0,0,40,800;
    	savepoint "prontera",33,208;
    	callfunc "F_KafEnd",0,1,"in the city of Prontera";
    }
    
    prontera,282,200,2	script	Kafra Employee::kaf_prontera4	114,{
    	cutin "kafra_04",2;
    	callfunc "F_KafSet";
    	mes "[Kafra Employee]";
    	mes "Welcome!";
    	mes "The Kafra Corporation";
    	mes "will always support the";
    	mes "adventurers of Rune-Midgard";
    	mes "with its excellent service. So";
    	mes "what can I do for you today?";
    	callfunc "F_Kafra",5,0,0,40,800;
    	savepoint "prontera",281,203;
    	callfunc "F_KafEnd",0,1,"in the city of Prontera";
    }
    
    prontera,162,192,3	script	Kafra Employee::kaf_prontera5	117,{
    	cutin "kafra_01",2;
    	callfunc "F_KafSet";
    	mes "[Kafra Employee]";
    	mes "Welcome to the";
    	mes "Kafra Corporation.";
    	mes "The Kafra services";
    	mes "are always on your side.";
    	mes "How may I assist you?";
    	callfunc "F_Kafra",5,0,0,40,800;
    	savepoint "prontera",159,187;
    	callfunc "F_KafEnd",0,1,"in the city of Prontera";
    }
    
    // Yuno
    //============================================================
    yuno,152,187,4	script	Kafra Employee::kaf_yuno	860,{
    	cutin "kafra_08",2;
    	callfunc "F_KafSet";
    	mes "[Kafra Employee]";
    	mes "The Kafra Corporation";
    	mes "is always working to provide";
    	mes "you with convenient services.";
    	mes "How may I be of assistance?";
    	callfunc "F_Kafra",5,0,0,40,800;
    	savepoint "yuno",158,125;
    	callfunc "F_KafEnd",0,1,"in the city of Juno";
    }
    
    yuno,327,108,4	script	Kafra Employee::kaf_yuno2	860,{
    	cutin "kafra_08",2;
    	callfunc "F_KafSet";
    	mes "[Kafra Employee]";
    	mes "The Kafra Corporation";
    	mes "is always working to provide";
    	mes "you with convenient services.";
    	mes "How may I be of assistance?";
    	callfunc "F_Kafra",5,0,0,40,800;
    	savepoint "yuno",328,101;
    	callfunc "F_KafEnd",0,1,"in the city of Juno";
    }
    
    yuno,277,221,4	script	Kafra Employee::kaf_yuno3	861,{
    	cutin "kafra_09",2;
    	callfunc "F_KafSet";
    	mes "[Kafra Employee]";
    	mes "The Kafra Corporation";
    	mes "is always working to provide";
    	mes "you with convenient services.";
    	mes "How may I be of assistance?";
    	callfunc "F_Kafra",5,0,0,40,800;
    	savepoint "yuno",274,229;
    	callfunc "F_KafEnd",0,1,"in the city of Juno";
    }
    
    // Alberta
    //============================================================
    alberta,28,229,0	script	Kafra Employee::kaf_alberta	116,{
    	cutin "kafra_02",2;
    	callfunc "F_KafSet";
    	mes "[Kafra Employee]";
    	mes "Welcome to the";
    	mes "Kafra Corporation.";
    	mes "Kafra's Employees are";
    	mes "always ready to serve you.";
    	mes "How can I help you today?";
    	callfunc "F_Kafra",5,0,0,50,850;
    	savepoint "alberta",31,231;
    	callfunc "F_KafEnd",0,1,"in the city of Alberta";
    }
    
    alberta,113,60,6	script	Kafra Employee::kaf_alberta2	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,50,850;
    	savepoint "alberta",117,57;
    	callfunc "F_KafEnd",0,1,"in the city of Alberta";
    }
    
    // Comodo
    //============================================================
    comodo,195,150,4	script	Kafra Employee::kaf_comodo	721,{
    	cutin "kafra_07",2;
    	callfunc "F_KafSet";
    	mes "[Kafra Employee]";
    	mes "Welcome to the";
    	mes "Kafra Corporation.";
    	mes "You know that our";
    	mes "service is always";
    	mes "on your side~";
    	callfunc "F_Kafra",5,0,1,80,1000;
    	savepoint "comodo",204,143;
    	callfunc "F_KafEnd",0,1,"in the town of Comodo";
    }
    
    cmd_fild07,136,134,4	script	Kafra Employee::kaf_cmd_fild07	721,{
    	cutin "kafra_07",2;
    	callfunc "F_KafSet";
    	mes "[Kafra Employee]";
    	mes "Welcome to the";
    	mes "Kafra Corporation.";
    	mes "You know that our";
    	mes "service is always";
    	mes "on your side~";
    	callfunc "F_Kafra",5,0,1,80,1000;
    	savepoint "cmd_fild07",127,134;
    	callfunc "F_KafEnd",0,1,"in Pyros Lighthouse";
    }
    
    // Izlude
    //============================================================
    -	script	::kaf_izlude	-1,{
    	cutin "kafra_01",2;
    	callfunc "F_KafSet";
    	mes "[Kafra Employee]";
    	mes "Welcome to the";
    	mes "Kafra Corporation.";
    	mes "The Kafra services";
    	mes "are always on your side.";
    	mes "How may I assist you?";
    	callfunc "F_Kafra",5,0,1,40,820;
    	if (checkre(0))
    		savepoint strnpcinfo(4),129,97;
    	else
    		savepoint "izlude",94,103;
    	callfunc "F_KafEnd",0,1,"in the city of Izlude";
    }
    
    // Moscovia
    //============================================================
    moscovia,223,191,3	script	Kafra Employee::kaf_mosk	114,{
    	cutin "kafra_04",2;
    	callfunc "F_Kafra",0,3,0,80,700;
    	savepoint "moscovia",221,194;;
    	callfunc "F_KafEnd",0,3,"in the city of Moscovia";
    }
    
    // Amatsu
    //============================================================
    amatsu,102,149,4	script	Kafra Employee::kaf_amatsu	116,{
    	cutin "kafra_02",2;
    	mes "[Kafra Employee]";
    	mes "Welcome to the";
    	mes "Kafra Corporation.";
    	mes "Kafra's Employees are";
    	mes "always ready to serve you.";
    	mes "How can I help you today?";
    	callfunc "F_Kafra",5,3,1,50,700;
    	savepoint "amatsu",116,94;
    	callfunc "F_KafEnd",0,1,"in the city of Amatsu";
    }
    
    // Ayothaya
    //============================================================
    ayothaya,212,169,5	script	Kafra Employee::kaf_ayothaya	116,{
    	cutin "kafra_02",2;
    	mes "[Kafra Employee]";
    	mes "Welcome to the";
    	mes "Kafra Corporation.";
    	mes "Kafra's Employees are";
    	mes "always ready to serve you.";
    	mes "How can I help you today?";
    	callfunc "F_Kafra",5,3,1,50,700;
    	savepoint "ayothaya",149,69;
    	callfunc "F_KafEnd",0,1,"in the city of Ayotaya";
    }
    
    // Einbech
    //============================================================
    einbech,181,132,5	script	Kafra Employee#ein3::kaf_einbech	860,{
    	cutin "kafra_08",2;
    	mes "[Kafra Employee]";
    	mes "Welcome~!";
    	mes "The Kafra Services";
    	mes "are always on your side.";
    	mes "So how can I help you?";
    	callfunc "F_Kafra",5,4,1,40,850;
    	savepoint "einbech",182,124;
    	callfunc "F_KafEnd",0,1,"in the town of Einbech";
    }
    
    // Einbroch
    //============================================================
    einbroch,242,205,5	script	Kafra Employee#ein2::kaf_einbroch	860,{
    	cutin "kafra_08",2;
    	mes "[Kafra Employee]";
    	mes "Welcome to the";
    	mes "Kafra Corporation.";
    	mes "Kafra's Employees are";
    	mes "always ready to serve you.";
    	mes "How can I help you today?";
    	callfunc "F_Kafra",5,4,1,50,800;
    	savepoint "einbroch",238,198;
    	callfunc "F_KafEnd",0,1,"in the city of Einbroch";
    }
    
    einbroch,59,203,6	script	Kafra Employee#ein1::kaf_einbroch2	861,{
    	cutin "kafra_09",2;
    	mes "[Kafra Employee]";
    	mes "Welcome to the";
    	mes "Kafra Corporation.";
    	mes "The Kafra services";
    	mes "are always on your side.";
    	mes "How may I assist you?";
    	callfunc "F_Kafra",5,4,1,50,800;
    	savepoint "einbroch",240,197;
    	callfunc "F_KafEnd",0,1,"in the city of Einbroch";
    }
    
    // Gonryun
    //============================================================
    gonryun,159,122,4	script	Kafra Employee::kaf_gonryun	116,{
    	cutin "kafra_02",2;
    	mes "[Kafra Employee]";
    	mes "Welcome to the";
    	mes "Kafra Corporation.";
    	mes "Kafra's Employees are";
    	mes "always ready to serve you.";
    	mes "How can I help you today?";
    	callfunc "F_Kafra",5,3,1,50,700;
    	savepoint "gonryun",160,62;
    	callfunc "F_KafEnd",0,1,"in the city of Kunlun";
    }
    
    // Lighthalzen
    //============================================================
    lighthalzen,164,100,4	script	Kafra Employee::kaf_lighthalzen	860,{
    	cutin "kafra_08",2;
    	mes "[Kafra Employee]";
    	mes "Welcome to the";
    	mes "Kafra Corporation.";
    	mes "The Kafra services";
    	mes "are always on your side.";
    	mes "How may I assist you?";
    	callfunc "F_Kafra",5,4,1,40,800;
    	savepoint "lighthalzen",158,94;
    	callfunc "F_KafEnd",0,1,"in the city of Lighthalzen";
    }
    
    lighthalzen,191,320,4	script	Kafra Employee::kaf_lighthalzen2	861,{
    	cutin "kafra_09",2;
    	mes "[Kafra Employee]";
    	mes "Welcome~!";
    	mes "The Kafra Services";
    	mes "are always on your side.";
    	mes "So how can I help you?";
    	callfunc "F_Kafra",5,4,1,40,800;
    	savepoint "lighthalzen",194,313;
    	callfunc "F_KafEnd",0,1,"in the city of Lighthalzen";
    }
    
    lhz_in02,237,284,4	script	Kafra Employee::kaf_lhz_in02	861,{
    	cutin "kafra_09",2;
    	mes "[Kafra Employee]";
    	mes "Welcome~!";
    	mes "The Kafra Services";
    	mes "are always on your side.";
    	mes "So how can I help you?";
    	callfunc "F_Kafra",5,4,1,40,800;
    	savepoint "lhz_in02",278,215;
    	callfunc "F_KafEnd",0,1,"in the city of Lighthalzen";
    }
    
    // Louyang
    //============================================================
    louyang,210,104,5	script	Kafra Employee::kaf_louyang	117,{
    	cutin "kafra_01",2;
    	mes "[Kafra Employee]";
    	mes "Welcome to the";
    	mes "Kafra Corporation.";
    	mes "Kafra's Employees are";
    	mes "always ready to serve you.";
    	mes "How can I help you today?";
    	callfunc "F_Kafra",5,3,1,50,700;
    	savepoint "louyang",217,92;
    	callfunc "F_KafEnd",0,1,"in the city of Louyang";
    }
    
    // Umbala
    //============================================================
    umbala,87,160,4	script	Kafra Employee::kaf_umbala	721,{
    	cutin "kafra_07",2;
    	callfunc "F_KafSet";
    	mes "[Kafra Employee]";
    	mes "Welcome to the";
    	mes "Kafra Corporation.";
    	mes "You know that our";
    	mes "service is always";
    	mes "on your side~";
    	callfunc "F_Kafra",5,0,1,80,0;
    	savepoint "umbala",126,131;
    	callfunc "F_KafEnd",0,1,"in the city of Umbala";
    }
    
    // Niflheim
    //============================================================
    niflheim,202,180,3	script	Kafra Employee::kaf_niflheim	791,{
    	callfunc "F_Kafra",1,2,1,150,0;
    	savepoint "niflheim",192,182;
    	callfunc "F_KafEnd",1,1,"in the city of Niflheim";
    }
    
    // Dungeons and Fields
    //============================================================
    // - Byalan Island
    izlu2dun,106,58,8	script	Kafra Employee::kaf_izlu2dun	115,{
    	cutin "kafra_03",2;
    	if (!checkre(0) && BaseJob == Job_Novice && job_merchant_q2 > 0) {
    		// Merchant Job Change Quest
    		// function F_MercKafra is found in /pre-re/jobs/1-1/merchant.txt
    		callfunc "F_MercKafra";
    	}
    	mes "[Kafra Employee]";
    	mes "Welcome to the";
    	mes "Kafra Corporation.";
    	mes "Kafra's Employees are";
    	mes "always ready to serve you.";
    	mes "How can I help you today?";
    	callfunc "F_Kafra",5,2,1,120,1200;
    	savepoint "izlu2dun",87,170;
    	callfunc "F_KafEnd",0,1,"at Byalan Island";
    }
    
    // - Culvert Sewers
    prt_fild05,290,224,3	script	Kafra Employee::prt_fild05	114,{
    	cutin "kafra_04",2;
    	mes "[Kafra Employee]";
    	mes "Welcome!";
    	mes "The Kafra Corporation";
    	mes "will always support the";
    	mes "adventurers of Rune-Midgard";
    	mes "with its excellent service. So";
    	mes "what can I do for you today?";
    	callfunc "F_Kafra",5,1,1,40,0;
    	savepoint "prt_fild05",274,243;
    	callfunc "F_KafEnd",0,1, "at the Prontera Culverts";
    }
    
    // - Coal Mine (Dead Pitt)
    mjolnir_02,83,362,4	script	Kafra Employee::kaf_mjolnir_02	116,{
    	cutin "kafra_02",2;
    	mes "[Kafra Employee]";
    	mes "Welcome to the";
    	mes "Kafra Corporation.";
    	mes "Kafra's Employees are";
    	mes "always ready to serve you.";
    	mes "How can I help you today?";
    	callfunc "F_Kafra",5,6,1,100,0;
    	savepoint "mjolnir_02",98,352;
    	callfunc "F_KafEnd",0,1,"at Mjolnir Dead Pit";
    }
    
    // - Morroc Ruins
    moc_ruins,59,157,5	script	Kafra Employee::moc_ruins	114,{
    	cutin "kafra_04",2;
    	mes "[Kafra Employee]";
    	mes "Welcome!";
    	mes "The Kafra Corporation";
    	mes "will always support the";
    	mes "adventurers of Rune-Midgard";
    	mes "with its excellent service. So";
    	mes "what can I do for you today?";
    	callfunc "F_Kafra",5,2,1,90,1200;
    	savepoint "moc_ruins",41,141;
    	callfunc "F_KafEnd",0,1," at the Pyramids";
    }
    
    // - Orc Dungeon
    gef_fild10,73,340,5	script	Kafra Employee::kaf_gef_fild10	116,{
    	cutin "kafra_02",2;
    	mes "[Kafra Employee]";
    	mes "Welcome to the";
    	mes "Kafra Corporation.";
    	mes "Kafra's Employees are";
    	mes "always ready to serve you.";
    	mes "How can I help you today?";
    	callfunc "F_Kafra",5,6,1,130,0;
    	savepoint "gef_fild10",54,326;
    	callfunc "F_KafEnd",0,1,"at the Orc Dungeon";
    }
    
    // - Treasure Island
    alb2trea,59,69,5	script	Kafra Employee::kaf_alb2trea	117,{
    	cutin "kafra_01",2;
    	mes "[Kafra Employee]";
    	mes "Welcome to the";
    	mes "Kafra Corporation.";
    	mes "The Kafra services";
    	mes "are always on your side.";
    	mes "How may I assist you?";
    	callfunc "F_Kafra",5,2,1,50,0;
    	savepoint "alb2trea",92,64;
    	callfunc "F_KafEnd",0,1,0,"at Sunken Ship";
    }
    

    Hi sir, thanks a lot. It works but only with the Kafra in " aldeba_in,96,181,4 "aldeba_in,96,181,4, all the others Kafras are the same, without Guild Storage. How to put the guild storage in all Kafras? Thanks again

    Can someone help me? the Poring Script is working great, but only one Kafra have the Guild Storage. The onters kafras dont. Please, thanks

  7. The problem is the card ilustration format, You need to save the bmp with bitmap 256 collors format (bitmap have many formats, 256 collors, 16 and 24 bits, monocromatic, etc)

    EDIT:

    Solved, i do this with Paint :) 256 bits and its working Great, thanks a lot.

  8. It display any error or just do like your screenshot, as if it's transparent?

    Only transparent, no error in map server, also the card is working but the image dont.

    Look all the files was in myroo.grf but the

    num2cardillustnametable

    Was in the original data.grf

    Dont know if that helps. Thanks

  9. Hi guys, i just try to add my first Custom Card. Everything works fine the problem here is, I cant see the Card image. (the image is bmp 300*400)

     

    8c06886981310c4fd70ea5ba97f6cdc6.png

     

    Can some one help me with this? this is what i do:

     

    -Put the image card on " data/texture/À¯ÀúÀÎÅÍÆäÀ̽º/cardbmp/Card_Name.bmp

     

    And edit:

     

    cardpostfixnametable.txt

    cardprefixnametable.txt

    idnum2itemdesctable.txt

    idnum2itemdisplaynametable.txt

    idnum2itemresnametable.txt

    num2cardillustnametable.txt   - - - - - -  (in this one im put this  "       ID#Card_Name#

    num2itemdisplaynametable.txt

    num2itemresnametable.txt

     

    Thanks

  10. try this one 

    prt_in,61,54,3 script Refiner 826,{
    OnUsed:
    set .Mode,0; // Refine mode [ 0 = Refine +1 Each time  / 1 = Refine to Max Limit ]
    set .EquipCheck,1; // Check Equips is refineable or not. [ 0 = Disable / 1 = Enable ]
    set .MaxRefine,4; // Max Refine Limit
    set .MaxRefine2,7; // Max Refine Limit [ for Mode 2 Max Refine ]
    set .TicketID,7539; // Ticket ID
    
    if( countitem(.TicketID) < 1 ){
    mes "You don't have "+getitemname(.TicketID)+" to continue this proses.";
    end;
    }
    
    switch(select( ( getequiprefinerycnt(1) >= .MaxRefine2 || getequipisequiped(1) == 0 )?"":"Headgear [ ^4EEE94"+getequipname(1)+"^000000 ]",
    ( getequiprefinerycnt(2) >= .MaxRefine2 || getequipisequiped(2) == 0 )?"":"Armor [ ^4EEE94"+getequipname(2)+"^000000 ]",
    ( getequiprefinerycnt(3) >= .MaxRefine2 || getequipisequiped(3) == 0 )?"":"Left Hand [ ^4EEE94"+getequipname(3)+"^000000 ]",
    ( getequiprefinerycnt(4) >= .MaxRefine2 || getequipisequiped(4) == 0 )?"":"Right Hand [ ^4EEE94"+getequipname(4)+"^000000 ]",
    ( getequiprefinerycnt(5) >= .MaxRefine2 || getequipisequiped(5) == 0 )?"":"Garment [ ^4EEE94"+getequipname(5)+"^000000 ]",
    ( getequiprefinerycnt(6) >= .MaxRefine2 || getequipisequiped(6) == 0 )?"":"Shoes [ ^4EEE94"+getequipname(6)+"^000000 ]",
    "^FF0000end^000000")) {
    Case 1:
    if ( .Mode == 0 ) { callsub RefineSystem,1; }
    if ( .Mode == 1 ) { callsub MaxRefineSystem,1; }
    if ( .Mode == 2 ) { callsub NewRefineSystem,1; }
    Case 2:
    if ( .Mode == 0 ) { callsub RefineSystem,2; }
    if ( .Mode == 1 ) { callsub MaxRefineSystem,2; }
    if ( .Mode == 2 ) { callsub NewRefineSystem,2; }
    Case 3:
    if ( .Mode == 0 ) { callsub RefineSystem,3; }
    if ( .Mode == 1 ) { callsub MaxRefineSystem,3; }
    if ( .Mode == 2 ) { callsub NewRefineSystem,3; }
    Case 4:
    if ( .Mode == 0 ) { callsub RefineSystem,4; }
    if ( .Mode == 1 ) { callsub MaxRefineSystem,4; }
    if ( .Mode == 2 ) { callsub NewRefineSystem,4; }
    Case 5:
    if ( .Mode == 0 ) { callsub RefineSystem,5; }
    if ( .Mode == 1 ) { callsub MaxRefineSystem,5; }
    if ( .Mode == 2 ) { callsub NewRefineSystem,5; }
    Case 6:
    if ( .Mode == 0 ) { callsub RefineSystem,6; }
    if ( .Mode == 1 ) { callsub MaxRefineSystem,6; }
    if ( .Mode == 2 ) { callsub NewRefineSystem,6; }
    Case 7: end;
    }
    
    RefineSystem:
    if ( .EquipCheck == 1 && getequipisenableref(getarg(0)) == 0 ){
    mes "I can't refine this item.because this item is unrefinable.";
    end;
    }
    if(getequiprefinerycnt(getarg(0)) < .MaxRefine) {
    mes "I can't refine this item.";
    mes "You must refine to ^0000FF+4^000000";
    mes "when you bring to me.";
    end;
    }
    successrefitem (getarg(0));
    message strcharinfo(0),"this item successuly upgrade.";
    delitem .TicketID,1;
    end;
    
    MaxRefineSystem:
    if ( .EquipCheck == 1 && getequipisenableref(getarg(0)) == 0 ){
    mes "I can't refine this item.because this item is unrefinable.";
    end;
    }
    for ( set .@i,getequiprefinerycnt(getarg(0)); getequiprefinerycnt(getarg(0)) < .MaxRefine; set .@i,getequiprefinerycnt(getarg(0)) ){
    successrefitem (getarg(0));
    }
    message strcharinfo(0),"this item successuly upgrade.";
    delitem .TicketID,1;
    end;
    
    NewRefineSystem:
    if ( .EquipCheck == 1 && getequipisenableref(getarg(0)) == 0 ){
    mes "I can't refine this item.because this item is unrefinable.";
    end;
    }
    mes "i just can refine from +4 ~ +7.";
    next;
    while ( countitem(.TicketID) > 0 && getequiprefinerycnt(getarg(0)) < .MaxRefine ){ 
    successrefitem (getarg(0));
    delitem .TicketID,1;
    }
    while ( countitem(.TicketID) > 1 && getequiprefinerycnt(getarg(0)) > .MaxRefine && getequiprefinerycnt(getarg(0)) < .MaxRefine2 ){ 
    successrefitem (getarg(0));
    delitem .TicketID,1;
    }
    message strcharinfo(0),"this item successuly upgrade.";
    end;
    
    }
    
    

     this is will refine from +4 ~  +7 only and use poring coin to continue refine proses

     

     

     

     

    EDIT: Its working now, but where i canchange the " I can refine this item but u must refine to +4" i mean i need this refine from 0 to 10, or from 3 to 10... Thanks please help me with this one

  11. Hi guys i im using the default Kafra:

    npc/kafras/kafras.txt

    It have:

    -Save

    -Storage

    -Teleport

    -Rent

    Can some one add Guild Storage to the Kafra please? Like this:

    -Save

    -Storage

    -Guild Storage

    -Teleport

    -Rent

    Please guys help me with hits one, heres the actual Kafra:

    //===== rAthena Script ======================================= //= Kafras (Cities/Dungeons/Fields)//===== By: ================================================== //= Joseph//===== Current Version: ===================================== //= 1.1b//===== Compatible With: ===================================== //= rAthena Project//===== Description: =========================================//= Argument settings for callfunc "F_Kafra"://=  arg(0): 0 - Default Kafra message//=          1 - Niflhiem Kafra message//=          2 - Guild Kafra message//=  arg(1): 1 - Disable teleport menu //=  arg(2): 1 - Disable info menu//=  arg(3): Cost of Storage service//=  arg(4): Cost of Rent a Pushcart service//===== Additional Comments: ================================= //= 0.x Previous Authors: //=     - L0ne_W0lf, kobra_k88, Samuray22, Evera, Lupus//= 1.0 Merged and cleaned up Kafras. [Joseph]//= 1.1 Added Izlude RE coordinates. [Euphy]//= 1.1a Fixed Pre-RE Call and some leftovers. [Lemongrass]//= 1.1b Enabled saving in Izlude duplicates (RE). [Euphy]//============================================================ // Aldebaran//============================================================aldeba_in,96,181,4	script	Kafra Service	113,{	cutin "kafra_05",2;	mes "[Kafra Leilah]";	mes "Hm...?";	mes "Oh, welcome to";	mes "the Kafra Corporation";	mes "Headquarters. Did you";	mes "need something?";	next;	switch(select("Save:Use Storage:Rent a Pushcart:Cancel")) {	case 1:		mes "[Kafra Leilah]";		mes "Your Respawn Point has";		mes "been saved here, inside";		mes "of the Kafra Corporation";		mes "Headquarters. Thank you.";		next;		savepoint "aldeba_in",96,179;		mes "[Kafra Leilah]";		mes "Please make use of";		mes "the Kafra Services that are";		mes "available throughout all of";		mes "Rune Midgard. Thank you for";		mes "visiting the Kafra Headquarters.";		close2;		break;	case 2:		if (Zeny < 20) {			mes "[Kafra Leilah]";			mes "Excuse me, but it";			mes "seems that you don't";			mes "have the 20 zeny to pay";			mes "the Storage access fee...";			close;		}		mes "[Kafra Leilah]";		mes "Although this facility is";		mes "exclusively intended for";		mes "the training of Kafra Employee";		mes "and administrative functions,";		mes "I'll access your Storage for you.";		next;		set Zeny, Zeny-20;		set RESRVPTS, RESRVPTS + (20/5);		mes "[Kafra Leilah]";		mes "In the future, please";		mes "ask the Kafra Employee on";		mes "duty if you wish to use";		mes "any of the Kafra Services.";		mes "Thank you for your patronage.";		callfunc("F_CheckKafCode");    //check your storage password, if set		close2;		openstorage;		break;	case 3:		mes "[Kafra Leilah]";		mes "My apologies, but I'm";		mes "not on duty. I'd assist you";		mes "if I could, but actually don't";		mes "have any available Pushcarts.";		mes "Why don't you ask another Kafra";		mes "Employee for assistance?";		next;		mes "[Kafra Leilah]";		mes "Kafra Employees are";		mes "stationed all over the";		mes "Rune Midgard continent,";		mes "and you should be able to find";		mes "plenty outside in Al De Baran.";		close2;		break;	case 4:		mes "[Kafra Leilah]";		mes "^666666*Whew...*^000000";		mes "Great, because I'm";		mes "actually on my break";		mes "right now. Choosing";		mes "''Cancel'' was a good";		mes "move on your part.";		close2;		break;	}	cutin "",255;	end;}aldebaran,143,119,4	script	Kafra Employee::kaf_aldebaran	113,{	cutin "kafra_05",2;	callfunc "F_KafSet";	mes "[Kafra Employee]";	mes "The Kafra Corporation";	mes "is always working to provide";	mes "you with convenient services.";	mes "How may I be of assistance?";	callfunc "F_Kafra",5,0,1,20,600;	savepoint "aldebaran",143,109;	callfunc "F_KafEnd",0,1,"in the city of Al De Baran";}// Geffen//============================================================geffen,120,62,0	script	Kafra Employee::kaf_geffen	115,{	cutin "kafra_03",2;	callfunc "F_KafSet";	mes "[Kafra Employee]";	mes "Welcome~!";	mes "The Kafra Services";	mes "are always on your side.";	mes "So how can I help you?";	callfunc "F_Kafra",5,0,0,30,750;	savepoint "geffen",119,40;	callfunc "F_KafEnd",0,1,"in the city of Geffen";}geffen,203,123,2	script	Kafra Employee::geffen2	114,{	cutin "kafra_04",2;	callfunc "F_KafSet";	mes "[Kafra Employee]";	mes "Welcome!";	mes "The Kafra Corporation";	mes "will always support the";	mes "adventurers of Rune-Midgard";	mes "with its excellent service. So";	mes "what can I do for you today?";	callfunc "F_Kafra",5,0,0,30,750;	savepoint "geffen",200,124;	callfunc "F_KafEnd",0,1,"in the city of Geffen";}// Morocc//============================================================morocc,156,97,4	script	Kafra Employee::kaf_morocc	113,{	cutin "kafra_05",2;	callfunc "F_KafSet";	mes "[Kafra Employee]";	mes "The Kafra Corporation";	mes "is always working to provide";	mes "you with convenient services.";	mes "How may I be of assistance?";	callfunc "F_Kafra",5,0,0,60,930;	savepoint "morocc",156,46;	callfunc "F_KafEnd",0,1,"in the city of Morroc";}morocc,160,258,4	script	Kafra::kaf_morocc2	114,{	cutin "kafra_04",2;	callfunc "F_KafSet";	mes "[Kafra Employee]";	mes "Welcome!";	mes "The Kafra Corporation";	mes "will always support the";	mes "adventurers of Rune-Midgard";	mes "with its excellent service. So";	mes "what can I do for you today?";	callfunc "F_Kafra",5,0,0,60,930;	savepoint "morocc",157,272;	callfunc "F_KafEnd",0,1,"in the city of Morroc";}// Payon//============================================================payon,181,104,4	script	Kafra Employee::kaf_payon	113,{	cutin "kafra_05",2;	callfunc "F_KafSet";	mes "[Kafra Employee]";	mes "The Kafra Corporation";	mes "is always working to provide";	mes "you with convenient services.";	mes "How may I be of assistance?";	callfunc "F_Kafra",5,0,1,60,930;	savepoint "payon",160,58;	callfunc "F_KafEnd",0,1,"in the city of Payon";}payon,175,226,4	script	Kafra Employee::kaf_payon2	116,{	cutin "kafra_02",2;	callfunc "F_KafSet";	mes "[Kafra Employee]";	mes "Welcome to the";	mes "Kafra Corporation.";	mes "The Kafra services are";	mes "always on your side.";	mes "How may I assist you?";	callfunc "F_Kafra",5,0,1,60,930;	savepoint "payon",257,242;	callfunc "F_KafEnd",0,1,"in the city of Payon";}pay_arche,55,123,0	script	Kafra Employee::kaf_payon3	115,{	cutin "kafra_03",2;	callfunc "F_KafSet";	mes "[Kafra Employee]";	mes "Welcome to the";	mes "Kafra Corporation.";	mes "The Kafra services";	mes "are always on your side.";	mes "How may I assist you?";	callfunc "F_Kafra",5,5,1,90,1200;	savepoint "pay_arche",49,144;	callfunc "F_KafEnd",0,1,"at the Payon Dungeon";}// Prontera//============================================================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";}prontera,151,29,0	script	Kafra Employee::kaf_prontera2	115,{	cutin "kafra_03",2;	callfunc "F_KafSet";	mes "[Kafra Employee]";	mes "Welcome~!";	mes "The Kafra Services";	mes "are always on your side.";	mes "So how can I help you?";	callfunc "F_Kafra",5,0,0,40,800;	savepoint "prontera",150,33;	callfunc "F_KafEnd",0,1,"in the city of Prontera";}prontera,29,207,6	script	Kafra Employee::kaf_prontera3	113,{	cutin "kafra_05",2;	callfunc "F_KafSet";	mes "[Kafra Employee]";	mes "The Kafra Corporation";	mes "is always working to provide";	mes "you with convenient services.";	mes "How may I be of assistance?";	callfunc "F_Kafra",5,0,0,40,800;	savepoint "prontera",33,208;	callfunc "F_KafEnd",0,1,"in the city of Prontera";}prontera,282,200,2	script	Kafra Employee::kaf_prontera4	114,{	cutin "kafra_04",2;	callfunc "F_KafSet";	mes "[Kafra Employee]";	mes "Welcome!";	mes "The Kafra Corporation";	mes "will always support the";	mes "adventurers of Rune-Midgard";	mes "with its excellent service. So";	mes "what can I do for you today?";	callfunc "F_Kafra",5,0,0,40,800;	savepoint "prontera",281,203;	callfunc "F_KafEnd",0,1,"in the city of Prontera";}prontera,162,192,3	script	Kafra Employee::kaf_prontera5	117,{	cutin "kafra_01",2;	callfunc "F_KafSet";	mes "[Kafra Employee]";	mes "Welcome to the";	mes "Kafra Corporation.";	mes "The Kafra services";	mes "are always on your side.";	mes "How may I assist you?";	callfunc "F_Kafra",5,0,0,40,800;	savepoint "prontera",159,187;	callfunc "F_KafEnd",0,1,"in the city of Prontera";}// Yuno//============================================================yuno,152,187,4	script	Kafra Employee::kaf_yuno	860,{	cutin "kafra_08",2;	callfunc "F_KafSet";	mes "[Kafra Employee]";	mes "The Kafra Corporation";	mes "is always working to provide";	mes "you with convenient services.";	mes "How may I be of assistance?";	callfunc "F_Kafra",5,0,0,40,800;	savepoint "yuno",158,125;	callfunc "F_KafEnd",0,1,"in the city of Juno";}yuno,327,108,4	script	Kafra Employee::kaf_yuno2	860,{	cutin "kafra_08",2;	callfunc "F_KafSet";	mes "[Kafra Employee]";	mes "The Kafra Corporation";	mes "is always working to provide";	mes "you with convenient services.";	mes "How may I be of assistance?";	callfunc "F_Kafra",5,0,0,40,800;	savepoint "yuno",328,101;	callfunc "F_KafEnd",0,1,"in the city of Juno";}yuno,277,221,4	script	Kafra Employee::kaf_yuno3	861,{	cutin "kafra_09",2;	callfunc "F_KafSet";	mes "[Kafra Employee]";	mes "The Kafra Corporation";	mes "is always working to provide";	mes "you with convenient services.";	mes "How may I be of assistance?";	callfunc "F_Kafra",5,0,0,40,800;	savepoint "yuno",274,229;	callfunc "F_KafEnd",0,1,"in the city of Juno";}// Alberta//============================================================alberta,28,229,0	script	Kafra Employee::kaf_alberta	116,{	cutin "kafra_02",2;	callfunc "F_KafSet";	mes "[Kafra Employee]";	mes "Welcome to the";	mes "Kafra Corporation.";	mes "Kafra's Employees are";	mes "always ready to serve you.";	mes "How can I help you today?";	callfunc "F_Kafra",5,0,0,50,850;	savepoint "alberta",31,231;	callfunc "F_KafEnd",0,1,"in the city of Alberta";}alberta,113,60,6	script	Kafra Employee::kaf_alberta2	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,50,850;	savepoint "alberta",117,57;	callfunc "F_KafEnd",0,1,"in the city of Alberta";}// Comodo//============================================================comodo,195,150,4	script	Kafra Employee::kaf_comodo	721,{	cutin "kafra_07",2;	callfunc "F_KafSet";	mes "[Kafra Employee]";	mes "Welcome to the";	mes "Kafra Corporation.";	mes "You know that our";	mes "service is always";	mes "on your side~";	callfunc "F_Kafra",5,0,1,80,1000;	savepoint "comodo",204,143;	callfunc "F_KafEnd",0,1,"in the town of Comodo";}cmd_fild07,136,134,4	script	Kafra Employee::kaf_cmd_fild07	721,{	cutin "kafra_07",2;	callfunc "F_KafSet";	mes "[Kafra Employee]";	mes "Welcome to the";	mes "Kafra Corporation.";	mes "You know that our";	mes "service is always";	mes "on your side~";	callfunc "F_Kafra",5,0,1,80,1000;	savepoint "cmd_fild07",127,134;	callfunc "F_KafEnd",0,1,"in Pyros Lighthouse";}// Izlude//============================================================-	script	::kaf_izlude	-1,{	cutin "kafra_01",2;	callfunc "F_KafSet";	mes "[Kafra Employee]";	mes "Welcome to the";	mes "Kafra Corporation.";	mes "The Kafra services";	mes "are always on your side.";	mes "How may I assist you?";	callfunc "F_Kafra",5,0,1,40,820;	if (checkre(0))		savepoint strnpcinfo(4),129,97;	else		savepoint "izlude",94,103;	callfunc "F_KafEnd",0,1,"in the city of Izlude";}// Moscovia//============================================================moscovia,223,191,3	script	Kafra Employee::kaf_mosk	114,{	cutin "kafra_04",2;	callfunc "F_Kafra",0,3,0,80,700;	savepoint "moscovia",221,194;;	callfunc "F_KafEnd",0,3,"in the city of Moscovia";}// Amatsu//============================================================amatsu,102,149,4	script	Kafra Employee::kaf_amatsu	116,{	cutin "kafra_02",2;	mes "[Kafra Employee]";	mes "Welcome to the";	mes "Kafra Corporation.";	mes "Kafra's Employees are";	mes "always ready to serve you.";	mes "How can I help you today?";	callfunc "F_Kafra",5,3,1,50,700;	savepoint "amatsu",116,94;	callfunc "F_KafEnd",0,1,"in the city of Amatsu";}// Ayothaya//============================================================ayothaya,212,169,5	script	Kafra Employee::kaf_ayothaya	116,{	cutin "kafra_02",2;	mes "[Kafra Employee]";	mes "Welcome to the";	mes "Kafra Corporation.";	mes "Kafra's Employees are";	mes "always ready to serve you.";	mes "How can I help you today?";	callfunc "F_Kafra",5,3,1,50,700;	savepoint "ayothaya",149,69;	callfunc "F_KafEnd",0,1,"in the city of Ayotaya";}// Einbech//============================================================einbech,181,132,5	script	Kafra Employee#ein3::kaf_einbech	860,{	cutin "kafra_08",2;	mes "[Kafra Employee]";	mes "Welcome~!";	mes "The Kafra Services";	mes "are always on your side.";	mes "So how can I help you?";	callfunc "F_Kafra",5,4,1,40,850;	savepoint "einbech",182,124;	callfunc "F_KafEnd",0,1,"in the town of Einbech";}// Einbroch//============================================================einbroch,242,205,5	script	Kafra Employee#ein2::kaf_einbroch	860,{	cutin "kafra_08",2;	mes "[Kafra Employee]";	mes "Welcome to the";	mes "Kafra Corporation.";	mes "Kafra's Employees are";	mes "always ready to serve you.";	mes "How can I help you today?";	callfunc "F_Kafra",5,4,1,50,800;	savepoint "einbroch",238,198;	callfunc "F_KafEnd",0,1,"in the city of Einbroch";}einbroch,59,203,6	script	Kafra Employee#ein1::kaf_einbroch2	861,{	cutin "kafra_09",2;	mes "[Kafra Employee]";	mes "Welcome to the";	mes "Kafra Corporation.";	mes "The Kafra services";	mes "are always on your side.";	mes "How may I assist you?";	callfunc "F_Kafra",5,4,1,50,800;	savepoint "einbroch",240,197;	callfunc "F_KafEnd",0,1,"in the city of Einbroch";}// Gonryun//============================================================gonryun,159,122,4	script	Kafra Employee::kaf_gonryun	116,{	cutin "kafra_02",2;	mes "[Kafra Employee]";	mes "Welcome to the";	mes "Kafra Corporation.";	mes "Kafra's Employees are";	mes "always ready to serve you.";	mes "How can I help you today?";	callfunc "F_Kafra",5,3,1,50,700;	savepoint "gonryun",160,62;	callfunc "F_KafEnd",0,1,"in the city of Kunlun";}// Lighthalzen//============================================================lighthalzen,164,100,4	script	Kafra Employee::kaf_lighthalzen	860,{	cutin "kafra_08",2;	mes "[Kafra Employee]";	mes "Welcome to the";	mes "Kafra Corporation.";	mes "The Kafra services";	mes "are always on your side.";	mes "How may I assist you?";	callfunc "F_Kafra",5,4,1,40,800;	savepoint "lighthalzen",158,94;	callfunc "F_KafEnd",0,1,"in the city of Lighthalzen";}lighthalzen,191,320,4	script	Kafra Employee::kaf_lighthalzen2	861,{	cutin "kafra_09",2;	mes "[Kafra Employee]";	mes "Welcome~!";	mes "The Kafra Services";	mes "are always on your side.";	mes "So how can I help you?";	callfunc "F_Kafra",5,4,1,40,800;	savepoint "lighthalzen",194,313;	callfunc "F_KafEnd",0,1,"in the city of Lighthalzen";}lhz_in02,237,284,4	script	Kafra Employee::kaf_lhz_in02	861,{	cutin "kafra_09",2;	mes "[Kafra Employee]";	mes "Welcome~!";	mes "The Kafra Services";	mes "are always on your side.";	mes "So how can I help you?";	callfunc "F_Kafra",5,4,1,40,800;	savepoint "lhz_in02",278,215;	callfunc "F_KafEnd",0,1,"in the city of Lighthalzen";}// Louyang//============================================================louyang,210,104,5	script	Kafra Employee::kaf_louyang	117,{	cutin "kafra_01",2;	mes "[Kafra Employee]";	mes "Welcome to the";	mes "Kafra Corporation.";	mes "Kafra's Employees are";	mes "always ready to serve you.";	mes "How can I help you today?";	callfunc "F_Kafra",5,3,1,50,700;	savepoint "louyang",217,92;	callfunc "F_KafEnd",0,1,"in the city of Louyang";}// Umbala//============================================================umbala,87,160,4	script	Kafra Employee::kaf_umbala	721,{	cutin "kafra_07",2;	callfunc "F_KafSet";	mes "[Kafra Employee]";	mes "Welcome to the";	mes "Kafra Corporation.";	mes "You know that our";	mes "service is always";	mes "on your side~";	callfunc "F_Kafra",5,0,1,80,0;	savepoint "umbala",126,131;	callfunc "F_KafEnd",0,1,"in the city of Umbala";}// Niflheim//============================================================niflheim,202,180,3	script	Kafra Employee::kaf_niflheim	791,{	callfunc "F_Kafra",1,2,1,150,0;	savepoint "niflheim",192,182;	callfunc "F_KafEnd",1,1,"in the city of Niflheim";}// Dungeons and Fields//============================================================// - Byalan Islandizlu2dun,106,58,8	script	Kafra Employee::kaf_izlu2dun	115,{	cutin "kafra_03",2;	if (!checkre(0) && BaseJob == Job_Novice && job_merchant_q2 > 0) {		// Merchant Job Change Quest		// function F_MercKafra is found in /pre-re/jobs/1-1/merchant.txt		callfunc "F_MercKafra";	}	mes "[Kafra Employee]";	mes "Welcome to the";	mes "Kafra Corporation.";	mes "Kafra's Employees are";	mes "always ready to serve you.";	mes "How can I help you today?";	callfunc "F_Kafra",5,2,1,120,1200;	savepoint "izlu2dun",87,170;	callfunc "F_KafEnd",0,1,"at Byalan Island";}// - Culvert Sewersprt_fild05,290,224,3	script	Kafra Employee::prt_fild05	114,{	cutin "kafra_04",2;	mes "[Kafra Employee]";	mes "Welcome!";	mes "The Kafra Corporation";	mes "will always support the";	mes "adventurers of Rune-Midgard";	mes "with its excellent service. So";	mes "what can I do for you today?";	callfunc "F_Kafra",5,1,1,40,0;	savepoint "prt_fild05",274,243;	callfunc "F_KafEnd",0,1, "at the Prontera Culverts";}// - Coal Mine (Dead Pitt)mjolnir_02,83,362,4	script	Kafra Employee::kaf_mjolnir_02	116,{	cutin "kafra_02",2;	mes "[Kafra Employee]";	mes "Welcome to the";	mes "Kafra Corporation.";	mes "Kafra's Employees are";	mes "always ready to serve you.";	mes "How can I help you today?";	callfunc "F_Kafra",5,6,1,100,0;	savepoint "mjolnir_02",98,352;	callfunc "F_KafEnd",0,1,"at Mjolnir Dead Pit";}// - Morroc Ruinsmoc_ruins,59,157,5	script	Kafra Employee::moc_ruins	114,{	cutin "kafra_04",2;	mes "[Kafra Employee]";	mes "Welcome!";	mes "The Kafra Corporation";	mes "will always support the";	mes "adventurers of Rune-Midgard";	mes "with its excellent service. So";	mes "what can I do for you today?";	callfunc "F_Kafra",5,2,1,90,1200;	savepoint "moc_ruins",41,141;	callfunc "F_KafEnd",0,1," at the Pyramids";}// - Orc Dungeongef_fild10,73,340,5	script	Kafra Employee::kaf_gef_fild10	116,{	cutin "kafra_02",2;	mes "[Kafra Employee]";	mes "Welcome to the";	mes "Kafra Corporation.";	mes "Kafra's Employees are";	mes "always ready to serve you.";	mes "How can I help you today?";	callfunc "F_Kafra",5,6,1,130,0;	savepoint "gef_fild10",54,326;	callfunc "F_KafEnd",0,1,"at the Orc Dungeon";}// - Treasure Islandalb2trea,59,69,5	script	Kafra Employee::kaf_alb2trea	117,{	cutin "kafra_01",2;	mes "[Kafra Employee]";	mes "Welcome to the";	mes "Kafra Corporation.";	mes "The Kafra services";	mes "are always on your side.";	mes "How may I assist you?";	callfunc "F_Kafra",5,2,1,50,0;	savepoint "alb2trea",92,64;	callfunc "F_KafEnd",0,1,0,"at Sunken Ship";}
  12. Hi guys, i im using the oficial refiner. So, for example when im go to the refiner the npc give to me my shoes to the safe limit. Shoes + 4.

     

    Now i need some NPC to refine 100% Safe for some Item. For example i have my shoes + 4, then the NPC will ask me for some item to refine it to +5 100% Safe... and so on..

     

    Sorry for my bad english. and thanks

  13. Hi guys, i want my MvPs Hards to kills. I just changhe this lines:

     

    // The HP rate of MVPs. (Note 2)
    mvp_hp_rate: 3000
     
    // Chance of mob casting a skill (Note 2)
    // Higher rates lead to 100% mob skill usage with no/few normal attacks.
    // Set to 0 to disable mob skills.
    mob_skill_rate: 10
     
     Mob skill delay adjust (Note 2)
    // After a mob has casted a skill, there is a delay before being able to
    // re-cast it. Note that skills with a delay of 0 can't be affected by this
    // setting.
    mob_skill_delay: 10
     
    // Monster damage delay rate (Note 1)
    // Setting to no/0 is like they always have endure.
    monster_damage_delay_rate: 4000
     
    But... this only make the MvPs with a lot of HP but is the same, the are easy to kill. Can some one help me? Thanks

     

×
×
  • Create New...