Jump to content
  • 0

Help-help


Help-Help

Question


  • Group:  Members
  • Topic Count:  42
  • Topics Per Day:  0.01
  • Content Count:  108
  • Reputation:   2
  • Joined:  03/16/13
  • Last Seen:  

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 buySKILLarrow-10x10.png 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 iWANTarrow-10x10.png to make it like this if i buy 100 and i dont have theMONEYarrow-10x10.png he will said

mes "I'm sorry you don't have enough moneyarrow-10x10.png 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 moneyarrow-10x10.png for that...";

Link to comment
Share on other sites

1 answer to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  81
  • Topics Per Day:  0.02
  • Content Count:  242
  • Reputation:   3
  • Joined:  01/01/12
  • Last Seen:  

Me too i want this script

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...