Quote:
Originally Posted by jayk10304
not to be a ***** or anything, but where do i put how many eps i want. and do i run it as a query or something?
|
We shouldn't have to go into alot of detail telling you how to edit action id's. I would assume that if you're running your own server, you have at least some knowledge in MySql, and or the database files. I would also assume that you are using either phpmyadmin or navicat in order to view your database.
So its quite simple to find the action id that I have listed for you. But since I've already started the help here, I will give you the query you need in order to change the emoney. But next time please at least try to find the issue yourself.
Code:
UPDATE cq_action SET param='e_money += YourEpToAddForVip4' WHERE id='81';
UPDATE cq_action SET param='Congratulations you got YourEpToAddforVip4 ep from VipMonster4' WHERE id='82';
UPDATE cq_action SET param='e_money += YourEpToAddForVip5' WHERE id='83';
UPDATE cq_action SET param='Congratulations you got YourEpToAddforVip5 ep from VipMonster5' WHERE id='84';
UPDATE cq_action SET param='e_money += YourEpToAddForVip6' WHERE id='85';
UPDATE cq_action SET param='Congratulations you got YourEpToAddforVip6 ep from VipMonster6' WHERE id='86';
UPDATE cq_action SET param='e_money += YourEpToAddForVip7' WHERE id='87';
UPDATE cq_action SET param='Congratulations you got YourEpToAddforVip7 ep from VipMonster7' WHERE id='88';
So all you have to do now is change the needed fields and run the query.