[Help]Changing amount of exp balls/crystals a pet can use

11/01/2010 03:39 RADoss#1
Need help with this please, I'm thinking it's in the msg server somewhere and I have searched myself, but nothing so far.
To be more specific, I want to change it so that players can use more than 2 exp crystals or 5 exp balls on their pets each day. Let's say up to 10 crystals or balls a day.
11/02/2010 18:22 zatchbell32505#2
umm,well have you tried looking at Special Expballs Actions in CQ_Action,Should prolly beable to look at it and mod regular ones have a limit of liek 99999 in a day which is like impossible to have in a day,not that hard,just use your head

EDIT:I JUST LOOKED IT UP,ITS ACTION ID IS 6400000(well at least it is in my db it is)
11/03/2010 00:31 ~*Kronic*~#3
Quote:
Originally Posted by zatchbell32505 View Post
umm,well have you tried looking at Special Expballs Actions in CQ_Action,Should prolly beable to look at it and mod regular ones have a limit of liek 99999 in a day which is like impossible to have in a day,not that hard,just use your head

EDIT:I JUST LOOKED IT UP,ITS ACTION ID IS 6400000(well at least it is in my db it is)
It is NOT in the cq_action table. The only way to change the number of crystals and normal exp-balls that can be used per day is to alter the message server (99.9% sure). This is why so many server have Special exp-balls which has an unlimited limit per day. Your server should definately already have this item added.. a script for 9999 specball seller can be found somewhere on the site you will just have to make good use of the search button.
11/03/2010 06:10 Seraphium#4
It might be in cq_config?
11/03/2010 10:39 magewarior2#5
Quote:
Originally Posted by Seraphium View Post
It might be in cq_config?
this might be possible, However.. Try to look at type 3001,3002 it has to do something with exp... but I cannot remember what(not sure)

Seraphium from which country might you be?

Thank you,
Magewarior2
11/03/2010 10:45 Seraphium#6
Australia hun.
11/03/2010 10:54 pimpjuc#7
type 3001,3002 in cq_config are related to exp balls but i think it just controls the the experience amount limit here is an example of my Type -3001
"3001,18000,0,0,0,0,,Used to record the feeding data fast = 3001 says that experience the value of the ball,data2 = experience the value of the actual energy value of the ball"
that is just a rough translation

i would agree with ~*Kronic*~ in saying its in the message server
11/04/2010 06:15 RADoss#8
@zatchbell32505 - that is only the exp box that you open to get the special exp ball and the last number in that param line is the amount of exp that the spec ball contains

@~*Kronic*~ - im with you on it being in msg server somewhere, i found two lines with exp crystal <= 2 and i thought i had it, but that didnt change anything for me. I did solve my issue thought by making the special exp balls buyable at grocery just like the regular ones so players can go fill em up as normal exp balls :D I will probably release a quick guide on doing that, it's really simple once u think about it.

@pimpjuc - ive toyed around with types 3001 and 3002 they definately affect the amount of exp it gives per crystal or ball that you use with the little button in the eudemons wh under the pets class.

btw Thank You all for responding, your ideas really helped.