[Guide]Autothunder and more stuff!!

11/22/2012 18:38 dark2141#1
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:
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;
Then Run and relog..
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
Quote:
DDSFileNo.here=c3/mesh/C3Fileno.here
Then Save
Now done with 3dobj
open 3dtexture.ini
Quote:
DDSfileIDHere=c3/texture/DDSfileIDHere.dds
done with 3dtexture

Open armor.ini

Quote:
[DDSfileIDHere]
Part=1
Mesh0=C3 ID here
Texture0=DDS file ID here
MixTex0=0
MixOpt0=0
Asb0=5
Adb0=6
Material0=default
then save
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:
Quote:
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 RUN QUERY
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 :)
11/28/2013 06:26 winlove152#2
How do i add effects on a certain casual?
11/28/2013 06:58 .Horror.#3
Quote:
How do i add effects on a certain casual?
Go look through the forums.
~Your Horrors
11/28/2013 11:11 winlove152#4
i been looking around today, unfortunately, cant find a topic on how to add effects on casual ,
11/30/2013 09:02 dark2141#5
Quote:
Originally Posted by winlove152 View Post
i been looking around today, unfortunately, cant find a topic on how to add effects on casual ,
[Only registered and activated users can see links. Click Here To Register...]

there you go.