Jump to content

tonn

Members
  • Posts

    10
  • Joined

  • Last visited

About tonn

  • Birthday March 5

Profile Information

  • Gender
    Male
  • Location
    Toronto
  • Server
    in progress
  • Github: ton03
  • Discord: Ton#7945
  • Interests
    Ragnarok

Contact Methods

Recent Profile Visitors

1927 profile views

tonn's Achievements

Poring

Poring (1/15)

  • One Year In
  • Week One Done
  • One Month Later

Recent Badges

1

Reputation

1

Community Answers

  1. Hey @sader1992, In this bit (line 29), I think you mistakenly reused .@i where you could've used something else like .@j. It is, obviously, causing some problems when the categories have an item reward. if(getd(".IRD_" + .@i)){ for(.@i=0;.@i<getarraysize(getd(".IRD_" + .@i));.@i++){ getitem(getd(".IRD_" + .@i + "[" + .@i + "]"),getd(".CRD_" + .@i + "[" + .@i + "]")); } } I appreciate you rewriting this script, though. I find it more flexible than the previous version.
  2. I'm encountering the same issue. Does anyone know how to debug this, at least?
  3. tonn

    Updated item images?

    @M a p l e that is actually pretty smart, thanks! @Akkarin we could probably update that based on Maple's divine-pride suggestion. I could write a little script that downloads all those images based on the current item IDs I can grab off rathena. For custom items from a custom server, however, it might need some manual labor via the GRF editor, I presume?
  4. Is there an updated version of the item images that's posted here? https://code.google.com/archive/p/fluxcp/downloads That one looks like it only covers up to item id 22012 I'm planning on using those images to display cash shop items (which are mostly new-ish) on flux Thanks!
  5. In my case, the OK button isn't in Korean. I also checked data.ini and the order was rdata.grf, data.grf. Switched that to read data.grf first, and still doesn't work. And btw my client grfs are "vanilla" -- I didn't modify it in anyway and only got it by updating via the patcher (rsu-kro-rag-lite). Connecting to local server still works perfectly, though. (I just switch the IP address in clientinfo.xml when I test on local server.) Also didn't mean to hijack this post, I can create another post if that's the recommended way <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>english</servicetype> <servertype>primary</servertype> <connection> <display>TestRO</display> <address>x.x.x.x</address> <port>6900</port> <langtype>1</langtype> <loading> <image>loading00.jpg</image> </loading> <aid> <admin>2000000</admin> <admin>2000001</admin> <admin>2000002</admin> </aid> </connection> </clientinfo>
  6. @sader1992 I've set #define PACKETVER 20151104, ran ./configure --enable-prere=yes --enable-packetver=20151104, commended out #define PACKET_OBFUSCATION and enabled Disable Packet Encryption via Nemo but still get the instant "Disconnected from server" error after selecting a server. Logging in I think works fine and there are no error messages in the logs. Here's my clientinfo.xml. Btw it's working perfectly on 127.0.0.1 and I've also confirmed that my ports are open on the remote server. <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <desc>Ragnarok Client Information</desc> <servicetype>english</servicetype> <servertype>primary</servertype> <connection> <display>TaguRO</display> <address>x.x.x.x</address> <port>6900</port> <version>55</version> <langtype>1</langtype> <registrationweb></registrationweb> <loading> <image>loading00.jpg</image> </loading> <aid> <admin>2000000</admin> <admin>2000001</admin> <admin>2000002</admin> </aid> </connection> </clientinfo>
  7. This is also happening to me tried disabling packet obfuscation by commenting out the defines in the server side and setting the option via Nemo the ports are open tried various options in clientinfo.xml, such as the langtype (as suggested here) server works perfectly locally -- both local and remote have the exact same codebase (forked from latest rathena master) and conf/import config except for the IPs using 20151104 and have pre-renewal set up can anyone help me here? I can provide my config to anyone willing to help!
  8. I've fixed this by pulling latest rathena master again. I'm not sure if a recent code change has caused it.
  9. This happens when I execute @item or pick up an item from the ground Some info about my server, which is almost a fresh version of latest rathena: Pre-Renewal Login, Character, and Map server logs don't show any errors #define PACKETVER 20151104 2015-11-04aRagexe patched with Nemo, following the suggestions here Also tried dropping the entire database and recreating it from scratch, and still no luck. I tried finding where the message is being printed (.txt from ROenglishPRE) but this didn't really make sense to me and of course, tried searching for this issue everywhere but can't find any answers (or other questions related to this.) An assist here would be greatly appreciated. ?
  10. @Karthikeyan how did you solve your issue? I'm also having this problem @Chaos92 here's me trying both LAN IP and localhost Edit: this solved my issue
×
×
  • Create New...