Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Eudemons Online > EO PServer Hosting > EO PServer Guides & Releases
You last visited: Today at 19:51

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

Advertisement



[RELEASE] new robe's (goldenwingrobe's)

Discussion on [RELEASE] new robe's (goldenwingrobe's) within the EO PServer Guides & Releases forum part of the EO PServer Hosting category.

Reply
 
Old   #1

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,523
Received Thanks: 767
[RELEASE] new robe's (goldenwingrobe's)

hey, got again some new robe's xd


ok, here they are



GoldenwingCoat


GoldenwingRobe


ps. you need to add this in your client yourself
Code:
*edit*
3dtexture.ini
3dobj.ini
armor.ini
itemtype.dat
ItemMinIcon.ANI
MapItemIcon.ANI
Database site
Code:
delete from cq_itemtype where
id = 199020 or
id = 199000;

delete from cq_goods where
itemtype = 199020 or
itemtype = 199000;

insert into cq_goods 
(ownerid,itemtype)
values
(1207,199020),
(1207, 199000);

INSERT INTO `cq_itemtype` (`id`,`name`,`req_profession`,`level`,`req_level`,`req_sex`,`req_force`,`req_dex`,`req_health`,`req_soul`,`monopoly`,`weight`,`price`,`id_action`,`attack_max`,`attack_min`,`defense`,`magic_atk_min`,`dodge`,`life`,`mana`,`amount`,`amount_limit`,`ident`,`gem1`,`gem2`,`magic1`,`magic2`,`magic3`,`magic_atk_max`,`magic_def`,`atk_range`,`atk_speed`,`hitrate`,`monster_type`,`target`,`able_mask`,`exp_type`,`emoney`,`official1`,`official2`,`official3`,`official4`,`official5`,`official6`,`official7`,`official8`,`official9`,`official10`,`official11`,`soul_value`,`chance`) VALUES ('199020','GoldenWingRobe','0','0','0','0','0','0','0','0','28','0','1588000000','0','0','0','0','0','0','0','0','1','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1688','0','0','0','0','0','0','0','0','0','0','0','0','0','0')
INSERT INTO `cq_itemtype` (`id`,`name`,`req_profession`,`level`,`req_level`,`req_sex`,`req_force`,`req_dex`,`req_health`,`req_soul`,`monopoly`,`weight`,`price`,`id_action`,`attack_max`,`attack_min`,`defense`,`magic_atk_min`,`dodge`,`life`,`mana`,`amount`,`amount_limit`,`ident`,`gem1`,`gem2`,`magic1`,`magic2`,`magic3`,`magic_atk_max`,`magic_def`,`atk_range`,`atk_speed`,`hitrate`,`monster_type`,`target`,`able_mask`,`exp_type`,`emoney`,`official1`,`official2`,`official3`,`official4`,`official5`,`official6`,`official7`,`official8`,`official9`,`official10`,`official11`,`soul_value`,`chance`) VALUES ('199000','GoldenWingCoat','0','0','0','0','0','0','0','0','28','0','1588000000','0','0','0','0','0','0','0','0','1','1','0','0','0','0','0','0','0','0','0','0','0','0','0','0','1688','0','0','0','0','0','0','0','0','0','0','0','0','0','0')
ps. sql file in patch.

Greatings of Magewarior2.
Attached Images
File Type: jpg 199000.jpg (1.1 KB, 1543 views)
File Type: jpg 199020.jpg (1.4 KB, 1072 views)
Attached Files
File Type: rar GoldenWingRobe's.rar (155.8 KB, 336 views)
magewarior2 is offline  
Thanks
13 Users
Old 07/01/2009, 17:21   #2
 
CynicalLord's Avatar
 
elite*gold: 0
Join Date: Jun 2009
Posts: 60
Received Thanks: 18
Playa, thanks for the casual-releasing
CynicalLord is offline  
Old 07/01/2009, 18:09   #3
 
funhacker's Avatar
 
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,741
guess you forgot about this post?


Quote:
Originally Posted by funhacker View Post
Seriously SQL dumps = fail

your delete script for itemtype was pointless in most ways.

your delete script for cq_goods would only work for your server in general since you deleted from ID which has nothing to do with the actual Item

here is replacements for them

Code:
delete from cq_itemtype where
id = 190720 or
id = 190740;

delete from cq_goods where
itemtype = 190720 or
itemtype = 190740;

insert into cq_goods 
(ownerid,itemtype)
values
(1207,190720),
(1207,190740);
funhacker is offline  
Old 07/01/2009, 19:14   #4
 
elite*gold: 0
Join Date: Jun 2009
Posts: 38
Received Thanks: 4
Nice brother
Black-Angel is offline  
Old 07/01/2009, 23:40   #5
 
dani-filth0's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,128
Received Thanks: 260
mage warrior , u r posting things in the wrong forum , this is the 4th time u do same
dani-filth0 is offline  
Old 07/02/2009, 02:04   #6
 
DEADP00L's Avatar
 
elite*gold: 20
Join Date: Sep 2008
Posts: 1,197
Received Thanks: 1,210
Quote:
Originally Posted by dani-filth0 View Post
mage warrior , u r posting things in the wrong forum , this is the 4th time u do same
actually he is in the correct forum since this is related to EO Pserver devlopement. He is releasing new files to the community. This is not an edit so it would not go into the other forum.
DEADP00L is offline  
Old 07/02/2009, 02:29   #7
 
dani-filth0's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,128
Received Thanks: 260
Quote:
Originally Posted by DEADP00L View Post
actually he is in the correct forum since this is related to EO Pserver devlopement. He is releasing new files to the community. This is not an edit so it would not go into the other forum.
sry , my bad , i didnt even look a the tunic he released
Good job mage warrior , keep it up dude

and deadpool , move the other ones to their correct forum
u know what im talkin about ,
the edits
dani-filth0 is offline  
Old 07/02/2009, 07:36   #8
 
hio77's Avatar
 
elite*gold: 20
Join Date: Jun 2006
Posts: 1,759
Received Thanks: 825
Quote:
Originally Posted by dani-filth0 View Post
sry , my bad , i didnt even look a the tunic he released
Good job mage warrior , keep it up dude

and deadpool , move the other ones to their correct forum
u know what im talkin about ,
the edits
well yes and no .... these edits need a changed c3 as well so therefor should be in this section not the edits ...
hio77 is offline  
Old 07/02/2009, 16:30   #9

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,523
Received Thanks: 767
Quote:
Originally Posted by dani-filth0 View Post
sry , my bad , i didnt even look a the tunic he released
Good job mage warrior , keep it up dude

and deadpool , move the other ones to their correct forum
u know what im talkin about ,
the edits
... i do not make edits xD ... so i do not have post in wrong section ^.^

or, tell me what post you mean
magewarior2 is offline  
Old 07/03/2009, 04:09   #10
 
dani-filth0's Avatar
 
elite*gold: 0
Join Date: Oct 2008
Posts: 1,128
Received Thanks: 260
sry it was some one else mage ***
dani-filth0 is offline  
Old 07/03/2009, 10:43   #11

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,523
Received Thanks: 767
Quote:
Originally Posted by dani-filth0 View Post
sry it was some one else mage ***
thank you now i am sure i dint post wrong
magewarior2 is offline  
Old 07/03/2009, 20:12   #12
 
funhacker's Avatar
 
elite*gold: 20
Join Date: Sep 2007
Posts: 1,767
Received Thanks: 1,741
Quote:
Originally Posted by magewarior2 View Post
thank you now i am sure i dint post wrong
I am you still haven't edited your post... seriously you are going to screw people's database too much -.-
funhacker is offline  
Old 07/03/2009, 22:16   #13

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,523
Received Thanks: 767
Quote:
Originally Posted by funhacker View Post
I am you still haven't edited your post... seriously you are going to screw people's database too much -.-
special for you i will do it
magewarior2 is offline  
Reply




All times are GMT +2. The time now is 19:51.


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.