Jump to content

Paranoid

Members
  • Posts

    20
  • Joined

  • Last visited

Everything posted by Paranoid

  1. About the job level Try editing here trunk/db/re/exp.txt <----Renewal
  2. 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.
  3. 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
  4. Sorry i was using the wrong diff file. Got it to work now. Thanks
  5. For some reason i'm not able to diff the client.
  6. Did you recompile after making the changes?
  7. When you diff your client, make sure you use the option "Translate client to English"
  8. Set your mmo.h to #define PACKETVER 20120503 check db/packet_db.txt Set packet_db_ver: 31
  9. 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
  10. 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>
  11. I think you should look into your iteminfo.lub
  12. 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
  13. 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.
  14. I think he means to say he's not able to equip Arrows via the Hotkeys.
  15. 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"
  16. Gibraltar : http://gibraltarai.blogspot.in/p/download-ai.html Works well with Homun S Doesnt have a CP
  17. When diffing your client dont use "Read data folder first" And use grf files. That should solve your problem.
×
×
  • Create New...