shaobert Posted April 1, 2021 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 1 Reputation: 0 Joined: 02/02/13 Last Seen: August 22, 2021 Share Posted April 1, 2021 KAFRA CARD NOT WORKING can you help me?? when I click KAFRA CARD there's no storage opening Quote Link to comment Share on other sites More sharing options...
0 mrfizi Posted April 1, 2021 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 383 Reputation: 78 Joined: 10/30/12 Last Seen: May 15 Share Posted April 1, 2021 check your item_db_usable.yml - Id: 12211 AegisName: Kafra_Card Name: Kafra Card Type: Usable Buy: 2 Weight: 10 Trade: Override: 100 NoDrop: true NoTrade: true NoSell: true NoCart: true NoGuildStorage: true NoMail: true NoAuction: true Script: | callfunc "F_CashStore"; then check the function /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; } Quote Link to comment Share on other sites More sharing options...
Question
shaobert
KAFRA CARD NOT WORKING
can you help me?? when I click KAFRA CARD there's no storage opening
Link to comment
Share on other sites
1 answer 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.