Jump to content

Judas Client-Side Area


Judas

Recommended Posts


  • Group:  Members
  • Topic Count:  53
  • Topics Per Day:  0.01
  • Content Count:  291
  • Reputation:   4
  • Joined:  04/24/12
  • Last Seen:  

Sir judas this thread of yours really help me alot..its the first time i successfully diff 20011-12-28 up clients.. Great work,, thank you so much!!

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  06/22/12
  • Last Seen:  

Hello, I already posted it in another topic but got no answer, so I followed your guide and tried to make it work but seems like I failed again x_x the problem is: the client keeps sending ascii instead of the correct password, and the server obviously reject the connection with a "Wrong Password" message...

here's a screenshot and mmo.h and packetdb.txt

1gMeq.png

http://pastebin.com/1m16Xjh7

http://pastebin.com/qtYuyWzE

Thanks for the help x.x

Edited by Rikkun
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

your not using any md5 right?

If not the next thing to check is te clientinfo

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  06/22/12
  • Last Seen:  

I'm not using md5 and here's the clientinfo x.x


<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
  <connection>
     <display>AmberRO Beta</display>
     <balloon>MidRate 80/80/50-25</balloon>
     <desc>Full Renewal</desc>
     <address>176.31.103.132</address>
     <port>6900</port>
     <version>28</version>
     <langtype>7</langtype>
     <registrationweb></registrationweb>
     <aid>
        <admin>2000000</admin>
<admin>2000008</admin>
<admin>2000011</admin>
     </aid>
  </connection>
</clientinfo>

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  06/22/12
  • Last Seen:  

Bump?:(

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

Your using grf right? Not data folder

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

Never encountered that one before..

Try using this as a template

<?xml version="1.0" encoding="euc-kr" ?>
<clientinfo>
<desc>Ragnarok Client Information</desc>
<servicetype>korea</servicetype>
<servertype>sakray</servertype>
<connection>
 <display>SERVER NAME HERE</display>
 <desc>Ragnarok Online</desc>
 <balloon>this is a tool tip</balloon>
 <address>SERVER IP HERE</address>
 <port>6900</port>
 <version>20</version>
 <langtype>1</langtype>
 <registrationweb>REGISTRATION URL HERE</registrationweb>
 <yellow>
  <admin>2000001</admin>
  <admin>2000002</admin>
  <admin>2000003</admin>
 </yellow>
 <loading>
  <image>loading00.jpg</image>
  <image>loading01.jpg</image>
  <image>loading02.jpg</image>
  <image>loading03.jpg</image>
  <image>loading04.jpg</image>
  <image>loading05.jpg</image>
  <image>loading06.jpg</image>
  <image>loading07.jpg</image>
  <image>loading08.jpg</image>
  <image>loading09.jpg</image>
  <image>loading10.jpg</image>
 </loading>
</connection>
</clientinfo>

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  06/22/12
  • Last Seen:  

yeah i'm using grf... K I'll try using that template x_x thanks!

EDIT: It works :) Thanks!!

Edited by Rikkun
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  8
  • Reputation:   0
  • Joined:  08/08/12
  • Last Seen:  

2012-04-10aRagexeRE

how to enable something like [uI]Enable ASCII in text because I have symbols instead of russian language. langtype in clientinfo is 14 as for russian...

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  3
  • Topics Per Day:  0.00
  • Content Count:  12
  • Reputation:   0
  • Joined:  06/22/12
  • Last Seen:  

... Sorry to bother, but now it gives me "NpcLocationRadius.lua:9: table index is nil", opens the client and when I log with a char it keeps giving me "NpcLocationRadius_F.lua: attempt to index global 'NpcLocationRadius' (a nil value)" :( thanks for the help x.x

EDIT:Just needed to compile the lua to lub, just renaming them didn't work :( now it's working.

Edited by Rikkun
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  53
  • Topics Per Day:  0.01
  • Content Count:  291
  • Reputation:   4
  • Joined:  04/24/12
  • Last Seen:  

nvm.. tnx again sir

Edited by v00m3r
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  08/12/12
  • Last Seen:  

thank you for you works. @judas

i find an problem in the 2012-04-24aRE.if u don't using 49 skpoints for the 1st job,And using the skill points to the 2st skills,then when u close the skill panel and reopen it.you can see no has any skill display on the skill panel.

Dit u knows how to fix it?Or has any other idea?

Ps:My engilsh it's so sucks, I hope you understand what I mean

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

Pictures?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  08/12/12
  • Last Seen:  

step 1:

post-7028-0-89274800-1344964351_thumb.jpg

step 2:

post-7028-0-14896700-1344964357_thumb.jpg

step 3:

post-7028-0-94791200-1344964360_thumb.jpg

step 4:

post-7028-0-84674300-1344964365_thumb.jpg

step 5:

post-7028-0-81570000-1344964370_thumb.jpg

but , if step 2 used 49 point ,then will not have this problem~

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  82
  • Reputation:   2
  • Joined:  05/13/12
  • Last Seen:  

the most stable client for mounts is 2010-12-28 w/ no click delay <--- just for reference, i found out the hard way.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  4
  • Reputation:   0
  • Joined:  08/12/12
  • Last Seen:  

@judas please? i'm already reply~ about the picture

Edited by CairoLee
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

not quite sure, since you're suppose to spend most of your points on 1st tree, before being able to add on the 2nd tree which i thought to believe

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  82
  • Reputation:   2
  • Joined:  05/13/12
  • Last Seen:  

BUG: the skills call homunculus and rest are not working in client 2011-12-28 no matter what you try

you might want to add that to your pdf judas, or if anything whats the fix?

is there any bug tracker for ultra-modern clients?

Edited by Atomiq
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

the call hominc works for me, what do you get. A bug section for clients would be a good idea but we would need itvto be very organized

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  6
  • Topics Per Day:  0.00
  • Content Count:  82
  • Reputation:   2
  • Joined:  05/13/12
  • Last Seen:  

they are just gray and unavailable.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

you did the wuest for it?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  8
  • Reputation:   0
  • Joined:  08/15/12
  • Last Seen:  

Hi mr Judas... hope u can help me here a bit.

Im using the 2010-06-16 client and got 2 questions.

1- is anyway i can make oboro and kage work in this client? alrdy try to add sprites/lubs but still dont work maybe im missing something

2-how can made the full screen works cus wen i try to save it with the opensetup dint work.

thx a lot for ur time,

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

depends on the open setup version ? But i usually use the old setup.exe with the face

Kage/ob only show on 2011-11-22+ clients

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  8
  • Reputation:   0
  • Joined:  08/15/12
  • Last Seen:  

I ended up testing ur both clients 2010-06-16 and 2012-04-10 for realize wich one is better for my needs.

about the client 2012-04-10 is there another way for enable custom aura for 3rd job? cus the option dont apear in ShinDiffPatcher

thx again for ur time.

Edited by Psy Boy
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  2244
  • Reputation:   182
  • Joined:  11/19/11
  • Last Seen:  

i dont think so atm

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...