Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Mabinogi
You last visited: Today at 19:45

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

Advertisement



[Ideas] Editting the Values of Dye Selections

Discussion on [Ideas] Editting the Values of Dye Selections within the Mabinogi forum part of the MMORPGs category.

Closed Thread
 
Old   #1
 
rawk0r's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 207
Received Thanks: 103
[Ideas] Editting the Values of Dye Selections

I have been working on trying to find a way to make any fixed dye into a specific color (taking cheap ones and making them black or red for instance). I tried changing the colors.xml (stores all the fixed dye colors) to a single color, that was a no-go it seemed. I have also tried changing the values of the color currently selected in the dye palette on regular dyes (I tried search the hex color value as well as decimal, neither seemed to work). I was just wondering if anyone else has had more success than I, just so I know if I am heading down the right path.

Sorry for posting a new thread, I didn't want to necro the old dye mod discussion, it seemed like it was turning into a war zone towards the end.
rawk0r is offline  
Old 10/11/2009, 20:39   #2
 
elite*gold: 0
Join Date: Nov 2008
Posts: 3,695
Received Thanks: 891
Its weird that I didnt think of that yet. o.o

I'll play around with CE, lets see what happens.
Dark Raccoon is offline  
Old 10/11/2009, 20:44   #3
 
rawk0r's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 207
Received Thanks: 103
Quote:
Originally Posted by Dark Raccoon View Post
Its weird that I didnt think of that yet. o.o

I'll play around with CE, lets see what happens.
Good to know that I am capable of thinking outside of the box. I was feeling a bit 'cubed' about this idea.
rawk0r is offline  
Old 10/12/2009, 00:25   #4
 
cloudkiller2006's Avatar
 
elite*gold: 0
Join Date: May 2009
Posts: 855
Received Thanks: 149
tried that myself too, but it seems server-sided

never did try CE tho...wont work i guess, or it'd become the original color
cloudkiller2006 is offline  
Old 10/12/2009, 00:42   #5
 
rawk0r's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 207
Received Thanks: 103
Quote:
Originally Posted by cloudkiller2006 View Post
tried that myself too, but it seems server-sided

never did try CE tho...wont work i guess, or it'd become the original color
Only the randomized generation of the Dye Palette is server side, that is why you CHOOSE the colors off it in your client, then hit the button to dye whatever it is you're dying (I am referring to Regular Dyes, not Fixed). So I assume the colors would still most likely have to be from the original palette, but this could take the pain out of needing more than one dye per part.
rawk0r is offline  
Old 10/12/2009, 01:22   #6
 
elite*gold: 0
Join Date: Nov 2008
Posts: 3,695
Received Thanks: 891
Alright, for now I managed to change the color of the dye, but when I used it, the Clothes still got the original Color.

I'll keep looking.
Dark Raccoon is offline  
Old 10/12/2009, 01:36   #7
 
rawk0r's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 207
Received Thanks: 103
Quote:
Originally Posted by Dark Raccoon View Post
Alright, for now I managed to change the color of the dye, but when I used it, the Clothes still got the original Color.

I'll keep looking.
Are you talking about changing the fixed dye?
rawk0r is offline  
Old 10/12/2009, 01:44   #8
 
elite*gold: 0
Join Date: Nov 2008
Posts: 3,695
Received Thanks: 891
Quote:
Originally Posted by rawk0r View Post
Are you talking about changing the fixed dye?
Mhm.

I wonder if the Color-Hack is serversided, in that case you could pretend selling a pure black dye when your actually selling an orange one, stuff like that...
Dark Raccoon is offline  
Old 10/12/2009, 01:51   #9
 
rawk0r's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 207
Received Thanks: 103
Quote:
Originally Posted by Dark Raccoon View Post
Mhm.

I wonder if the Color-Hack is serversided, in that case you could pretend selling a pure black dye when your actually selling an orange one, stuff like that...
If you need any help working on things in game, I am on the Tarlach server, and am willing to assist. I am more hoping to find a way to change the values while choosing colors. Example: You use dyelite to get the color codes, click so timer pauses, search, lather rinse repeat to find them all. Once found, lock them all to a color on the current dye palette, then start dying.
rawk0r is offline  
Old 10/12/2009, 01:54   #10
 
elite*gold: 0
Join Date: Sep 2009
Posts: 359
Received Thanks: 124
I've tried a bit with itemdb.xml, of course, no luck.

The way I suspect that minigame is played, though, the game generates 1 coordinate, and sends that one coordinate to the server, which picks the other 4 based on the one and randomly selects one to be the dyed color.

The reason why I think that is because I am yet to hear about any mods overseas that have been able to accomplish the type of result that you seem to be looking for.
lostmage333 is offline  
Old 10/12/2009, 02:05   #11
 
rawk0r's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 207
Received Thanks: 103
Quote:
Originally Posted by lostmage333 View Post
I've tried a bit with itemdb.xml, of course, no luck.

The way I suspect that minigame is played, though, the game generates 1 coordinate, and sends that one coordinate to the server, which picks the other 4 based on the one and randomly selects one to be the dyed color.

The reason why I think that is because I am yet to hear about any mods overseas that have been able to accomplish the type of result that you seem to be looking for.
I have never tried looking at it that way. If that is the case, I am sure you might be able to adjust how far away the cursors are from each other and change them so they line up the way you want. Of course this would take a lot of time every time you wanted to do this (take screenshot with mouse hovering over location, click, figure out location on the 100x100px palette, figure out spacing for other four cursors (X,Y from cursor #1). Example: Cursor #1 is 56,12; Cursor #2 is -15,9 away from cursor #1
rawk0r is offline  
Old 10/12/2009, 02:07   #12
 
elite*gold: 0
Join Date: Sep 2009
Posts: 359
Received Thanks: 124
Quote:
Originally Posted by rawk0r View Post
I have never tried looking at it that way. If that is the case, I am sure you might be able to adjust how far away the cursors are from each other and change them so they line up the way you want. Of course this would take a lot of time every time you wanted to do this (take screenshot with mouse hovering over location, click, figure out location on the 100x100px palette, figure out spacing for other four cursors (X,Y from cursor #1). Example: Cursor #1 is 56,12; Cursor #2 is -15,9 away from cursor #1
Really, this depends on how the server handles it. The more data you send the server, the more you have to modify. If you only send 1 coordinate, then you're a little screwed. If you send 1 and then 4 deltas, then you can do that, but any self-respecting programmer should be shot for writing something that works like that.

Could you maybe look inside the packet(s) sent when dying to see what data is sent? That can help determine what is and is not feasible.
lostmage333 is offline  
Old 10/12/2009, 02:13   #13
 
rawk0r's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 207
Received Thanks: 103
Quote:
Originally Posted by lostmage333 View Post
Could you maybe look inside the packet(s) sent when dying to see what data is sent? That can help determine what is and is not feasible.
I can try next time I get my hands on a dye, currently short on cash, just bought a Valencia Set
rawk0r is offline  
Old 10/12/2009, 03:25   #14
 
elite*gold: 0
Join Date: Nov 2008
Posts: 3,695
Received Thanks: 891
Quote:
Originally Posted by rawk0r View Post
I can try next time I get my hands on a dye, currently short on cash, just bought a Valencia Set
Whats your Nick?

Im on Tarlach and I should have just about enough money left to buy a fixed dye.
Dark Raccoon is offline  
Old 10/12/2009, 03:27   #15
 
rawk0r's Avatar
 
elite*gold: 0
Join Date: Feb 2008
Posts: 207
Received Thanks: 103
Quote:
Originally Posted by Dark Raccoon View Post
Whats your Nick?

Im on Tarlach and I should have just about enough money left to buy a fixed dye.
I thought we were talking about Regular Dyes? I might be getting some money shortly and we will see what happens with the dye
rawk0r is offline  
Closed Thread


Similar Threads Similar Threads
[Tut] How to use ace-x trainer (attaching, find values, editing values
09/30/2012 - Ace Online / AirRivals - 149 Replies
Updated November 22nd!-Uploaded the trainer to Mediafire. However, i couldn't manage to upload the modded source. -thanks to genesis for this awesome release by the way. you deserve it. also thanks to syst3m for releasing the client and trainer files. THIS TRAINER ONLY WORKS FOR AIR RIVALS US AND AIR RIVALS GERMAN AS FAR AS I KNOW. Trainer Download Link(s): regular: RapidShare: 1-CLICK Web hosting - Easy Filehosting
Storm Values and Splashy Values Pissed Off Server
10/29/2010 - Kal Online - 15 Replies
can any1 tell me the storm or splashy values or both xD? pls:handsdown:
a little help about map editting
08/24/2010 - CO2 Weapon, Armor, Effects & Interface edits - 2 Replies
guys am like lost through the guides i've done texture and effects edits b4 but this time am totaly lost which files are supposed to be edited to get edited maps thnx in advance
[Ideas?] Need Some Ideas For My Public Source
09/23/2008 - CO2 Private Server - 11 Replies
hey i need some ideas for the source that im coding (lotf) and when it is done i go public it, so someone got some great ideas? (Serious answers only please:p) Examples: Quests Events NPCs



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


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.