Author | Message | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ![]() Does anyone have the packet or know how to send the job info for paperdoll reply? --- https://www.youtube.com/watch?v=d_DFVzxsEUc
|
| ![]() It's not programmed in, at this point, "Job" is just there graphically. --- Wish upon a star!
|
| ![]() Oh I see. ty But come to think about it there must be a way for it to work because on main if you check the paperdoll of an admin It reply's there job. At least I'm pretty sure. --- https://www.youtube.com/watch?v=d_DFVzxsEUc
|
| ![]() Well, if you could get a screenshot of that, then certainly there is a way, but for now we are 99% sure that it is just there graphically. --- http://www.addipop.com
|
| ![]() Sordie has checked it I believe. Client isn't writing anything there.
|
| ![]() Someone told me it did earlier versions
|
| ![]() if you watch this video you can see Mizzy's job http://www.youtube.com/watch?v=GMyjVlnD0Z8 I am in no way trying to advertise this video. --- https://www.youtube.com/watch?v=d_DFVzxsEUc
|
| ![]() Ummm, she has job field empty, or I can't see it.
|
| ![]() lol yeah i jumped to conclusions sorry about that xD. There is no job on her paperdoll. At least I know for sure now :p --- https://www.youtube.com/watch?v=d_DFVzxsEUc
|
| ![]() I tried before once, but not successfully, the title became partner, home name... lols, and didn't even show anything as job as I put on my character in database
|
| ![]() kenobi13 posted: (14th Jun 2010 07:15 pm) This is correct. I used EO.Addons to discover exactly what API the EO client uses to draw text (ExtTextOutA) and where and when it attempts to draw. There is no attempt to draw any text in the "Job" section, nor the "Elem." section in the stats page. --- http://sordie.co.uk http://twitter.com/@SordieEO
|
| ![]() Sordie posted: (14th Jun 2010 09:43 pm)kenobi13 posted: (14th Jun 2010 07:15 pm) cant you just like program it to set a text at a specific location like horrible code exapmle:
Set job at (x,y) @ Paperdoll??
|
| ![]() Tendency posted: (15th Jun 2010 03:00 am) Yes. This would require me to write an EO.Addon to do this and also a way of getting the job data from your server too this new addon. If I was going to do this I'd probably split the title data. eg. Setting a characters title to "Geek Goddess|Binary Cook" would display the title as "GeekGoddess"and the job as "Binary Cook". This would also require some server editing to only send the job appended to the title in the paperdoll packets. EDIT: OK I wrote an EO.Addon that adds job support to the client. More info in my EO.Addons topic. Now I just need an EOSERV programmer to work with to add support for this to EOSERV.. Any takers? --- http://sordie.co.uk http://twitter.com/@SordieEO
|
| ![]() Sordie posted: (15th Jun 2010 11:11 am)Tendency posted: (15th Jun 2010 03:00 am)Sordie posted: (14th Jun 2010 09:43 pm)kenobi13 posted: (14th Jun 2010 07:15 pm) Did you still use "|" to append it to title? I set my title to "title|test" but my title still become just that. --- https://www.youtube.com/watch?v=d_DFVzxsEUc
|
| ![]() The proper is to send the home name as ~home¬job where home is the name given to the players home and job of course is that. It is an easy add to eoserv. Create a database column for job name, add reading and saving support in character.cpp as well as making entries for this->job, andfinally,
edit Paperdoll.cpp to enter both strings within the one for home. Have fun with it. |