iraciz Posted January 8, 2014 Posted January 8, 2014 (edited) Hello! I made a custom enchant stone for the Rotha_Shield, but i´snt working properly, the behavior of the item is a mistery, because I am using the same structure of the object HP+500 enchant. so what's going on there? or why this happen?? check it out: 4799,HP500,HP+500,6,20,,10,,,,,,,,16,,,,,{ bonus bMaxHP,500; },{},{} 29197,RosaForce,Rosa Force,6,20,,10,,,,,,,,16,,,,,{ bonus bAllStats,1; },{},{} and no bonus for Rosa Force If I use the hp+500, then the story is different, it give me the bonus, and why? in the pic you will notice the hp increment, exactly as the script says, but why is not working my custom? any idea about that? or how to fix it? SCR? Edited January 8, 2014 by iraciz Quote
AnnieRuru Posted January 8, 2014 Posted January 8, 2014 how about you try mine REPLACE INTO `item_db_re` VALUES (4001,'Poring_Card','Poring ard',6,20,NULL,10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16,NULL,NULL,NULL,NULL,'bonus bLuk,2; bonus bFlee2,1;',NULL,NULL); REPLACE INTO `item_db_re` VALUES (30001,'Poring_Card','Poring Card',6,20,NULL,10,NULL,NULL,NULL,NULL,NULL,NULL,NULL,16,NULL,NULL,NULL,NULL,'bonus bLuk,2; bonus bFlee2,1;',NULL,NULL); 30001,4001 and @item2 guard 1 1 0 0 0 0 4001 30001 I got +4 luk from this ... seems like I couldn't reproduce your problem Quote
iraciz Posted January 8, 2014 Author Posted January 8, 2014 (edited) sorry I dont understarnd your answer! but it seems to work with you. what I have to do exactly? Edited January 8, 2014 by iraciz Quote
Question
iraciz
2 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.