Jump to content

Jerhia

Members
  • Posts

    115
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by Jerhia

  1. For Windows Compiling Use: Microsoft Visual C++ 2010 Express STEP 1: STEP 2: Download Here: http://www.mediafire.com/download/2zfddg8gh3phyt0/Microsoft_Visual_Basic_C++_2010_Express_+_Key.rar (Serial Key INCLUDED) NOTE: Make sure you have Microsoft.NET Framework 4 in your computer. Download Here: http://www.mediafire.com/download/61i99j5spmdgn6u/Microsoft_Framework_4_Full_Setup.rar
  2. Edit the job_exp in db folder. pre-re folder if your not using renewal. Tutorial Here: http://rathena.org/wiki/Edit_Max_Level
  3. This one: enum { // packet DB MAX_PACKET_DB = 0xf00, MAX_PACKET_VER = 46, MAX_PACKET_POS = 20, }; Recompiling: STEP 1: STEP 2: STEP 3: Wait till it's DONE. I made one for you, try this: http://www.mediafire.com/download/zh4lgbz48tgtde5/2013-08-07a.rar (Client hex 2013-08-07a)
  4. Check if the one I posted above is the same as yours. Because I'm using r17704 and 2013-08-07a client also.
  5. src/map/clif.h enum { // packet DB MAX_PACKET_DB = 0xf00, MAX_PACKET_VER = 46, MAX_PACKET_POS = 20, }; Then recompile your server. TUTORIAL: http://rathena.org/wiki/Compiling NOTE: If you still don't know how to recompile your server. Upload your server files and send it to me via PM and I'll do it for you.
  6. Max Level: 255 Max Job: 120 Max Stats: 200
  7. @airi-tan91 Username/password in your SQL should be the same in what you put in your config settings. char_athena.conf // Server Communication username and password. userid: username <--- (Anything you want to put) passwd: password <--- (Anything you want to put) map_athena.conf // Interserver communication passwords, set in account.txt (or equiv.) userid: username <--- (Anything you want to put) passwd: password <--- (Anything you want to put) Account: 2000000: Username - Password - (Your own account for testing) (It's up to you what username/password you want) What server revision are you using? And what client version? @manthan Try this: http://nn.nachtwolke.com/dev/rsu/
  8. Would you mind to post some screenshot?
  9. mmo.h #ifndef PACKETVER #define PACKETVER 20130807 //#define PACKETVER 20120410 #endif packet_db //2013-08-07Ragexe packet_ver: 45 0x0369,7,actionrequest,2:6 0x083C,10,useskilltoid,2:4:6 0x0437,5,walktoxy,2 0x035F,6,ticksend,2 0x0202,5,changedir,2:4 0x07E4,6,takeitem,2 0x0362,6,dropitem,2:4 0x07EC,8,movetokafra,2:4 0x0364,8,movefromkafra,2:4 0x0438,10,useskilltopos,2:4:6:8 0x0366,90,useskilltoposinfo,2:4:6:8:10 0x096A,6,getcharnamerequest,2 0x0368,6,solvecharname,2 0x0838,12,searchstoreinfolistitemclick,2:6:10 0x0835,2,searchstoreinfonextpage,0 0x0819,-1,searchstoreinfo,2:4:5:9:13:14:15 0x0811,-1,reqtradebuyingstore,2:4:8:12 0x0360,6,reqclickbuyingstore,2 0x0817,2,reqclosebuyingstore,0 0x0815,-1,reqopenbuyingstore,2:4:8:9:89 0x0365,18,bookingregreq,2:4:6 //0x363,8 // CZ_JOIN_BATTLE_FIELD 0x0281,-1,itemlistwindowselected,2:4:8:12 0x022D,19,wanttoconnection,2:6:10:14:18 0x0802,26,partyinvite2,2 //0x436,4 // CZ_GANGSI_RANK 0x023B,26,friendslistadd,2 0x0361,5,hommenu,2:4 0x0887,36,storagepassword,2:4:20 clientinfo.xml <?xml version="1.0" encoding="euc-kr" ?> <clientinfo> <servicetype>korea</servicetype> <servertype>primary</servertype> <connection> <display>Server Name</display> <balloon></balloon> <desc>Test Server Client</desc> <address>127.0.0.1</address> <port>6900</port> <version>45</version> <langtype>0</langtype> <registrationweb></registrationweb> <aid> <admin></admin> <yellow></yellow> </aid> </connection> </clientinfo> Try This: (For Testing Purposes) Chat Flood Allow Custom Window Title Disable 1rag1 type parameters (Recommended) Disable 4 Letter UserCharacter Limit Disable 4 Letter UserID Limit Disable 4 Letter UserPassword Limit Disable Ragexe Filename Check (Recommended) Disable Hallucination Wavy Screen (Recommended) Disable HShield (Recommended) Enable Official Custom Fonts Enable Title Bar Menu Extend Chat Box Extend Chat Room Box Extend PM Box Fix Camera Angles (Recommended) Increase Headgear ViewID Increase Zoom Out Max Always Call SelectKoreaClientInfo() (Recommended) Enable /showname (Recommended) Read Data Folder First Read msgstringtable.txt (Recommended) Read questid2display.txt (Recommended) Remove Gravity Ads (Recommended) Remove Gravity Logo (Recommended) Restore Login Window (Recommended) Disable Nagle Algorithm (Recommended) Skip Resurrection Buttons Translate Client (Recommended) Use Custom Aura Sprites Use Normal Guild Brackets Use Ragnarok Icon Use Plain Text Descriptions (Recommended) Enable Multiple GRFs (Recommended) Skip License Screen Ascii & Arial on All Langtypes (Recommended) Disable Packet Encryption (Recommended) @ Bug Fix (Recommended) Load Custom lua file instead of iteminfo.lub Enable 64k Hairstyle Extend Npc Dialog Box Enable Custom Homunculus Ignore Missing File Error Ignore Missing Palette Error Remove Hourly Announce (Recommended) Increase Attack Display Enable Monster tables Enable Flag Emoticons Enforce Official Login Background Enable Mail Box for All Langtypes (Experimental) Remove Serial Display (Recommended) Allow space in guild name Enable DNS Support (Recommended) Cancel to Login Window (Recommended) Fix Tetra Vortex May I know what server revision are you using?
  10. http://pservero.com/ragnarok-online-server-guide-make-own-ragnarok-online-offline-server-guide-2/
  11. Check mo to. http://rathena.org/board/topic/95006-old-account-creation/
  12. Hey everyone, i just downloaded Full Inventory Refiner (Quick Refiner) from http://rathena.org/board/topic/61738-full-inventory-refiner-quick-refiner/page-2 but im gettin' error seems like they have removed a command, i read this http://trac.rathena.org/changeset/17341/rathena#file9 but theres no way i can figure out which command did they changed getequipisidentify for, im trying to update this on revision 17704. I tried to change - if(!getequipisidentify(.@part)) { for this one - if(getequiprefinerycnt(.@part) < 10) error dissapeard, and looking the changeset again i noticed they are totally different commands. when i choose, "safe limit" and "all items in inventory" it nukes me XD. but the other one " choose number " it works fine. if someone could teach me how to upgrade this script for my revision (17704) i would really appriciate, thank you in advance, have a nice day everyone! bump!~ @EDIT: Nuke thing problem has been solved!
  13. What a pity, so many good outdated scripts, it has too many errors and missing files, too bad no one could fix it, but still a really nice script
  14. Awesome script! thank you so much for this!
  15. Try mo to. Lagay mo lang sa loob ng RO Folder mo. http://www.mediafire.com/download/yhtbbkp0wr9bqcv/Kups-RO+Setup.rar
  16. Paki paste dito idnum2itemdesctable.txt mo.
  17. No problem Still getting error?
  18. Who I am? What will I be?

  19. Yap! Supposed to be your server grf. EXAMPLE: [Data] 0=yourserver.grf 1=rdata.grf 2=data.grf YOUR DATA.INI [Data] 0=xdata.grf <--- Is this your server grf? 1=risingforce_update.grf <--- New server patch? (What patcher are you using?) 2=RFRO.grf <--- And this one what is this for? 3=rdata.grf 4=data.grf 5=sdata.grf <--- Is this sakray data?
  20. http://rathena.org/board/topic/89245-2013-08-07aragexe-full-client-by-themon/
×
×
  • Create New...