[HELP] Super eud crystal and special exp ball issues
hi all,its been 2 months since i learn to to make my on own pserver.after im done with the translation(mostly),today im try to change the compose rate and find out that the eud crystal and special exp ball not working.i have no idea on how to troubleshoot the error and thinking that maybe the error is in the cq action(since im messing with cq action the most) .hope anyone can help me and ty in advance.
When you click on any item, usually the action will appear on your left hand side on the game chat section in yellow color. The very first number appeared when you clicked on that item, is the first ID that start the whole action for that item. Search in your cq_action for that ID and see what is the issue, feel free to post the action in here we can have a look to see if there is a mistake. If you are pressing on an item and its not showing any action at all, this simply means one of two things.
1- It has not action, the item need an action to be placed on id action column in cq_itemtype for this item.
2- The item have an action, but it is missing a task. This mostly can be fixed by adding a new cq_task line for the first number of action that the item have, which is usually the number that in the id action column in cq_itemtype.
"Super eud crystal and special exp ball issues"
THESE kind of items Does NOT use any actions via cq_actions... never had and wont be.
These items are premade with certain default procedure. What you can decide is to spawn this item with certain amount (data field?? dont remember).
Thats all.
"10245260" is the first action id. therefore, its on the id action column in cq_itemtype. This identify when you press on that item, this action will be executed. In addition, it have a dedicated task for it, therefore, its also in cq_task.
When clicking on that item, you will receive a crystal that has 10,000 Power (number in green). This is pretty high, therefore its a super crystal. In most source codes, the crystal itself (ID in green red) usually works, I don't believe the problem will be on the crystal itself. What is the ID of your item?
When you click on any item, usually the action will appear on your left hand side on the game chat section in yellow color. The very first number appeared when you clicked on that item, is the first ID that start the whole action for that item. Search in your cq_action for that ID and see what is the issue, feel free to post the action in here we can have a look to see if there is a mistake. If you are pressing on an item and its not showing any action at all, this simply means one of two things.
1- It has not action, the item need an action to be placed on id action column in cq_itemtype for this item.
2- The item have an action, but it is missing a task. This mostly can be fixed by adding a new cq_task line for the first number of action that the item have, which is usually the number that in the id action column in cq_itemtype.
Quote:
Originally Posted by T.h.u.n.d.e.r
Hi there, this is an example of my Super Magic Crystal:
/* cq_action*/
INSERT INTO `cq_action` VALUES ('10245260', '10245261', '10245264', '0508', '0', '1 0 50');
INSERT INTO `cq_action` VALUES ('10245261', '10245262', '0000', '0502', '748390', '0');
INSERT INTO `cq_action` VALUES ('10245262', '10245263', '0000', '0501', '500002', '1 1 2 0 0 0 0 0 10000 0 0 0 0');
INSERT INTO `cq_action` VALUES ('10245263', '0000', '0000', '0126', '0', 'Congratulations! You got 1 Magic Crystal.');
INSERT INTO `cq_action` VALUES ('10245264', '0000', '0000', '0126', '0', 'Pleasve leave 1 empy space in your bag');
"10245260" is the first action id. therefore, its on the id action column in cq_itemtype. This identify when you press on that item, this action will be executed. In addition, it have a dedicated task for it, therefore, its also in cq_task.
When clicking on that item, you will receive a crystal that has 10,000 Power (number in green). This is pretty high, therefore its a super crystal. In most source codes, the crystal itself (ID in green red) usually works, I don't believe the problem will be on the crystal itself. What is the ID of your item?
Hey, just to confirm.
The item you are using in the game is: 1024516?
Also can you confirm that in cq_itemtype for item (1024516) the id_action is = 10245160
If you can confirm the above then:
Try running the action in the game, see if it gives you the crystal or not.
/processaction 10245160
If the action is working, then the item is not running the action for some reason, check your itemtype again.
So to confirm, item 10245160, when you press on it nothing happens?
Double check your crystal ID, the right ID for the crystal, the right id is 500002 not 50002. You missing a 0.
You should have a pack, when you press on that pack, it will give you a crystal with whatever power you need, as shown on the code above. So make sure you get the crystal from the pack, don't just get the crystal itself.
If this also not working, I can give you a new code with a new item. We can try that then.
Hey try this:
1 - Run this action
REPLACE INTO `cq_action` VALUES (0000000010245162, 0000000010245163, 0000000000000000, 0501, 500002, '1 1 2 0 0 0 0 0 500 0 0 0 0');
2- Reload the action in the game
/reloadaction 10245162
3 - Get a new pack and press on it to get the crystal and test it again:
/awarditem 10245160
still cant,i notice that there is a system notification pop up at the top left corner every time i right click a crystal.saying thst unable to use the item
Hey, have you tried it in on a different pet perhaps?
I never seen crystals bugged before, unless this is a new source/database. Again it might be the crystal ID is different in your source. As you saw there is different IDs for crystals as used on the action above. Some of these IDs are 831100 and 500002. Maybe test out and see what other crystals you have in game like the one you claim from the VIP or VIP NPC in soder.
[Selling] 8 Ball Pool Coins for Sale - Selling 8 Ball Pool Coins - 8 Ball Pool Coins Seller 11/06/2017 - Browsergames Trading - 2 Replies Hello guys, I'm selling 8 Ball Pool Coins and accounts for cheap.
Some of you may have bought from me before(Old Selling Thread) and I'm back to offer even better rates.
Some buyer feedback from my old Facebook page that got taken down by Miniclip
https://www.facebook.com/Miniclip8BallPoolCoinsSa le/photos/a.1179181788790752.1073741827.1179098425 465755/1179183462123918/?type=3&theater
[RELEASE]500% special exp ball and 5x exp potion 03/19/2011 - EO PServer Guides & Releases - 14 Replies revolution263 requested for this and now your request is granted. :D
Included in this release are the following:
1. 500% special exp ball sql script.
2. 5x exp potion sql script.
3. Client side things.
*Note for 5x exp potion:
The 5x exp potion lasts only for 1 hour. If you'd like to extend it to 2 or more hours check this line at cq_action/script 3021320 and look for 43 500 3600 0. 500 - exp rate and 3600 - refers to the time in secs so 3600 means 1 hour and 7200 means 2 hours and...
[Release]Eud skill crystal fix.[X-Mas Gift] 10/28/2009 - EO PServer Guides & Releases - 11 Replies Merry Christmas to all l33t pvpers and happy holidays!
i have been asked lately by 2 good friends about the way fix Eudemon skill crystal bug, and noticed some guys been searching for a DB-Side fix but the real problem isn't the databases you all have, It is the itemtype editors that been released around Eudemons section.
so the only way to prevent the itemtype bug is by adding items manually, and here is the tut to do it.
First of all you need to get full copy of WinHex... or any other...
[HELP] special exp ball pack 05/10/2008 - EO PServer Hosting - 3 Replies hey is there any easy way to add special expball pack to TQbaby?