Jump to content
  • 0

Please help me, I want to convert v4p points to cashpoint


Mang-Berto

Question


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  139
  • Reputation:   2
  • Joined:  11/15/11
  • Last Seen:  

Good day, I would like to ask for help about converting v4p of jaypee mateo to cashpoint. I've already asked this at the Filipino support section and someone gave me a script but the problem is, it delete the vote points but it doesn't convert it to cashpoint. attached is the script shared to me, please help me. God bless to everyone!

votepointsconverter.txt

Edited by Mang-Berto
Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

try this

prontera,155,181,5 script Sample 757,{
if( select("Change to CASHPOINTS:Cancel") == 1 ){
query_sql("SELECT `points` FROM `cp_v4p_voters` WHERE account_id='"+getcharid(3)+"' LIMIT 1",.@points);
set #CASHPOINTS,#CASHPOINTS + .@points;
query_sql("UPDATE `cp_v4p_voters` SET points=0 WHERE account_id='"+getcharid(3)+"'");
dispbottom " Gained "+.@points+" Points . Total Cash Points "+#CASHPOINTS+" Points.";
}
close;
}

  • Upvote 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  139
  • Reputation:   2
  • Joined:  11/15/11
  • Last Seen:  

it's working, last question how to add "Your current Vote points" status, so the players will know how many points they have. thank you!

Edited by Mang-Berto
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

using the same sample provided by emistry

prontera,155,181,5 script Sample 757,{
dispbottom "Total Cash Points "+#CASHPOINTS+" Points.";
end;
}

Link to comment
Share on other sites


  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10015
  • Reputation:   2348
  • Joined:  10/28/11
  • Last Seen:  

the script convert ALL vote point to cash point....so i dont think there is a need to check for vote points.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  36
  • Topics Per Day:  0.01
  • Content Count:  139
  • Reputation:   2
  • Joined:  11/15/11
  • Last Seen:  

the script convert ALL vote point to cash point....so i dont think there is a need to check for vote points.

I see, anyway thank you for helping! :D

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