Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

g10 uniq getting disappear

Status
Not open for further replies.
Banned
Banned
Joined
Aug 27, 2012
Messages
23
Reaction score
0
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
Untitled - g10 uniq getting disappear - RaGEZONE Forums
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
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Feb 25, 2013
Messages
28
Reaction score
4
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.
 
Last edited:
Newbie Spellweaver
Joined
Mar 26, 2010
Messages
5
Reaction score
0
@A3 Masters
Can you share your server files?
Or give me some help,About 562 Configuration。
Thank you
 
Newbie Spellweaver
Joined
Mar 26, 2010
Messages
5
Reaction score
0
@A3 Masters
Can you share your server files?
Or give me some help,About 562 Configuration。
Thank you

@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
 
Banned
Banned
Joined
Aug 27, 2012
Messages
23
Reaction score
0
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??
 
Newbie Spellweaver
Joined
Feb 25, 2013
Messages
28
Reaction score
4
@12hao check out the link - http://forum.ragezone.com/f488/guide-ragezone-562-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.
 
Newbie Spellweaver
Joined
Mar 26, 2010
Messages
5
Reaction score
0
@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, server - g10 uniq getting disappear - RaGEZONE Forums
please help me, my English is poor
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Jan 26, 2012
Messages
75
Reaction score
73
@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.
 
Banned
Banned
Joined
Aug 27, 2012
Messages
23
Reaction score
0
hm..

Code:
00501B70 [COLOR="#FF0000"]55[/COLOR]                   push        ebp
not getting this 55
what is the use of it??

and 1 more question...
how to edit .exe in debug??
 
Newbie Spellweaver
Joined
Feb 25, 2013
Messages
28
Reaction score
4
@12hao i am stuck on same problem

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 ;)
 
Last edited:
Newbie Spellweaver
Joined
Feb 25, 2013
Messages
28
Reaction score
4
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.
 
Banned
Banned
Joined
Aug 27, 2012
Messages
23
Reaction score
0
@ 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??
 
Newbie Spellweaver
Joined
Feb 25, 2013
Messages
28
Reaction score
4
thats what i asked bro. how you changed the unique options ? ^_^

never mind its okay if you dont want to share.
 
Banned
Banned
Joined
Jun 22, 2012
Messages
64
Reaction score
5
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,[COLOR="#FF0000"]486[/COLOR]
00501BD7  |. 0F84 6C020000  JE ZoneServ.00501E49
 
Last edited:
Newbie Spellweaver
Joined
Feb 25, 2013
Messages
28
Reaction score
4
First identify the weapon which you want to be used as new weapon. first work is to make that weapon available in zoneserver. G10 unique is later part.
 
Skilled Illusionist
Joined
Apr 6, 2011
Messages
329
Reaction score
37
G10 unique is just a concept bro..
Its just a Caption given to that particular weapon..

Right now U can also change attributes of G1 weapon and make it greater than 9.5 unique, and call it G10 unique. Doesnt matter.

Point is, The problem you are facing with that weapon.. The part on which you should concentrate is the disappearing of weapon..
Not disappearing of G10 UNIQUE !
 
Banned
Banned
Joined
Jun 22, 2012
Messages
64
Reaction score
5
u r absolutely right.. Magixx
but 1st of i need to understand the other weapon's
and i am totally new for debugging...
then also i understood some codes by my own.. and GM Enflame help me thx for that..
i cant be able to find out specific strings..
like 486
how to find out any weapon code in debug??
 
Banned
Banned
Joined
Jun 22, 2012
Messages
64
Reaction score
5
got got it.. sorry GM Enflame for disturbing u
and thxx again
 
Status
Not open for further replies.
Back
Top