Jump to content
  • 0

FluxCP : Vote for Credit Addon.


Question

Posted

Hello rAthena. I want to ask you all about FluxCP Vote for Credit Addon. Currently i'm using FluxCP Renewal from Calcium_Kid, and the problem is, after vote for voting site, and get for points. I realize that i don't have any Cash Point in my server and it happen when i try to buy Cash Item in Cash Shop. You can see my picture down here.

gotcash.png

nocash.png

I don't remember when i bought this addon, maybe on March 2011. Could you guys help me? Thanks! /ok

20 answers to this question

Recommended Posts

Posted (edited)

Its for the credit shop in FluxCP not in-game credits.

Try configuring it. Go to config folder...

// Use credits?
'ChangeToCredits'    => true,  // Set this to true if you would like to change points to credits. (does not work with ChangeToCashPoints or ChangeToCoins)
'PointsToCredits'    => 10,	  // The amount of points needed to earn the rewarded credits. (needs ChangeToCredits to be true)
'RewardedCredits'    => 2,	  // The amount of credits rewarded after accumulating points. (needs ChangeToCredits to be true)

// Use cash points? (or kafra points)
'ChangeToCashPoints' => false,  // Set this to true if you would like to change points to cash points. (does not work with ChangeToCredts or ChangeToCoins)
'PointsToCashPoints' => 5,	  // The amount of points needed to earn the rewarded cash points. (needs ChangeToCashPoints to be true)
'RewardedCashPoints' => 1,	  // The amount of credits rewarded after accumulating points. (needs ChangeToCashPoints to be true)
'DepositKafraPoints' => false,  // You may set this to true as well to deposit kafra points instead of cash. (needs ChangeToCashPoints to be true)

// Using coins?
// To use coins, your coin item MUST be stackable, you must be able to stack coins on top of each other, instead of having
// a whole bunch of separate coin items they must be able to add to each other.
// NOTE: Coins will be stored in the user's **storage** because there is no reliable way to store them in the character,
// since an account can have MULTIPLE characters.
'ChangeToCoins'	  => false,  // Set this to true if you want to change points to coins. (does not work with ChangeToCredits or ChangeToCashPoints)
'CoinsItemID'	    => 7539,   // This is the item ID of your coins, poring coins or whatever coin system you may be using.
'PointsToCoins'	  => 5,	  // The amount of points needed to earn the rewarded coins. (needs ChangeToCoins to be true)
'RewardedCoins'	  => 1,	  // The amount of coins rewarded after accumulating points. (needs ChangeToCoins to be true)
'StorageLimit'	   => 300,    // This is the limit to an account's storage.
'CoinsStackLimit'    => 30000,  // This is the limit to how many coins can be stacked on top of each other (this is internally an eA limitation, do not change)

Edited by Cuspid
Posted

@EvilPunker :

I'm not sure about that, but i already try with Emistry Cash Shop, but there are 0 #cashpoint. :(

@Cuspid :

Yes, this is what i set it on my addon.php. I also can turn on the Kafra Point, but in-game Kafra Point TURN TO "FREE CASH" just like what you see on my picture above.

Another question, where can i find Redemption NPC ? When i use "'ChangeToCashPoints' => true" I have my Donation Credit and i don't know where to Redeem the item that i bought on my FluxCP. Can anyone help me? Thanks.

Posted

Same here im using Byte V4p. how to solve this? anyone? thanks

The main problem is, when you already vote, the points that you receive after voting can't be claim on game side but you still receive the points (Credit Point) and can be use just in that control panel, so you can make Credit Transfer and this function is very useful for user to transfer their Donation Point (Credit Point), it is a needs & wants for user. But hey, there is other solution if you using kafra point as the reward, but! You cannot do the transfer transaction (kafra point) on control panel. Maybe you can use script inside RO server to transfer the Kafra Point you have to other user. We really need helps from rathena scripter. /heh

Posted

Finally! It works now with cashpoint. Haha

What are you mean "It works now with cashpoint." ? Do you mean after the voting has been made, you can claim the Cash Point on game side? Please clarify it. Thanks ! /ok

Posted

Hello Rabbit!

Can u post it here the code of your lib/cashpoint.php ?

I think after voting the points will be save in cp_vote -> credits

Posted

Can someone share this v4p?

Hi letstry,

I believe Byte's V4P is a paid add-on; meaning you'd have to contact Byte and purchase it from him. If I were to buy 1, I'd probably go for Xantara's V4P.

  • Upvote 1
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...