Register for your free account! | Forgot your password?

You last visited: Today at 04:18

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

Advertisement



[help]in make suit

Discussion on [help]in make suit within the EO PServer Hosting forum part of the Eudemons Online category.

Reply
 
Old   #1
 
wolfvb's Avatar
 
elite*gold: 0
Join Date: Nov 2010
Posts: 238
Received Thanks: 218
[help]in make suit

hi ineed a sql
for an male suit
i try that sql but not work

Code:
delete from cq_itemtype where id >= 194600 and id <= 194600;

INSERT INTO `cq_itemtype` VALUES ('194600', 'Tigersuit', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '00', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '00', '00', '00', '0000', '0000', '0', '0', '000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');

so can any one help me
the client side
ani
ItemMinIcon
Code:
[Item194600]
FrameAmount=1
Frame0=data/ItemMinIcon/194600.dds
MapItemIcon
Code:
[194600]
FrameAmount=1
Frame0=data/ItemMinIcon/194600.dds

ini
3dobj
Code:
001194600=c3/mesh/001194600.c3 (001)
3dtexture
Code:
001194600=c3/texture/001194600.dds
armor
Code:
[001194600]
Part=1
Mesh0=1194600
Texture0=1194600
MixTex0=0
MixOpt0=0
Asb0=5
Adb0=6
Material0=default

wolfvb is offline  
Old 05/04/2011, 12:57   #2

 
DuaSelipar's Avatar
 
elite*gold: 480
Join Date: Nov 2009
Posts: 276
Received Thanks: 447
i think everthing in your post is fine...so what your prob? cant wear or what?
DuaSelipar is offline  
Old 05/04/2011, 13:22   #3
 
~*Kronic*~'s Avatar
 
elite*gold: 0
Join Date: Aug 2010
Posts: 219
Received Thanks: 110
Quote:
delete from cq_itemtype where id >= 194600 and id <= 194600;

DELETE from cq_itemtype WHERE id = 194600;

That is a much better formatted SQL, not that it matters much here but it might help in the future.
Quote:
3dobj

001194600=c3/mesh/001194600.c3 (001)
3dtexture
001194600=c3/texture/001194600.dds

armor

[001194600]
Part=1
Mesh0=1194600
Texture0=1194600
MixTex0=0
MixOpt0=0
Asb0=5
Adb0=6
Material0=default
I'm not sure if it makes a difference but you have 00 before the id some places and not others, make them all the same and see if it works. If not then make sure all the other files are in the correct spot (mesh and texture mainly). Also don't forget to add it to itemtype.dat
~*Kronic*~ is offline  
Old 05/04/2011, 13:36   #4
 
wolfvb's Avatar
 
elite*gold: 0
Join Date: Nov 2010
Posts: 238
Received Thanks: 218
i do all in this guide
see
the guide
form here

maby for get some thing
and dds and .c3 file in there place so what the woring
the ploblem is i can get it
i use /awarditem 194600
ibout it in shop the same ploblem can't buy it i add ids in cq_goods
so what is the ploblem
wolfvb is offline  
Old 05/04/2011, 15:15   #5
 
josh468's Avatar
 
elite*gold: 0
Join Date: Apr 2009
Posts: 86
Received Thanks: 14
Did u edit itemtype.dat?

Without this u won't be ale to see the new current item ....

if u did then check if this id 194600 isn't already exist in ur .ini files, if so then your msg won't be able to read it correctly...


So if you want to check if this kind of problem casued your files then "cut" all code of item and "paste" it on the top...



But

if u edited itemtype.dat correctly then you should be able to see item in game....
josh468 is offline  
Old 05/05/2011, 19:49   #6

 
magewarior2's Avatar
 
elite*gold: 20
Join Date: Mar 2008
Posts: 1,550
Received Thanks: 820
Code:
INSERT INTO `cq_itemtype` VALUES ('194600', 'Tigersuit', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '00', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '00', '00', '00', '0000', '0000', '0', '0', '000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
no price? no weight? no nothing?


however i dunno it has something to do with not able to see


if your not able to see, check over your ini file`s and your ani file´s

and ofcourse also itemtype.dat

also be sure you don`t have the id`s twice into your file´s ... its useless junk than


and always be sure if you have an new added item you restart your server!

more basic tips i am not able to give i guess
magewarior2 is offline  
Old 05/05/2011, 21:01   #7
 
josh468's Avatar
 
elite*gold: 0
Join Date: Apr 2009
Posts: 86
Received Thanks: 14
Quote:
Originally Posted by magewarior2 View Post
Code:
INSERT INTO `cq_itemtype` VALUES ('194600', 'Tigersuit', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '00', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '00', '00', '00', '0000', '0000', '0', '0', '000', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0', '0');
no price? no weight? no nothing?


however i dunno it has something to do with not able to see


if your not able to see, check over your ini file`s and your ani file´s

and ofcourse also itemtype.dat

also be sure you don`t have the id`s twice into your file´s ... its useless junk than


and always be sure if you have an new added item you restart your server!

more basic tips i am not able to give i guess

i dont really know why wolf didnt answeer for this thread,

i used team viewer and i told him whhats the problem


He said he edited itemtype.dat but...

he opened it from folder where itemtype editor was instaled...


So in client/ini/itemtype.dat wasnt edited...

Thats main problem why he could get item...

but

he didnt tell me that it works... if not then change id of item, i have noticed some times when id of item was incorupted and didnt work...
josh468 is offline  
Old 05/05/2011, 21:39   #8
 
wolfvb's Avatar
 
elite*gold: 0
Join Date: Nov 2010
Posts: 238
Received Thanks: 218
i do that its in client folder man u see that
and i can't get it not see it
wolfvb is offline  
Old 05/06/2011, 07:41   #9
 
josh468's Avatar
 
elite*gold: 0
Join Date: Apr 2009
Posts: 86
Received Thanks: 14
Quote:
Originally Posted by wolfvb View Post
i do that its in client folder man u see that
and i can't get it not see it
...


Read last part of my latest post....
josh468 is offline  
Old 05/07/2011, 09:17   #10
 
wolfvb's Avatar
 
elite*gold: 0
Join Date: Nov 2010
Posts: 238
Received Thanks: 218
ok iwill try and reply but thanks for all for tray to help
wolfvb is offline  
Reply


Similar Threads Similar Threads
Cant use my thief suit or other suit help!!!
01/10/2010 - SRO Private Server - 0 Replies
i guys i play on sjsro old i i have a problem i cant use enymore my thief suit can some1 help me ??
cs suit id?
09/19/2008 - Flyff Private Server - 3 Replies
wie gehen die ids von cs suit z.B hiphoper suit und so? harre pets was es alles gibt?
[B] Snow Suit (M) [S] Sailor suit (M) [Blau] + Cats Ears (M)
03/15/2008 - Trading - 0 Replies
Hallo, Suche Auf dem DFlyFF Steamwalker Server: - Sailor Suit (M) in Blau - Cats (M) Hat / Ears Biete euch dafür: - SnowBoarder (M) Suit (Wert 35 mio Penja)
Bot suit
07/25/2006 - Conquer Online 2 - 22 Replies
All you'll ever need, as so many people seem to have pmed, as e-mailed me for it kinda follows on from ~unknowns~ aimbot, though i hope people might catch onto this one abit faster :rolleyes: picture of the suit working :eek:



All times are GMT +1. The time now is 04:18.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.