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!

L2O Problem with Visual Effects

Status
Not open for further replies.
Initiate Mage
Joined
Oct 17, 2005
Messages
4
Reaction score
0
Hello to everybody!
Well my problem is as follows: I play L2 on a L2OFF Server, which es a C1 modded to C3 (in order to conserve the accounts, therefore no reset). Several details of the game were lost when the upgrade to C3 took place, and in time some were fixed.
The Root-Sleep-Stun-Poison Visual Effects doesn't work in this server and I`m asking for help on what should I do to view these animations. I`ve tried everything, patches from other servers, .dat editing, but nothing happened. Just a few days back I was able to play the Monster Magic Attack Animation and I was wondering if I could help fix these other animations now, but I've had no luck. If someone is interested on this Magic Attack animation fix, I'll gladly share that information with you.
I'd like to know which file needs to be edited (I suppose it's a .dat file) and in which line (string) for the Root-Sleep-Stun-Poison visual effects to play correctly. Any aid will be thanked.
Something that encouraged me to find the solution here, was this link: http://forum.ragezone.com/showthread.php?t=85450&highlight=Animation
Thank you all!
 
Initiate Mage
Joined
Oct 17, 2005
Messages
4
Reaction score
0
Thanks Soapy for your answer, it really helps me even if I was wrong.

Now I can start seeking for the right answers.
 
Upvote 0
Junior Spellweaver
Joined
Dec 27, 2004
Messages
124
Reaction score
0
Ulic Qel-Droma either u try to fool around with admin of the server u r play on or u really think u can fix this issue client side.
The only way to make this working is as SoaPy already told to fix the problem on server side.
And since u said "I play L2 on a L2OFF Server, which es a C1 modded to C3" i can asume u r not owner no admin of this server i suggest u to wait until admin fix the issue which bothers u.
 
Upvote 0
Initiate Mage
Joined
Oct 17, 2005
Messages
4
Reaction score
0
BiGBoY1 said:
Ulic Qel-Droma either u try to fool around with admin of the server u r play on or u really think u can fix this issue client side.
The only way to make this working is as SoaPy already told to fix the problem on server side.
And since u said "I play L2 on a L2OFF Server, which es a C1 modded to C3" i can asume u r not owner no admin of this server i suggest u to wait until admin fix the issue which bothers u.

Dear BiGBoY1, I'm not trying to fool anybody.

I'm just a normal user trying to help. I didn't know it was a server problem, since Magic Attack Animations were indeed client side problems, I thoght these animations were too client side problems. I asked the admins of the server I play and they gave me the same answer that SoaPy gave me, but they didn't specify that the hex was intended to be done on l2server.exe.
So surfing through the Internet, I found this amazing forum and found the right answer.

And yes, I'm not owner nor admin of the server, so waiting is what I now do.
 
Upvote 0
Newbie Spellweaver
Joined
Jun 28, 2005
Messages
43
Reaction score
0
Hexing required

USERINFO :

Code:
006B81FA   6A 00            PUSH 0
006B81FC   6A 00            PUSH 0
006B81FE   6A 00            PUSH 0
006B8200   FFB7 B00A0000    PUSH DWORD PTR DS:[EDI+AB0]
006B8206   90               NOP
006B8207   90               NOP

CHARINFO :

Code:
006B8268   FFB3 B00A0000    PUSH DWORD PTR DS:[EBX+AB0]
006B826E   52               PUSH EDX
006B826F   8D95 A8FDFFFF    LEA EDX,DWORD PTR SS:[EBP-258]
006B8275   E9 CB76E4FF      JMP C3server.004FF945

NPCINFO :

Code:
00496636   . E8 B4E71100    CALL C3server.005B4DEF

004967D1   . E8 19E61100    CALL C3server.005B4DEF

005B4DEF  /$ 83EC 14        SUB ESP,14
005B4DF2  |. FF7424 14      PUSH DWORD PTR SS:[ESP+14]
005B4DF6  |. 83C4 1C        ADD ESP,1C
005B4DF9  |. 33C9           XOR ECX,ECX
005B4DFB  |. 51             PUSH ECX
005B4DFC  |. 51             PUSH ECX
005B4DFD  |. 51             PUSH ECX
005B4DFE  |. 51             PUSH ECX
005B4DFF  |. 51             PUSH ECX
005B4E00  |. FFB3 B00A0000  PUSH DWORD PTR DS:[EBX+AB0]
005B4E06  |. 8B4D A8        MOV ECX,[LOCAL.22]
005B4E09  |. 8B55 C4        MOV EDX,[LOCAL.15]
005B4E0C  |. 83EC 04        SUB ESP,4
005B4E0F  \. C3             RETN

credit goes to Alien003
 
Upvote 0
Experienced Elementalist
Joined
May 10, 2004
Messages
289
Reaction score
1
I hope You asked Alien003 if he wants it posted here...

Anyway, no begging for hexed exe's. Or You'll suffer ! :D

Question answered, thread closed and moved to Help section.
 
Upvote 0
Status
Not open for further replies.
Back
Top