Quote:
Originally Posted by dute_ma
I need some help:First im using an HalloweenDatabase
1.How can i make on all pet's max reborn 9999?
2.WarriorPdefMdef's cannot be compose on main atributes...on database it has Mdef an Mdef as main...but when i click to compose with my minor it wont give anything like SaintDragon....he just don't wanna be composed at main.
3.umm...can someone give me .sql for cq_levelxp...like ACME or somewhere that lvl go up harder...cuz in my sv with 1 xp skill on lvl 132+ it go up with 3 lvls +
4.another .sql i need for cq_dropitemrule......i need one that doesn't have halloween item's that can be show on ACME
5.umm...my castle...when they improve they(i mean players) house's and others....after relog..or server restart....they doesn't save...idk y
6.when i try to make an register and i enter my register site..or watever its called i get this error Parse error: parse error, unexpected T_STRING, expecting ',' or ';' in e:\wamp\www\register.php on line 31...why?
7.that's it atm...plz help me...and ty
|
1.
Code:
update cq_grade set reborn_limit=9999;
modify ini/MegeInfo.ini
2.well it should be in cq_config as i think.
3.Dioblo released a one look in his posts
4.
Code:
Update cq_dropitemrule set item0=theitemyoulikehere
change the "item0" to item1-15 after running each query.
5.cq_castleitem,cq_castlenpc is damaged delete them and put them again i think.
6.which wamp you are using?which register.php you are using?
7.you are welcome
Necron.