jedwynne Posted May 28, 2012 Share Posted May 28, 2012 can i request an NPC that will sell status points [str, agi, int, vit, dex, luk]. 40,000,000 is equivalent to +10 either of the status he would choose from. Quote Link to comment Share on other sites More sharing options...
Rikimaru Posted May 28, 2012 Share Posted May 28, 2012 (edited) You can use my Stat and Skill Points Seller,there you can set the zenycost by yourself. Check it out here : https://rikisscripts...kill_Seller.txt // = Script made by RIKIMARU on rathena.org // = Profile Link : // = http://rathena.org/board/user/434-rikimaru/ // = ENJOY THIS SCRIPT! // ================ rAthena Script ================================================== // ============== Information ======================================================= // = Stat and Skill Seller // = Made by : // = Rikimaru //===== Current Version: =================================================== //= 1.0 //===== Compatible With: =================================================== //= with any rAthena Revision //===== Description: ======================================================= //= This was a Requested Script,but it's useful for Newbie's //===== Additional Comments: =============================================== //= 1.0 Finished the Script [Rikimaru] //========================================================================= //= DO NOT REMOVE MY CREDITS AND CLAIM MY WORK AS YOURS //========================================================================= MAPNAME,XXX,YYY,D script Stat and Skill Seller NID,{ // ===================== Settings =========================== set [email protected]$,"^0000FF[ John ]^000000"; set [email protected],100 // ================== End of Settings ======================= mes [email protected]$; mes "Hello ^FF0000["+strcharinfo(0)+"]^000000!"; mes "What do you want to do?"; next; switch(select("-Buy Stats:-Buy Skills:Cancel")) { case 1: mes [email protected]$; mes "Okay input the Amount"; mes "of Points you want to buy!"; mes "1 Point has a cost of 100 Zenny!"; next; mes [email protected]$; input [email protected]; if( Zeny < ( [email protected] * [email protected] ) ) { mes "You don't have enough money!"; close; } else { set Zeny, Zeny - ( [email protected] * [email protected] ); set StatusPoint, StatusPoint + [email protected]; mes "There,take them."; } case 2: mes [email protected]$; mes "Okay input the Amount"; mes "of Points you want to buy!"; mes "1 Point has a cost of 100 Zenny!"; next; mes [email protected]$; input [email protected]; if( Zeny < ( [email protected] * [email protected] ) ) { mes "You don't have enough money!"; close; } else { set Zeny, Zeny - ( [email protected] * [email protected] ); set SkillPoint, SkillPoint + [email protected]; mes "There,take them."; } case 3: close; } } Edited May 28, 2012 by Rikimaru Quote Link to comment Share on other sites More sharing options...
jedwynne Posted May 28, 2012 Author Share Posted May 28, 2012 (edited) You can use my Stat and Skill Points Seller,there you can set the zenycost by yourself. i want something that is direct adding in their status... which means... whenever i buy stat point for 40m there will be an +10 to either str, agi, luk, etc. SOLVED ALREADY Edited May 30, 2012 by jedwynne Quote Link to comment Share on other sites More sharing options...
kharizard Posted November 8, 2012 Share Posted November 8, 2012 jedwynne. how did ya solved it.? i also don't want to add status points instead i want it directly to the stats of my character.! please post how you solved it. Quote Link to comment Share on other sites More sharing options...
can i request an NPC that will sell status points [str, agi, int, vit, dex, luk]. 40,000,000 is equivalent to +10 either of the status he would choose from.
Link to comment
Share on other sites