Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 01/28/17 in Posts

  1. Release for the 2016-12-28aRagexeRE client. Packet shuffles and encryption keys can be found at the bottom in the text file provided. After seeing the success of the unpacking of the last 2 clients I felt its time to finally get a new one out. A very new one to help drive things in motion again. So here's a late xmas president to everyone. Packet lengths, shuffles, and encryption keys are provided in the text file. Big thanks to Nova for helping with the testing of the client and the connection fixes and giving me the motivation to make this possible. 1. Due to a big change in how regular client are being packed by Gravity, its not possible to do a stable unpacking of them. Only RE clients can be done without issues. So please don't ask for regular ones. 2. Because RE clients are sakray test clients, im only doing releases that I feel are stable and will only make them as needed. So maybe one or 2 clients will be released a year. 3. As with all newly released clients itl take time to get them fully supported. This is a very new client and will have some issues at the start. Its stable but do expect some things to not work right away. DO NOT PM ME OR ANY OTHER DEV'S ON HOW TO GET IT TO WORK!!!! Your PM's will be ignored. 4. Currently as of this time, the client will not work with Hercules or rAthena even if you add the shuffles and encryption keys. Ive tested and gotten this to work on 3CeAM and a friend's test server that uses rAthena with a small fix. ill provide info on how to fix this. You can apply it yourself or wait for dev's to add it. Other Info: Here's what to expect so far.... Nemo Msgstringtable.txt and exe's english translation patches do not work. Its not possible to extract the latest msgstringtable ether. Also got word that the hair style patch also fails. Don't know what else fails but do expect a number of patches to not work or cause issues. If you find any other patches that fails, report them in the Nemo Patcher topic. Hercules / rAthena The client's login and character select will function. But after selecting a character, the client will sit for a moment and then time out. This is because Gravity is no longer using the ZC_ACCEPT_ENTER3 packet and went back to using the older ZC_ACCEPT_ENTER2. So you have to edit the source to have it use the 2nd version of ACCEPT_ENTER or else the timeout issue will happen. Im not going into tech details on how to apply the change. Thats for you to do or just wait for someone to do it. Client Be sure to have your client's data.grf and rdata.grf patched to 2016-12-28 or newer to support the client. Being behind this date could result in client file errors and/or crashes. Do I even need to say this? If anyone has any questions, ask here. Again, DO NOT PM ME OR OTHER DEV'S FOR HELP!!!!! ASK HERE FOR HELP AND INFO!!!!! 2016-12-28aRagexeRE.zip
    6 points
  2. Hey guys! In an attempt to help both rAthena and it's users, we've come up with a nice little file hosting package to alleviate bandwidth issues on your current webhost/VPS. This can be found in the Nav menu under "Supporting rA" -> "Store" Each package comes with 5GB of space and 100GB bandwidth, so there's plenty of room for your full installer, lite installer, separate BGM downloads, Guild Emblem pack, patch files, additional WAVs, backup space etc etc etc. This package is designed specifically to help users host their files, not their websites. FTP access is granted along with cPanel access to use the File Manager incase users find this easier to use than direct FTP. No databases are included and emails are disabled. Domain access is granted via a subdomain. The package costs $6 for an entire year and rAthena keeps 100% of this income to aid in general outgoings. This is an old host that rAthena no longer uses, so we're putting it to good use! Usernames and passwords are generated automatically and can be found (along with any links you need) under Manage Purchases in the Nav bar You'll see a page like this that will display all the info you need Normal cPanel is used to control your package If you have any problems or queries with this product, you can use the "Get Support" button and the forum will handle your support request. Questions like "I can't install FluxCP" will be met with a scathing response.
    5 points
  3. Release for the 2016-02-03aRagexeRE client. Packet shuffles and encryption keys can be found at the bottom of the text file provided. I found this one to be better over the October/November 2015 clients due to a number of improvements. Summoner's skill animations are final and they now have sounds (only the first wave of skills), Rebellion coin spheres are now their proper golden color, and the style shop is supported. Common packets like for items and character data is still the same so no worry about needing to add new packet structures. 2016-02-03aRagexeRE.zip
    2 points
  4. Open \conf\battle\player.conf Set "prevent_logout:" to 0
    1 point
  5. Did... did someone just propose to Joshua?! See his latest shenanigans in the new page of PP&P! https://tapastic.com/episode/581015
    1 point
  6. - script baselvl_kick_map -1,{ OnInit: .max_level = 35; .map$ = "new_zone01"; setmapflag .map$,mf_loadevent; end; OnPCLoadMapEvent: if ( strcharinfo(3) == .map$ && BaseLevel >= .max_level ) { warp "prontera",150,150; } end; OnPCBaseLvUpEvent: if ( strcharinfo(3) == .map$ && BaseLevel >= .max_level ) { warp "prontera",150,150; } end; }
    1 point
  7. you do two things to make it work 1)edit the script and make it give rewards directly instead of updating sql with query_sql 2)make an item which can be usable/ tradble with npc for cash points 3000,Gcoin,Credit Coin,0,5000,,40,,,,,0xFFFFFFFF,7,2,,,,,,{ set #CASHPOINTS,#CASHPOINTS+500;specialeffect2 590; dispbottom "You got 500CP, now"+strcharinfo(0)+" have "+#CASHPOINTS+" Cashpoints in Total";},{},{} this db code is for usable cash coin/ edit your lua file as you need
    1 point
  8. If you would just follow my directions and learn how to fix the errors you are getting you be a lot better off. I'm done spoon feeding. prontera,103,77,5 script Monthly Reward 757,{ // January ~ December Item Lists setarray .ItemID[0],7539,7539,7539,7539,7539,7539,7539,7539,7539,7539,7539,7539; setarray .Amount[0],100,120,130,140,150,160,170,180,190,200,210,20; if( #MonthlyReward != gettime(6) ){ getitem .ItemID[gettime(6)],.Amount[gettime(6)]; set #MonthlyReward,gettime(6); mes "You have grant an item for this month."; }else{ mes "You cant take a reward again this month."; } close; } Notice how I removed line 14 and 15? Because they aren't apart of the script. Line 14 and 15 were user error. Happy ragnaroking, I'm out.
    1 point
×
×
  • Create New...