Jump to content
  • 0

Kafra Card not working in WoE


Question

6 answers to this question

Recommended Posts

Posted

check ur function here...did you edited it..?

trunk/npc/other/CashShop_Functions.txt

// Kafra Card
//============================================================
// - Open player's storage.
// - No arguments.
function script F_CashStore {
cutin "kafra_01",2;
mes "[Kafra Employee]";
mes "Welcome to the Kafra Corporation.";
mes "Here, let me open your Storage for you.";
close2;
openstorage;
cutin "",255;
return;
}

Posted (edited)

// Kafra Card
//============================================================
// - Open player's storage.
// - No arguments.
function script F_CashStore {
cutin "kafra_01",2;
mes "[Kafra Employee]";
mes "Welcome to the Kafra Corporation.";
mes "Here, let me open your Storage for you.";
close2;
openstorage;
cutin "",255;
return;
}

Did not touch it x_X. Only stops working during agiton.

Edited by Patskie
Change to code
Posted

Mmmm prob, I'll just change the item script perhaps?

Bump.

I've tested making a custom item with the exact same database(Just changing the ITEMID) and it worked, however I've gone through item_noequip.txt tons of times, there isn't the Kafra Card's ID in it. It there any other possible files that I should look into?

Help in dire need please.

Posted

This is an old thread but I had the same problem and found the following solution for it:

 

The kafra card id is hard coded in src/map/pc.c

 

Find and delete the following lines.

 

		case 12211: // Kafra Card
			if( map_flag_gvg(sd->bl.m) )
				return 0;
			break;

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...