How to make universal 30* in shopping mall

11/05/2009 02:30 purple21#1
hello guys...
can someone teach me how to make and add universal xo 30* in shopping mall?
and can someone teach me how to fix bugs of some item in shopoing mall
for the example when i click on 12*unibox then i click on it it will out 19* uni...imao...then when i take 19* box it will born as 29* imao...
please help me regarding this problems:handsdown:
11/05/2009 14:05 magewarior2#2
Quote:
Originally Posted by purple21 View Post
hello guys...
can someone teach me how to make and add universal xo 30* in shopping mall?
and can someone teach me how to fix bugs of some item in shopoing mall
for the example when i click on 12*unibox then i click on it it will out 19* uni...imao...then when i take 19* box it will born as 29* imao...
please help me regarding this problems:handsdown:
fix the cq_grade.
11/05/2009 16:22 purple21#3
yeah but how to fix it please tell me
11/05/2009 16:55 louise32#4
Quote:
Originally Posted by purple21 View Post
hello guys...
can someone teach me how to make and add universal xo 30* in shopping mall?
and can someone teach me how to fix bugs of some item in shopoing mall
for the example when i click on 12*unibox then i click on it it will out 19* uni...imao...then when i take 19* box it will born as 29* imao...
please help me regarding this problems:handsdown:
it would depend on what part you want to fix, if you want to keep the 12* uni's hatching at 19* but want the box to say 19* not 12* that part would be fixed in your itemtype.dat same goes for the 19* hatching at 29* just need to change what it says on that item.

if you want them to hatch at the star that they say you will need to change the rarity in cq_grade

let me find the correct query for you i will edit post when i find the dang thing
11/05/2009 17:12 Fish*#5
Quote:
Originally Posted by louise32 View Post
it would depend on what part you want to fix, if you want to keep the 12* uni's hatching at 19* but want the box to say 19* not 12* that part would be fixed in your itemtype.dat same goes for the 19* hatching at 29* just need to change what it says on that item.

if you want them to hatch at the star that they say you will need to change the rarity in cq_grade

or try this is query

update cq_grade set rarity= 1250 where id= 1071980;
update cq_grade set rarity= 1250 where id= 1071981;
update cq_grade set rarity= 1250 where id= 1071982;
I was just going to post that haha, but thanks :D
11/05/2009 22:24 magewarior2#6
and what about the ID's 1079980 - 1079981 - 1079982

I am just a newp in eudemons adding, and rarity blablbla ...

but those ids are also universal XO ??

and i think they are the thunder race one's ..

so i think if you do not change that the eudemons will become bugged wen they become thundeR?
11/05/2009 23:51 .Ash#7
Quote:
Originally Posted by purple21 View Post
yeah but how to fix it please tell me
see what i told ya kid :P
11/06/2009 05:20 purple21#8
thanks..
heheheheh
u all profesional lol;)