Jump to content
  • 0

Request V4P to Vote Proof


AshuraX

Question


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  06/10/13
  • Last Seen:  

help me please.. i need a script that the vote points will convert to vote points proof.. 

Link to comment
Share on other sites

16 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1125
  • Reputation:   236
  • Joined:  07/30/12
  • Last Seen:  


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 .@vps;

next;

if ( .@vps < 1) goto Zero;

if ( .@vps > 30000) goto Toomany;

if((countitem(30004)+.@vps) >= 30000) goto Toomany;

if ( #CASHPOINTS < .@vps) goto Tooless;

mes "Here you go!";

set #CASHPOINTS,(#CASHPOINTS-.@vps);

getitem 30004,.@vps;

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


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1125
  • Reputation:   236
  • Joined:  07/30/12
  • Last Seen:  

What's the item ID of Vote Proof?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  06/10/13
  • Last Seen:  

it's 30004.

 

thank you for replying.  /lv



bump

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1125
  • Reputation:   236
  • Joined:  07/30/12
  • Last Seen:  

Is your vote points = cash points? Like in other server?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  06/10/13
  • Last Seen:  

yep.. just like the other server.. and it will be used on a shop for headgears

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  06/10/13
  • Last Seen:  

thank you.. but how can i get the points in the db to the game??

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1125
  • Reputation:   236
  • Joined:  07/30/12
  • Last Seen:  

thank you.. but how can i get the points in the db to the game??

I dont get it, what do you mean?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  06/10/13
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1125
  • Reputation:   236
  • Joined:  07/30/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  06/10/13
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1125
  • Reputation:   236
  • Joined:  07/30/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  06/10/13
  • Last Seen:  

im very sorry  /wah .. awkward haha



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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1125
  • Reputation:   236
  • Joined:  07/30/12
  • Last Seen:  

Just set to your idnum2itemresnametable.txt this.

Ä«ÇÁ¶óÀÌ¿ë±Ç
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  27
  • Reputation:   0
  • Joined:  06/10/13
  • Last Seen:  

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1125
  • Reputation:   236
  • Joined:  07/30/12
  • Last Seen:  

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

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

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  23
  • Topics Per Day:  0.01
  • Content Count:  90
  • Reputation:   0
  • Joined:  03/29/13
  • Last Seen:  

how about a script of
1 Vote Proof and it will convert to 1 Vote Points ????
 

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