Issue information

Issue ID
#7174
Status
Needs more Info
Severity
None
Started
bgamez23
Apr 19, 2013 8:43
Last Post
bgamez23
Apr 21, 2013 5:26
Confirmation
N/A

bgamez23 - Apr 19, 2013 8:43

when i try to buffs the Blessings, Increase Agility, Angelus. the status timer buffs not working,

and there is a problem regarding on this packet.
0x0983,29

i can't use skill if i enable that packet for 2012-06-18aRagexe.

here is the 2012-06-18aRagexe that i'm using for testing purpose.

screenshots
[url="http://www.mediafire.com/?26cnnvdjkcvg2m7"]http://www.mediafire.com/?26cnnvdjkcvg2m7[/url]
2012-06-18aRagexe
[url="http://www.mediafire.com/?3ua55l1isv9cucw"]http://www.mediafire.com/?3ua55l1isv9cucw[/url]

there is a problem on uploading on bug tracker section. the uploaded files doesn't show on the post.

This post has been edited by bgamez23 on Apr 19, 2013 8:47

Judas - Apr 19, 2013 10:58

does it use the same packets, if not please upload them

bgamez23 - Apr 19, 2013 11:21

[quote name="Judas" timestamp="1366369106"]
does it use the same packets, if not please upload them[/quote]
yup it use same packet but don't include the [color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]0x0983,29[/size][/font][/color]

Judas - Apr 19, 2013 11:34

I might have to wait till I get home today to look into this issue further. hshield on my vm reboots my pc..

bgamez23 - Apr 19, 2013 12:01

[quote name="Judas" timestamp="1366371289"]
I might have to wait till I get home today to look into this issue further. hshield on my vm reboots my pc..[/quote]
oh ok np.

bgamez23 - Apr 19, 2013 12:40

i think the problem is the [color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]0x0983,29. because when you enable this packet you can't cast the skill.[/size][/font][/color]
[url="http://herc.ws/board/topic/294-requesting-support-for-2012-06-18aragexere-client-onwards/?hl=0983"][url="http://herc.ws/board/topic/294-requesting-support-for-2012-06-18aragexere-client-onwards/?hl=0983"]http://herc.ws/board/topic/294-requesting-support-for-2012-06-18aragexere-client-onwards/?hl=0983[/url][/url]

This post has been edited by bgamez23 on Apr 19, 2013 15:54

bgamez23 - Apr 19, 2013 17:17

i'd notice that hercules does not support the 2012-06-18aRagexe. you will not see any status icon.

and also you can't use any skill if you will not disable this packet.

[color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]0x0983,29[/size][/font][/color]

[color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3]tested on the latest revision.[/size][/font][/color]

Ind - Apr 20, 2013 0:17

that doesn't make any sense, must be something else that is getting corrupted because of it. packet 0983 line only sets the length of that packet.

bgamez23 - Apr 20, 2013 0:49

[quote name="Ind" timestamp="1366417068"]
that doesn't make any sense, must be something else that is getting corrupted because of it. packet 0983 line only sets the length of that packet.h[/quote]
hmm without disabling it on packet.h you can't use any skill if you use 2012-06-18aRagexe client.

Judas - Apr 20, 2013 21:12

workks fine with me. The only thing that happened to me was that I couldn't move at all.
I just placed this under 0618 under the buff timer and it was fine.

[font=Consolas][size=1]
packet(0x08c9,2);[/size][/font]
[font=Consolas][size=1]
So @Ind,[/size][/font][font=Consolas][size=1]
We need to have it like:[/size][/font]


//2012-06-18aRagexeRE
#if PACKETVER >= 20120618
packet(0x0983,29);
packet(0x08c9,2);
#endif

bgamez23 - Apr 20, 2013 21:20

[quote name="Judas" timestamp="1366492320"]
workks fine with me. The only thing that happened to me was that I couldn't move at all.
I just placed this under 0618 under the buff timer and it was fine.


[font=Consolas][size=1]packet(0x08c9,2);[/size][/font]

[font=Consolas][size=1]So @Ind,[/size][/font]
[font=Consolas][size=1]We need to have it like:[/size][/font]


//2012-06-18aRagexeRE
#if PACKETVER >= 20120618
packet(0x0983,29);
packet(0x08c9,2);
#endif[/quote]
oh the font size is so hard to read

[font=Consolas][size=3][background=rgb(247,247,247)][size=1]packet(0x08c9,2);[/size][/background][/size][/font]

[font=Consolas][size=3][background=rgb(247,247,247)][size=1]So @Ind,[/size][/background][/size][/font]
[font=Consolas][size=3][background=rgb(247,247,247)][size=1]We need to have it like:[/size][/background][/size][/font]

[size=3]it seems like there is a missing packet that's why the status icon is not showing?[/size]

Judas - Apr 20, 2013 21:33

hmm well the status icon showed for me but when i logged in, i couldn't do anything

bgamez23 - Apr 21, 2013 5:26

[quote name="Judas" timestamp="1366493581"]
hmm well the status icon showed for me but when i logged in, i couldn't do anything[/quote]
oh i see. hmmm try to disable this [color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3][background=rgb(247,247,247)]packet(0x0983,29);.[/background][/size][/font][/color]

[color=rgb(40,40,40)][font=helvetica, arial, sans-serif][size=3][background=rgb(247,247,247)]you can move, use skills but no status timer.[/background][/size][/font][/color]