prontera,158,190,4 script + / - Skillpoint 904,{
set .buy,100000;
set .sell,0;
mes "[ ^ff0000Buy / Deduct Skillpoints^000000 ]";
mes "Hello! I can sell you skill points";
mes "And take away your extra skill points aswell";
next;
mes "[ ^ff0000Buy / Deduct Skillpoints^000000 ]";
mes "What do you want to do now?";
next;
switch(select("Buy Skillpoints!:Deduct Skill Points")){
case 1:
mes "[ ^ff0000Buy / Deduct Skillpoints^000000 ]";
mes "How many skill points you want to buy?";
input @amt,0,Zeny/.buy;
if( @amt == 0 ) close;
mes "[ ^ff0000Buy / Deduct Skillpoints^000000 ]";
mes "There you go!";
set SkillPoint,SkillPoint + @amt;
set Zeny, Zeny - ( @amt * .buy );
close;
case 2:
if (SkillPoint < 1) {
mes "[ ^ff0000Buy / Deduct Skillpoints^000000 ]";
mes "Sorry, you don't have any Skill Point to complete this transaction.";
close;
}
mes "[ ^ff0000Buy / Deduct Skillpoints^000000 ]";
mes "Do you want me to take away all your extra skill points?";
menu "Yes",-,"No",Nope;
mes "[ ^ff0000Buy / Deduct Skillpoints^000000 ]";
mes "There you go!";
set SkillPoint,0;
set Zeny,Zeny+.sell;
close;
Nope:
mes "[ ^ff0000Buy / Deduct Skillpoints^000000 ]";
mes "Thank you for using my service.";
close;
}
}
can you pls edit if your a novice you can buySKILL point will appear a mes like this
[ Buy / Deduct Skillpoints ]
mes "I'm afraid I am not allowed to help you, young adventurer. You should do it on your own.";
can you edit too the buy system coz if i buy 100 skillpoints and i only have 1m he will give me 10skill points iWANT to make it like this if i buy 100 and i dont have theMONEY he will said
mes "I'm sorry you don't have enough money for that...";
and can you pls edit this script in deduct remove the zenny 0 pls
and if you buy 0 skill points close no need to apper the "I'm sorry you don't have enough money for that...";
Question
Help-Help
can you pls edit if your a novice you can buySKILL
point will appear a mes like this
[ Buy / Deduct Skillpoints ]
mes "I'm afraid I am not allowed to help you, young adventurer. You should do it on your own.";
can you edit too the buy system coz if i buy 100 skillpoints and i only have 1m he will give me 10skill points iWANT
to make it like this if i buy 100 and i dont have theMONEY
he will said
mes "I'm sorry you don't have enough money
for that...";
and can you pls edit this script in deduct remove the zenny 0 pls
and if you buy 0 skill points close no need to apper the "I'm sorry you don't have enough money
for that...";
Link to comment
Share on other sites
1 answer 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.