1 Attachment(s)
g10 uniq getting disappear
i have made g10 uniqs in my server...
but after reconnecting its getting disappear from inv...
means if i wear g10 uniq after that if i do rc and cm back in my account
Attachment 128759
but when i click on char and cm in game at that time it gets disappear
means client also working perfectly and all data added perfectly
but its getting disappear after cm in zoneserver
can any 1 tell which other files contain for uniqs..???
ItemCounter0.1,0.4,1.1,1.4.... etc in zonserver\A3Log??
And Which file contain for auto heal... ???
like Clotty Blood skill of warrior....
@ heating time of boss he keeps on getting healed
Re: g10 uniq getting disappear
The screenshot belongs to A3 elements 562 client. You have not made the G10 unique working in your server.
You just used A3 elements client and logged in 562 server. Then spawned G10 unique and wore it on character. Character wore that unique and red colour flame also came (this is from where i got that you are using A3 elements client).
There was not any hard development in this (but it was hard development for that guy who developed that client). #Credits to Dipak Nayak for this.
Now your work is edit zoneserver, so that your zoneserver understands it as a weapon. Best of luck with ollydb.
Off Topic : If one development doesn't belongs to you. Please do not post like i made it work or i did this. Dpnt forget to give credits to the one who worked hard for that development.
Re: g10 uniq getting disappear
@A3 Masters
Can you share your server files?
Or give me some help,About 562 Configuration。
Thank you
Re: g10 uniq getting disappear
@A3 Masters
Can you share your server files?
Or give me some help,About 562 Configuration。
Thank you
Quote:
@but when i click on char and cm in game at that time it gets disappear
I know how to solve this problem
But my English is poor
Re: g10 uniq getting disappear
how to make g10 uniqs...???
Re: g10 uniq getting disappear
GM Enflame
sorry but its A3 Mania client and data files i am using a3 elements...
we r also here learn... not here to keeps on giving credits the people who left this forums...
what ever the problem i have that i am writing...
for your kind... information... client is not made.... its copied from a3 mania...
its not a development.. lolzz dude...
i have changed uniqes options.... ** BY MY SELF ** in my server... not copied...
but need to know which other file contain uniqs on server side...???
and what is this edit zoneserver... is that u helped gave???
tell the specific... in zoneserver where??
can be more specific??
Re: g10 uniq getting disappear
@12hao check out the link - http://forum.ragezone.com/f488/guide...server-870381/
@A3Masters mania client doesn't contains this weapon with flame on it. Its in elements.
Reason : Data files are not responsible for flame on weapons. Its in A3Client.exe
next, if you have made this unique custom. can you please share its options with us via a screenshot ? and please elaborate how you made those unique options show up ingame on the weapon.
because its the same process with little more work in zoneserver.exe
if you can elaborate how you added unique options in this weapon ingame, may be people can help you. As client is nothing but a limited mirror of server files.
1 Attachment(s)
Re: g10 uniq getting disappear
@GM Enflame
Now can not create a new character,AccountServer Data does not scroll.
You can send your file to my mail do? ranbao66@163.com
Thank you!
Server startup screen, Attachment 128946
please help me, my English is poor
Re: g10 uniq getting disappear
@A3 Masters
You have a possible ability to debug ZS if you add the option to the item.
Item code that you used 1155 ~ 1190?
Then, get an answer If you look at the part of the address 00501B70 open the ZS in the debugger.
Re: g10 uniq getting disappear
hm..
Code:
00501B70 55 push ebp
not getting this 55
what is the use of it??
and 1 more question...
how to edit .exe in debug??
Re: g10 uniq getting disappear
@12hao i am stuck on same problem
Quote:
Originally Posted by
A3 Masters
and 1 more question...
how to edit .exe in debug??
and you say that you made G10 uniques in your client yourself :O:
@prologos got it what you said ;)
00501b95 CMP EAX, 483
00501b9a JE 00501E49
and on 00501e49
00501e49 MOV EAX, 1
This should not happen. We should define another set of values or should ignore or jump the JE 00501E49 statement.
Currently trying for offsets for just 1 weapon. Will tell if i succeed ;)
Re: g10 uniq getting disappear
update : tried defining weapon number 1170 on all four places where 1793 was defined. But its not working. Item number 1793 was not disappearing on reconnect but 1170 is disappearing. now trying to define the weapon in server and client files.
Re: g10 uniq getting disappear
@ GM Enflame
read it properly
don't go blindly..
"i have changed uniqes options.... ** BY MY SELF ** in my server... not copied..."
not made.. its changed...
y i cant be able to edit any codes in debug...
how to edit and rewrite it again??
Re: g10 uniq getting disappear
thats what i asked bro. how you changed the unique options ? ^_^
never mind its okay if you dont want to share.
Re: g10 uniq getting disappear
thxx GM Enflame for help
1st i need to edit 1158 but how to edit this codes??
i am understanding only 1 code 486 = 1158 :?:
can any 1 explain me from this which code should i have to edit to implement g10 uniqs in server??
Code:
00501BCA |. 8B45 08 MOV EAX,DWORD PTR SS:[EBP+8]
00501BCD |. 25 FFFF0000 AND EAX,0FFFF
00501BD2 |. 3D 86040000 CMP EAX,486
00501BD7 |. 0F84 6C020000 JE ZoneServ.00501E49