Hatake Kakashi Posted January 11, 2012 Share Posted January 11, 2012 hello guys. how to put this effect on item? thanks effect is add 1 skill points and add 1 stat points. thanks.. Quote Link to comment Share on other sites More sharing options...
xienne15 Posted January 11, 2012 Share Posted January 11, 2012 501,Red_Potion,Red Potion,0,50,,70,,,,,0xFFFFFFFF,7,2,,,,,,{ atcommand "@skpoint,1 "+strcharinfo(0); atcommand "@stpoint,1 "+strcharinfo(0); },{},{} try that Quote Link to comment Share on other sites More sharing options...
Emistry Posted January 12, 2012 Share Posted January 12, 2012 instead of use those atcommand... it is better to use this way... set StatusPoint,StatusPoint + 1; set SkillPoint,SkillPoint + 1; this is because..atcommand may spam your log file when there is alot of usage of this items...( if you enabled the log ) Quote Link to comment Share on other sites More sharing options...
hello guys. how to put this effect on item? thanks
effect is add 1 skill points and add 1 stat points.
thanks..
Link to comment
Share on other sites