Jump to content

shenhuyong

Members
  • Posts

    15
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    Shanghai

Recent Profile Visitors

2569 profile views

shenhuyong's Achievements

Poring

Poring (1/15)

1

Reputation

  1. I solved it. I extracted msgstringtable.txt from the latest Chinese client, I found they added a line on line 1749. Between: %s item could not be sold because you do not have the wanted amount of items.# and You don't have any summoned spirits.# add (I translated it from Chinese) What is this?# Then everything all right. And the bank system is not available on rathena, kRO added it on 2013-07-24. We still have not any code about bank system in the source.
  2. @NeoMind Awesome! Can you fix "Enable Custom 3D Bones" on 2013 Ragexe? I found some 3d mod have not any action, and some 3d mob causes client crash, but they works fine on 2012 RagexeRe.
  3. @NeoMind 2013-07-17 "Ignore Missing File Error" works fine now, thank you
  4. @NeoMind Kungfu Panda 2 is a nice movie. And I found a new problem, "Only First Login Background" and "Only Second Login Background" are reversed.
  5. @NeoMind 2013-06-12 - 2013-07-17 "Ignore Missing File Error" not working,I found it will crash the client if missing any files. But 2013-03-20 - 2013-06-05 works fine. Can you fix it?
  6. http://rathena.org/board/topic/82726-2013-ragexe-and-diff-up-to-date-2013-07-17/
  7. 2013-06-12 -- 2013-07-17 "Ignore Missing File Error" not working, I enable it and test it, I found it will crash the client if missing any files. But 2013-03-20 -- 2013-06-05 works fine.
  8. 2013-06-12 - 2013-07-17 "Ignore Missing File Error" not working, I enable it and test it, I found it will crash the client if missing any files. But 2013-03-20 - 2013-06-05 works fine.
  9. I have pay for the UFC Strikeforce PvP Arena, but my client always crash after loading 94% on loading screen, can you fix it? And my client version is 2012-04-10.
  10. I have pay for the UFC Strikeforce PvP Arena map, but my client always crash after loading 94% on loading screen, can you fix it? And my client version is 2012-04-10.
  11. Pretty much what you need is: Clients provided by gamez23: http://brynner-clientside.googlecode.com/svn/trunk/Clients/Ragexe/2012/2012-07-16aragexe.rar Updated Weediff(Thanks to ai4rei!): http://sourceforge.net/projects/atwl/files/?source=navbar Step 1: Use ShinsDiffPatcher diff the 2012-07-16aRagexe.exe. Step 2: Edit your mmo.h, change the PACKETVER to 20120716 #define PACKETVER 20120716 Step 3: Edit clif.c, change “#if PACKETVER < 20130320” to “#if PACKETVER < 20130716” and change “#if PACKETVER >= 20130320” to “#if PACKETVER >= 20130716” #if PACKETVER < 20130716 /// Request to buy item(s) from cash shop (CZ_PC_BUY_CASH_POINT_ITEM). /// 0288 <name id>.W <amount>.W /// 0288 <name id>.W <amount>.W <kafra points>.L (PACKETVER >= 20070711) /// 0288 <packet len>.W <kafra points>.L <count>.W { <amount>.W <name id>.W }.4B*count (PACKETVER >= 20100803) void clif_parse_cashshop_buy(int fd, struct map_session_data *sd){ int fail = 0; nullpo_retv(sd); #if PACKETVER >= 20130716 void clif_parse_cashshop_buy( int fd, struct map_session_data *sd ){ uint16 length = RFIFOW( fd, 2 ); uint16 count = RFIFOL( fd, 4 ); if( length < 10 || length < ( 10 + count * 6 ) ){ return; } cashshop_buylist( sd, RFIFOL( fd, 6 ), count, (uint16 *)RFIFOP( fd, 10 ) ); } #endif Step 4: Now you can compile you src. Step 5: Delete 2012-07-02aRagexeRE and 2013-03-20Ragexe packets from your packet_db.txt Step 6: Add these code into you your packet_db.txt //2012-07-16aRagexe packet_ver: 33 0x01FD,15,repairitem,2 0x023B,26,friendslistadd,2 0x0361,5,hommenu,2:4 0x0819,36,storagepassword,0 0x0288,-1,cashshopbuy,4:8 0x0802,26,partyinvite2,2 0x022D,19,wanttoconnection,2:6:10:14:18 0x0369,7,actionrequest,2:6 0x083C,10,useskilltoid,2:4:6 0x0439,8,useitem,2:4 0x0281,-1,itemlistwindowselected,2:4:8 0x0815,-1,reqopenbuyingstore,2:4:8:9:89 0x0817,2,reqclosebuyingstore,0 0x0360,6,reqclickbuyingstore,2 0x0940,-1,reqtradebuyingstore,2:4:8:12 0x0811,-1,searchstoreinfo,2:4:5:9:13:14:15 0x0835,2,searchstoreinfonextpage,0 0x0838,12,searchstoreinfolistitemclick,2:6:10 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 0x08E5,41,bookingregreq,2:4 //Added to prevent disconnections 0x08E6,4 0x08E7,10,bookingsearchreq,2 0x08E8,-1 0x08E9,2,bookingdelreq,2 0x08EA,4 0x08EB,39,bookingupdatereq,2 0x08EC,73 0x08ED,43 0x08EE,6 0x08EF,6,bookingignorereq,2 0x08F0,6 0x08F1,6,bookingjoinpartyreq,2 0x08F2,36 0x08F3,-1 0x08F4,6 0x08F5,-1,bookingsummonmember,2:4 0x08F6,22 0x08F7,3 0x08F8,7 0x08F9,6 0x08FA,6 0x08FB,6,bookingcanceljoinparty,2 0x0907,5,moveitem,2:4 0x0908,5 0x08D7,28,battlegroundreg,2:4 //Added to prevent disconnections Step 7: Edit your packet_db.txt,change "0x08c9,4,cashshopitemlist,0" to "0x08c9,2,cashshopitemlist,0" // New cashshop 0x0844,2,cashshopopen,0 0x084a,2,cashshopclose,0 0x08c9,2,cashshopitemlist,0 0x0848,-1,cashshopbuy,0 Step 8: Now enjoy it! EDIT: 2012-07-16aRagexe support Iteminfo.lub.
  12. But whether official hairstyle sprite or custom hairstyle sprite, all of their No.1-8 colors only display bule
  13. WDGSharedHeadPalettes.dll I renamed 251 .pal file from head_1.pal to head_251.pal and tested them. I found head_1.pal to head_8.pal is not working , all of these 8 pal file displays blue, but 9-251 works fine.
  14. Hi~Lilith~ I found a bug about @freload if you use @freload after Agitstart or Agitend, the map server will crash
  15. the npc may not be there, you have to move off the screen a bit, and move back for it to appear again. you can try rathena v15288 Fixed an issue, players were able to see disabled NPCs with maya purple card. (bugreport:2221) I patch it on my 3ceam server,it works fine ~
×
×
  • Create New...