Jump to content
  • 0

Ceres CP v4p Problem, Vote not counting


Gelo

Question


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  56
  • Reputation:   1
  • Joined:  05/10/12
  • Last Seen:  

Need help with my ceres plus, I am trying to make the v4p work but it seems that it didn't. The voting links are working well, the vote 4 points NPC is working well but the problem is every time I click the links, the points is not counting.

I check my database and there is vote_points table but still no data.

I already tried to click the voting sites several times, but still no effect.

I read some post that the database should be on the RO database and not on the CP database. but how can I do that??.

my vote_points table is inside my ceres cp databse.

and 1 more thing I want to know is how to change the voting hours and points??

Thanks in advance ^_^

Link to comment
Share on other sites

2 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.00
  • Content Count:  117
  • Reputation:   8
  • Joined:  05/07/12
  • Last Seen:  

yea the vote_point table should be in the ro database, just open phpmyadmin, go into ur ro database and use this sql command:

CREATE TABLE `vote_point` (
  `account_id` int(11) NOT NULL default '0',
  `point` int(11) NOT NULL default '0',
  `last_vote1` int(11) NOT NULL default '0',
  `last_vote2` int(11) NOT NULL default '0',
  `last_vote3` int(11) NOT NULL default '0',
  `last_vote4` int(11) NOT NULL default '0',
  `last_vote5` int(11) NOT NULL default '0',
  `date` text NOT NULL,
  PRIMARY KEY  (`account_id`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1;

  • Love 1
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.01
  • Content Count:  56
  • Reputation:   1
  • Joined:  05/10/12
  • Last Seen:  

I already created a table there but still, when I click the vote site, the point is not counted.

uhmm.. in my ceres cp DB, my database name is "username_cp" and the vote_points table is inside it.

in my ragnarok DB, my vote_points table is inside "cp" databse.

is there a conflict why the points are not couting?

-----------------------------

It's working fine now, btw!

There is still a big problem I encountered, after putting this to ragnarok DB, and then the vote is counted, but I cannot access all the accounts, when trying to enter the game it says unregistered ID. help!! T_T

Edited by .- Versiglia -.
Link to comment
Share on other sites

×
×
  • Create New...