Register for your free account! | Forgot your password?

You last visited: Today at 10:47

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



[Guide]Autothunder and more stuff!!

Discussion on [Guide]Autothunder and more stuff!! within the EO PServer Guides & Releases forum part of the EO PServer Hosting category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Apr 2011
Posts: 100
Received Thanks: 49
[Guide]Autothunder and more stuff!!

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

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!
just restart your server and enjoy
I hope it helped ppl who didnt know how to add new casual or +255 gears and autothunder
dark2141 is offline  
Old 11/28/2013, 06:26   #2
 
winlove152's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 51
Received Thanks: 2
How do i add effects on a certain casual?
winlove152 is offline  
Old 11/28/2013, 06:58   #3
 
.Horror.'s Avatar
 
elite*gold: 0
Join Date: Oct 2013
Posts: 301
Received Thanks: 116
Quote:
How do i add effects on a certain casual?
Go look through the forums.
~Your Horrors
.Horror. is offline  
Old 11/28/2013, 11:11   #4
 
winlove152's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 51
Received Thanks: 2
i been looking around today, unfortunately, cant find a topic on how to add effects on casual ,
winlove152 is offline  
Old 11/30/2013, 09:02   #5
 
elite*gold: 0
Join Date: Apr 2011
Posts: 100
Received Thanks: 49
Quote:
Originally Posted by winlove152 View Post
i been looking around today, unfortunately, cant find a topic on how to add effects on casual ,


there you go.
dark2141 is offline  
Reply


Similar Threads Similar Threads
[Guide]Dinking around and changing random stuff
09/19/2012 - Cabal Guides & Templates - 0 Replies
You can find some interesting things this way. Add an address, check pointer, input base address, and keep clicking on the pointer increase value. When you come across an interesting value(or region), such as 3, change it. You'll come across all kinds of weird stuff. For example, somewhere in the stats region, you'll discover the death penalty value. This is an easy way to find random things without a ton of work. Note, this is mostly just if you're really bored, but it can be pretty...
[guide] fetching stuff in gameobject lists without looping
11/24/2010 - PW Hacks, Bots, Cheats, Exploits - 21 Replies
I havn't seen this anywhere on this forum, which is kinda odd, since it should have been obvious to any programmer what is happening inside the client. At the end of the post i'll provide some C# code to access the 3 lists. WorldObjects is my name for the well known player/npc/item lists. First a little education. The WorldObject lists inside elementclient are actually hashtables, which is



All times are GMT +2. The time now is 10:47.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.