Heya everyone..today i decided to let ppl whos always asking about auto thunder, gears +255 and adding casuals
Okay let's start.
FOR AutoThunder: go to Navicat>my>query<New Query then run that code:
UPDATE `cq_eudemon` SET `damage_type`='5'
Then relog!
ok FOR Gears+255:
go to Navicat>my>query<New Query
Code:
NOTE:
User ID will be found in cq_user under id column
Ok for adding casual to client and DB
ok first:
get the dds file that you want and copy it to c3/texture in client folder
then get C3 and copy it to c3/mesh
ok now go to INI folder in client folder
then open 3dobj.ini
then add
Now done with 3dobj
open 3dtexture.ini
Open armor.ini
ok now done with armor.ini
now open ItemTypeEditer
[Only registered and activated users can see links. Click Here To Register...]
By (FunHacker)
then Load Itemtype.dat and you will find it INI folder also
then click Additem then Edit ID:Id of dds file without 001 Ex:Id of dds: 001190560..it will be 190560
then change the name of the casual to wat you want then set monopoly to `28`
then click ChangeItemStats
then save ItemType.dat
ok now DONE with Client side
DB side:
then YOUR DONE! :D
just restart your server and enjoy
I hope it helped ppl who didnt know how to add new casual or +255 gears and autothunder :)
Okay let's start.
FOR AutoThunder: go to Navicat>my>query<New Query then run that code:
UPDATE `cq_eudemon` SET `damage_type`='5'
Then relog!
ok FOR Gears+255:
go to Navicat>my>query<New Query
Code:
Then Run and relog..Quote:
update cq_item set eudemon_attack1 ='255', eudemon_attack2 ='255', eudemon_attack3 ='255', eudemon_attack4 ='255', magic3 = '255' , special_effect= '8' where player_id=UserIDHere and position=1;
update cq_item set eudemon_attack1 ='255', eudemon_attack2 ='255', eudemon_attack3 ='255', eudemon_attack4 ='255', magic3 = '255' , special_effect= '8' where player_id=UserIDHere and position=2;
update cq_item set eudemon_attack1 ='255', eudemon_attack2 ='255', eudemon_attack3 ='255', eudemon_attack4 ='255', magic3 = '255' , special_effect= '8' where player_id=UserIDHere and position=3;
update cq_item set eudemon_attack1 ='255', eudemon_attack2 ='255', eudemon_attack3 ='255', eudemon_attack4 ='255', magic3 = '255' , special_effect= '8' where player_id=UserIDHere and position=4;
update cq_item set eudemon_attack1 ='255', eudemon_attack2 ='255', eudemon_attack3 ='255', eudemon_attack4 ='255', magic3 = '255' , special_effect= '8' where player_id=UserIDHere and position=7;
update cq_item set eudemon_attack1 ='255', eudemon_attack2 ='255', eudemon_attack3 ='255', eudemon_attack4 ='255', magic3 = '255' , special_effect= '8' where player_id=UserIDHere and position=8;
update cq_item set amount = '30000' , amount_limit = '30000' , gem1 = '21' , gem2 = '21', warghostexp = '1536' , ident = '4' , forgename='UserNameHere' where player_id=UserIDHere and position=1;
update cq_item set amount = '30000' , amount_limit = '30000' , gem1 = '21' , gem2 = '21', warghostexp = '1536' , ident = '4' , forgename='UserNameHere' where player_id=UserIDHere and position=2;
update cq_item set amount = '30000' , amount_limit = '30000' , gem1 = '21' , gem2 = '21', warghostexp = '1536' , ident = '4' , forgename='UserNameHere' where player_id=UserIDHere and position=3;
update cq_item set amount = '30000' , amount_limit = '30000' , gem1 = '21' , gem2 = '21', warghostexp = '1536' , ident = '4' , forgename='UserNameHere' where player_id=UserIDHere and position=4;
update cq_item set amount = '30000' , amount_limit = '30000' , gem1 = '21' , gem2 = '21', warghostexp = '1536' , ident = '4' , forgename='UserNameHere' where player_id=UserIDHere and position=7;
update cq_item set amount = '30000' , amount_limit = '30000' , gem1 = '21' , gem2 = '21', warghostexp = '1536' , ident = '4' , forgename='UserNameHere' where player_id=UserIDHere and position=8;
update cq_item set type ='1020260' where type=813002;
NOTE:
User ID will be found in cq_user under id column
Ok for adding casual to client and DB
ok first:
get the dds file that you want and copy it to c3/texture in client folder
then get C3 and copy it to c3/mesh
ok now go to INI folder in client folder
then open 3dobj.ini
then add
Then SaveQuote:
DDSFileNo.here=c3/mesh/C3Fileno.here
Now done with 3dobj
open 3dtexture.ini
done with 3dtextureQuote:
DDSfileIDHere=c3/texture/DDSfileIDHere.dds
Open armor.ini
then saveQuote:
[DDSfileIDHere]
Part=1
Mesh0=C3 ID here
Texture0=DDS file ID here
MixTex0=0
MixOpt0=0
Asb0=5
Adb0=6
Material0=default
ok now done with armor.ini
now open ItemTypeEditer
[Only registered and activated users can see links. Click Here To Register...]
By (FunHacker)
then Load Itemtype.dat and you will find it INI folder also
then click Additem then Edit ID:Id of dds file without 001 Ex:Id of dds: 001190560..it will be 190560
then change the name of the casual to wat you want then set monopoly to `28`
then click ChangeItemStats
then save ItemType.dat
ok now DONE with Client side
DB side:
then RUN QUERYQuote:
INSERT INTO `cq_itemtype` VALUES('IdOfDDsFile', 'NameOfCasual', '0', '0', '0', '28', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '1', '1', '0', '0', '0', '0', '0', '0', '0', '0', '00', '00', '00', '0000', '0000', '0', '0', '3000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
then YOUR DONE! :D
just restart your server and enjoy
I hope it helped ppl who didnt know how to add new casual or +255 gears and autothunder :)