iraciz Posted January 8, 2014 Group: Members Topic Count: 140 Topics Per Day: 0.03 Content Count: 562 Reputation: 111 Joined: 10/05/12 Last Seen: February 12, 2024 Share 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 Link to comment Share on other sites More sharing options...
AnnieRuru Posted January 8, 2014 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 2044 Reputation: 682 Joined: 10/09/12 Last Seen: December 20, 2020 Share 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 Link to comment Share on other sites More sharing options...
iraciz Posted January 8, 2014 Group: Members Topic Count: 140 Topics Per Day: 0.03 Content Count: 562 Reputation: 111 Joined: 10/05/12 Last Seen: February 12, 2024 Author Share 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 Link to comment Share on other sites More sharing options...
Question
iraciz
Link to comment
Share on other sites
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.