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.
// 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.
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?
My script seems clean, the latest ones I added only has atcommand * strcharinfo(), there was no attachrid() involved.
I've enabled gdb so the next time it crashes again, I'm going to be able to provide the full crash dump.
[Error]: script_rid2sd: fatal error ! player not attached!
[Debug]: Function: bonus (2 parameters):
[Debug]: Data: number value=47
[Debug]: Data: number value=1
[Error]: script_rid2sd: fatal error ! player not attached!
[Debug]: Function: bonus2 (3 parameters):
[Debug]: Data: number value=1011
[Debug]: Data: number value=7
[Debug]: Data: number value=10
[Error]: script_rid2sd: fatal error ! player not attached!
[Debug]: Function: bonus (2 parameters):
[Debug]: Data: number value=1003
[Debug]: Data: number value=15
[Error]: script_rid2sd: fatal error ! player not attached!
[Debug]: Function: bonus (2 parameters):
[Debug]: Data: number value=16
[Debug]: Data: number value=3
Could anybody point out where this is coming from that sends a terminating signal to the mapserver and crashes it? There doesn't seem to be a reported source NPC.
I've actually came to a decision to make a new item with the same bonus that a marc card will provide, I was just asking around to see if it's possible.
Yes, enchant adds adds the rune to the 2nd 3rd or 4th slot, that's what I mean.
But seeing it's not possible, just a box that uses item2 script will work.
Thanks for the replies guys!
I'm talking about creating an ACTUAL item that is already SLOTTED.
That means by doing @Item 123123123 I'm creating and ITEM that is already SLOTTED with a MARC CARD.
Let me break it down to even simpler terms.
item 123123123 = item slotted with marc card.
Thanks for your prompt reply.
Is it actually possible to create an item that is already slotted or stat enchanted in the item_db?
For example.
Creating an item 123123123
@item 123123123 gives you a +3 str unfrozen coat [1] Obviously the slot is occupied.
I know that simply making an item box and having the item script do @item2 will serve this purpose, however what about just creating the item directly.
I have been having these problems, after the error start getting spammed (8-20 lines in console), the server lags and everybody timesout.
[Error]: WFIFOSET: Maximum write buffer size for client connection 75 exceeded, most likely caused by packet 0x02e1 (len=33, ip=xx).
[Error]: WFIFOSET: Maximum write buffer size for client connection 75 exceeded, most likely caused by packet 0x02e1 (len=33, ip=xx).
[Error]: WFIFOSET: Maximum write buffer size for client connection 75 exceeded, most likely caused by packet 0x02e1 (len=33, ip=xx).
[Error]: WFIFOSET: Maximum write buffer size for client connection 75 exceeded, most likely caused by packet 0x02e1 (len=33, ip=xx).
[Error]: WFIFOSET: Maximum write buffer size for client connection 75 exceeded, most likely caused by packet 0x02e1 (len=33, ip=xx).
[Error]: WFIFOSET: Maximum write buffer size for client connection 75 exceeded, most likely caused by packet 0x02e1 (len=33, ip=xx).
I've removed the IP for privacy.
Client used : 20100616aRagre
Using client: 2010-06-16
[uI]Extended Chat Box does not affect me? I still can only insert 70 instead of 234(Extended version) characters.
Same applies for other [extended] Features.
Help?