lnteractive Posted November 13, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 10/19/12 Last Seen: April 21, 2013 Share Posted November 13, 2012 12211,Kafra_Card,Kafra Card,2,2,,10,,,,,0xFFFFFFFF,7,2,,,,,,{ callfunc "F_CashStore"; },{},{} I checked item_noequip.txt, do not have this item listed either, it doesn't work in WoE, anybody help? Quote Link to comment Share on other sites More sharing options...
Emistry Posted November 13, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Saturday at 07:13 PM Share Posted November 13, 2012 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; } Quote Link to comment Share on other sites More sharing options...
lnteractive Posted November 13, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 10/19/12 Last Seen: April 21, 2013 Author Share Posted November 13, 2012 (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 November 13, 2013 by Patskie Change to code Quote Link to comment Share on other sites More sharing options...
Emistry Posted November 13, 2012 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2371 Joined: 10/28/11 Last Seen: Saturday at 07:13 PM Share Posted November 13, 2012 maybe you have custom src mod that disable storage during woe ?? Quote Link to comment Share on other sites More sharing options...
lnteractive Posted November 14, 2012 Group: Members Topic Count: 8 Topics Per Day: 0.00 Content Count: 22 Reputation: 0 Joined: 10/19/12 Last Seen: April 21, 2013 Author Share Posted November 14, 2012 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. Quote Link to comment Share on other sites More sharing options...
Arcenciel Posted November 15, 2012 Group: Members Topic Count: 69 Topics Per Day: 0.01 Content Count: 1315 Reputation: 372 Joined: 12/10/11 Last Seen: August 31, 2013 Share Posted November 15, 2012 I've tested it in my test server and it works fine. Does it work outside of WoE normally? What revision are you using? Quote Link to comment Share on other sites More sharing options...
anzulo Posted November 12, 2013 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 5 Reputation: 0 Joined: 07/04/13 Last Seen: November 19, 2014 Share Posted November 12, 2013 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; Quote Link to comment Share on other sites More sharing options...
Question
lnteractive
I checked item_noequip.txt, do not have this item listed either, it doesn't work in WoE, anybody help?
Link to comment
Share on other sites
6 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.