Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Conquer Online 2 > CO2 Private Server > CO2 PServer Guides & Releases
You last visited: Today at 15:41

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

Advertisement



[Release]Fix Male can wear female garment in 5165.

Discussion on [Release]Fix Male can wear female garment in 5165. within the CO2 PServer Guides & Releases forum part of the CO2 Private Server category.

Reply
 
Old 02/28/2010, 15:30   #16
 
elite*gold: 0
Join Date: Feb 2010
Posts: 480
Received Thanks: 207
Ok, this code don't work. I did everything right.
Trust me, it don't work.
Decker_ is offline  
Old 02/28/2010, 15:32   #17
 
arab4life's Avatar
 
elite*gold: 0
Join Date: Jan 2006
Posts: 430
Received Thanks: 286
Quote:
Originally Posted by Decker_ View Post
Ok, this code don't work. I did everything right.
Trust me, it don't work.
Trust me it works. You just didn't read the thread when i asked, it doesn't work. Look @ the 1st page. Read.
arab4life is offline  
Thanks
1 User
Old 02/28/2010, 15:32   #18
 
salem rey's Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 275
Received Thanks: 43
ty

you make something wrong.
salem rey is offline  
Old 02/28/2010, 16:04   #19
 
elite*gold: 0
Join Date: Feb 2010
Posts: 480
Received Thanks: 207
#reported
Double post
Decker_ is offline  
Old 02/28/2010, 16:29   #20
 
salem rey's Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 275
Received Thanks: 43
I think your mad at me, what wrong with you? i try to help but your telling other people that my release is not working? i am not a pro coder i try it and it works perfectly maybe you just made something wrong thats why its now working in your source or maybe you cant read?
salem rey is offline  
Old 02/28/2010, 16:33   #21


 
Korvacs's Avatar
 
elite*gold: 20
Join Date: Mar 2006
Posts: 6,125
Received Thanks: 2,518
Quote:
Originally Posted by Decker_ View Post
Yes 5165.
I'm positive Equip.cs ain't in there.
In the standard 5165 source its here:

Korvacs is offline  
Thanks
1 User
Old 02/28/2010, 16:45   #22
 
salem rey's Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 275
Received Thanks: 43
Thanks thats it i see my equip.cs in that place. maybe hes not using 5165?
salem rey is offline  
Old 03/01/2010, 02:41   #23
 
elite*gold: 0
Join Date: Dec 2007
Posts: 1,326
Received Thanks: 539
u forgot to put the FeatherDress id with them
btw good job
[GM] is offline  
Old 03/01/2010, 02:51   #24
 
salem rey's Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 275
Received Thanks: 43
Thanks
salem rey is offline  
Old 03/01/2010, 03:13   #25
 
walmartboi's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 378
Received Thanks: 163
I'm saying this as a friend, not as someone trying to start an argument, but if it took .Arco and 12tails' efforts combined to help you to finally make this simple code, then you shouldn't be involved with your own private server.
walmartboi is offline  
Old 03/01/2010, 03:26   #26
 
salem rey's Avatar
 
elite*gold: 0
Join Date: Apr 2008
Posts: 275
Received Thanks: 43
They just give me some clues. lol

Hmmmmm what is feather dress? i try to search and ill add it
salem rey is offline  
Old 03/01/2010, 03:33   #27
 
walmartboi's Avatar
 
elite*gold: 0
Join Date: Dec 2007
Posts: 378
Received Thanks: 163
#reported

Double post
walmartboi is offline  
Old 03/01/2010, 05:16   #28
 
elite*gold: 0
Join Date: Apr 2007
Posts: 142
Received Thanks: 15
Quote:
Originally Posted by salem rey View Post


Long time ago i got this problem, i ask a lot of people to help me, I ask .Arco but he failed to help me, he give me a code but its not working still i can wear female garments. Then someone again help me 12tails thanks for him for giving me a clue, he told me that just go to equip.cs and he give me a code but all the female garment are lost, I cant wear my garment so i try to make it on my own. i try many things in the c#, and 1 time I accidentally make it to work. Some of the credit will go to 12tails for giving me some clue's . SO this is it. this code i tested for 5165 and it works perfectly, i try it and it really works.

1st got to Equip.cs and search for this

Code:
            bool Arrow = false;
2nd above that line add this:

Code:
            if (I.ID == 182375 || I.ID == 182335 || I.ID == 182365 || I.ID == 182345 || I.ID == 182385)
            {
                if (GC.MyChar.Body == 1003 || GC.MyChar.Body == 1004)
                {
                    GC.LocalMessage(2005, "You want to wear female garments, are you a gay?");
                    return;
                }
            }
Then press f6 then try to debug your source.

I HOPE YOU LIKE MY RELEASE


There's My Updated one. I mean, I added all the Female Garment ID's there. Well, there should be all :P Enjoy. and Salem, just update your thread with these.. This should include all female garments. ( not uglyDuck though, but everything else)

Edit: Sorry, forgot DreaminFlowers, but got it now.. so heres the right ID's

Code:
if (I.ID == 182375 || I.ID == 182335 || I.ID == 182365 || I.ID == 182345 || I.ID == 182385 || I.ID == 182985 || I.ID == 182355 || I.ID == 181995)
            {
                if (GC.MyChar.Body == 1003 || GC.MyChar.Body == 1004)
                {
                    GC.LocalMessage(2005, "You're trying to wear female garment, Are You a Fag?");
                    return;
                }
Secrets-man is offline  
Old 05/08/2010, 17:36   #29
 
elite*gold: 0
Join Date: Apr 2009
Posts: 4
Received Thanks: 0
Thank you very much Now i only need to fix my register page and then i can make my server ONLINEE DD
jeffreyski22 is offline  
Old 05/08/2010, 21:23   #30
 
CØĐ£Ř||Mã©hÍñє's Avatar
 
elite*gold: 0
Join Date: May 2010
Posts: 248
Received Thanks: 36
awwwww thanks i liked it ++
CØĐ£Ř||Mã©hÍñє is offline  
Reply


Similar Threads Similar Threads
To Wear Garment or Not To Wear Garment
03/31/2009 - Silkroad Online - 0 Replies
hi all. I have a pure str blader currently lvl 82 with protector set and gonna have mastery 100 - bich/fire, 80 light , 20 ice. I am wondering if at 10D i should switch to garm. Now i know all the pros and cons of both garm and protector. but i have never had a pure str char in garm before, all used protector. The reason i chose protector is that i have low ice and max fire; it helps me tank pretty good against warrior / cleric , rogue and other strs my lvl; actually so far in pvps my blader...
[Release]New Clothe's for Male and Female!
02/17/2009 - EO PServer Guides & Releases - 14 Replies
Here is some New Clothes that i brought out to my Server and thought i would shar ill give the Script and the Client Side Files. I Hexed it into the Itemtype.dat and ShopingMall so if you want to buy from Mall you will need to Run this Script Enjoy. http://www.elitepvpers.com/forum/attachments/eo-ps erver-hosting/18761d1232587317-release-new-clothes -male-female-3.jpghttp://www.elitepvpers.com/forum/ attachment.php?attachmentid=18762&stc=1&d= 1232587317 Enjoy and if you use pls hit Thanks!
Problem beim Racechange Tauren Female -> NE Female / Hu Female / BE Male
03/05/2008 - World of Warcraft - 3 Replies
Hallo zusammen, habe mich mittels Glitchys Modeling Suite in die Welt des Model Changings begeben und bin dabei auf folgendes Problem gestoßen: Ausgangsmodell war jedesmal Female Tauren, einmal hab ich in Blood Elf Male und einmal in Night Elf Female umgewandelt, und mir auch einen fertigen Modelchange in Human Female heruntergeladen. Bei allen 3en das selbe Problem, dass die Haare der Charakter ein hässliches einfarbiges Grün hatten, jetz würd ich gern wissen wie ich das am elegantesten...



All times are GMT +2. The time now is 15:41.


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.