-
Posts
20 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Jobs Available
Server Database
Third-Party Services
Top Guides
Store
Crowdfunding
Everything posted by Paranoid
-
About the job level Try editing here trunk/db/re/exp.txt <----Renewal
-
Map server packet errors are always due to the wrong packet configuration. Try to use packet ver 30 and also try to change the packet version in your clientinfo.xml file.
-
When i try rocred I get the following errors The required operation needs elevation. Here is my ini file settings. [ROCred] ; Whether or not user name is remembered (0 = No, 1 = Yes). CheckSave =1 ; Remembered user name. UserName =MyUsername ; Client to start when clicking login. ExeName = Ragnarok.exe ; Argument to pass to the client. ExeType = 1rag1
-
Sorry i was using the wrong diff file. Got it to work now. Thanks
-
For some reason i'm not able to diff the client.
-
Did you recompile after making the changes?
-
When you diff your client, make sure you use the option "Translate client to English"
-
Set your mmo.h to #define PACKETVER 20120503 check db/packet_db.txt Set packet_db_ver: 31
-
What do you mean it doesn't work? Does it error? Or your homun doesn't attack? Are you using Homun S? P.S : You can edit Homun exp rates at /db/re/exp_homun.txt ---> renewal /db/pre-re/exp_homun.txt ---> pre renwal
-
Please Revise my WORK ! Result No MSG 5011
Paranoid replied to Diss's question in Client-side Support
Your MMO.H should be #define PACKETVER 20120410 Comment out the others, In db_packets.txt packet_db_ver : 30 //packet_db_ver: default again comment out the unnecessary one. Note : You dont need to change anything in CLIF.H As for your clientinfo.xml <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>sakray</servertype> <connection> <display>Your Server name</display> <balloon>Server Information</balloon> <desc>Server Description</desc> <address>IP address</address> <port>6900</port> <version>25</version> <langtype>1</langtype> <registrationweb></registrationweb> <aid> <admin>your admin id here</admin> </aid> </connection> </clientinfo> -
I think you should look into your iteminfo.lub
-
Default job sprites not being used?
Paranoid replied to Feldherren's question in Client-side Support
This is a GM sprite I think youre missing the point. The GM sprite always looks the same Try making a normal player account with ID = 0 -
2012-04-10aragexe Client WeeDiff Plugins Please.
Paranoid replied to Archetype Saber's question in Client-side Support
Check if you're reading the data folder first. And read LUA before LUB I would suggest you put everything in your data folder in a grf (except the texture) Edit data.ini [Data] 0 = mydata.grf 1 = data.grf 2 = rdata.grf Diff your client and disable "Read data folder first" Enable : Read LUA before LUB I hope that fixes your problems. Credits to Judas : I learnt this from one of his thread. But, i'm not 100% sure it'll work for you. -
Thank you for this
-
I think he means to say he's not able to equip Arrows via the Hotkeys.
-
Anyone could help me with this error patcher..?..?
Paranoid replied to Checkmate's question in Client-side Support
The error is on Line 8 as shown in the pic. I'm not sure but i think its because of the filename "Minor Update.grf" either it should be "Minor_Update.grf" or "MinorUpdate.grf" -
Gibraltar : http://gibraltarai.blogspot.in/p/download-ai.html Works well with Homun S Doesnt have a CP
-
Failed to connect to the server after selecting "rAthena(0)"
Paranoid replied to Patofet's question in Client-side Support
When diffing your client dont use "Read data folder first" And use grf files. That should solve your problem.