Jump to content
  • 0
AshuraX

Request V4P to Vote Proof

Question

16 answers to this question

Recommended Posts


prontera,150,150,0 script Vote Trader 123,{

mes "You have ^000088"+ #CASHPOINTS +"^000000 Vote Points.";

mes "1 Vote Point is equal to 1 Voting Proof.";

mes "Do you want to trade your Vote Points into Voting Proof?";

menu "No!",-,"Yes!",Cash2VP;

next;

mes "Ok, just let me know.";

close;

Cash2VP:

next;

mes "How many Vote Points would you like to trade?";

input [email protected];

next;

if ( [email protected] < 1) goto Zero;

if ( [email protected] > 30000) goto Toomany;

if((countitem(30004)[email protected]) >= 30000) goto Toomany;

if ( #CASHPOINTS < [email protected]) goto Tooless;

mes "Here you go!";

set #CASHPOINTS,(#[email protected]);

getitem 30004,[email protected];

next;

mes "Here's your Voting Proof.";

close;

Toomany:

next;

mes "You cannot hold more than 30,000 Vote Proof.";

close;

Tooless:

next;

mes "Insufficient Vote Points.";

close;

Zero:

next;

mes "0 means cancel!";

close;

}

  • Upvote 1
Link to comment
Share on other sites

im using JayPee vote for points for flux cp.. how can i get the points in the cp_v4p_votes db to the game??

Link to comment
Share on other sites

I think there's an option that you must click after voting(Like 'click here to claim your points'). Just check it yourself, because I dont use any V4P in my test server.

Link to comment
Share on other sites

i see, ok i will search for it thanks!.. but you know the sql for the points??



wow i just solved it using your script and i modified it a little.. hahaha thank you so much.. credit goes to you  /lv

Link to comment
Share on other sites

i see, ok i will search for it thanks!.. but you know the sql for the points??

wow i just solved it using your script and i modified it a little.. hahaha thank you so much.. credit goes to you  /lv

And the Best Answer goes to your post, such a good thing eh?

Link to comment
Share on other sites

im very sorry  /wah .. awkward haha



btw.. offtopic.. do you have kafra pass sprite and act file?? 

Link to comment
Share on other sites

thanks.. but i need the spr and act file hahaha ..

Then search for Ä«ÇÁ¶óÀÌ¿ë±Ç in your data.grf

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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.