Thunder in all

12/02/2010 23:52 murillo123#1
is any way for all pets to have been born with thunder:
12/03/2010 00:17 ~*Kronic*~#2
Yes there is, I know for a fact that when I first tested adding demons they used to hatch thunder all the time but it was a bug.. if you expiriment enough I'm sure you would figure it out. Just try messing around with the hatching components.. cq_grade, cq_itemtype, maybe even cq_action.
12/03/2010 00:35 T.h.u.n.d.e.r#3
my opinion nope you cant do that since you bugged something
12/03/2010 01:04 murillo123#4
cq_grade
dmg_type
0
0
0
100
100
100


I put that number to be thunder:

or
cq_monstertype
extra_damage
0
0
0
0

which number to be put thunder
12/03/2010 01:29 ~*Kronic*~#5
There is nothing like that you can do.. maybe changing the action code to give you the thunder value instead of the normal value? As I said it is just guess work but I know it is possible.
12/03/2010 02:00 KikkenF#6
Hm would this work (script example)?


Code:
INSERT INTO cq_itemtype (id,name,monopoly,price,id_action,attack_max,attack_min,defense,dodge,life,gem1,magic_def,atk_range,hitrate,monster_type,able_mask,exp_type,emoney)
VALUES
(729435, 'CelestialLady',28,4321,7295990,0,0,0,0,0,0,0,0,0,108[B][COLOR="Red"]9[/COLOR][/B]780,0,0,4321),
(1081780,'CelestialLady',4,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0),
(1071780,'CelestialLady',0,250,0,0,0,0,0,0,32,0,1,9000,71780,2,1,0),
(1071781,'CelestialLady',0,250,0,0,0,0,0,0,32,0,1,9000,71781,2,1,0),
(1071782,'CelestialLady',0,250,0,0,0,0,0,0,32,0,1,9000,71782,2,1,0),
(1079780,'CelestialLady',0,250,0,0,0,0,0,0,32,0,1,9000,79780,2,1,0),
(1079781,'CelestialLady',0,250,0,0,0,0,0,0,32,0,1,9000,79781,2,1,0),
(1079782,'CelestialLady',0,250,0,0,0,0,0,0,32,0,1,9000,79782,2,1,0);

Change the id from 1081780 to 1089780, so the egg gives you thunder version. I cant test anything, dont got server.

That for the old id's, the new ones (1082xxx i think), dont know.
12/03/2010 21:32 murillo123#7
did not work ........... someone has another way
12/04/2010 18:50 dani-filth0#8
rexes13 already released that , search on his threads