Jump to content

cahadeyelo

Members
  • Posts

    174
  • Joined

  • Last visited

Everything posted by cahadeyelo

  1. maybe you have the wrong .exe file for your launcher
  2. latest rathena this time from this site https://github.com/rathena/rathena
  3. after i entered the correct pincode of my new account this message shows up http://www.mediafire.com/view/s5mqv8hjhu2deze/Pincode.bmp then this error follows after i directly edit my pincode on MySQL Query Browser http://www.mediafire.com/view/3x3tvn73af6tdb8/RFIFOSKIP.bmp
  4. i have this odd missing file every time i got into map and where can i get this missing .bmp file? http://www.mediafire.com/view/umd2po3pohv5gaj/Totem.jpg
  5. someone helped me out on this translation problems by proving the updates on his github links and teach me the proper location where to put everything.
  6. tips of the day and item info are still in korean fonts even i have the English translations of idnum2itemdesctable.txt, itemInfo.lua and itemInfo.lub in my ro folder. I'm using a server emulator with summoner class. http://www.mediafire.com/view/5xnp3o1c7s3ty8k/Korean%20Fonts.jpg
  7. here's my mmo.h lines #ifndef PACKETVER //#define PACKETVER 20081126 #define PACKETVER 20151029 #endif // backward compatible PACKETVER 8 and 9 #if PACKETVER == 8 #undef PACKETVER #define PACKETVER 20070521 #endif #if PACKETVER == 9 #undef PACKETVER #define PACKETVER 20071106 #endif and here's my packet_db.txt lines //Add new packets here. //2015-10-29aRagexeRE packet_ver: 32 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,useskilltoposmoreinfo,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,partybookingregisterreq,2:4 0x0363,8 // CZ_JOIN_BATTLE_FIELD 0x0281,-1,itemlistwindowselected,2:4:8 0x022d,19,wanttoconnection,2:6:10:14:18 0x0802,26,partyinvite2,2 0x0436,4 // CZ_GANGSI_RANK 0x023b,26,friendslistadd,2 0x0361,5,hommenu,4 0x0860,36,storagepassword,0
  8. i manage to solved the above errors by getting 2015-10-29aRagexeRE from sir Rytech and using https://github.com/MStr3am/NEMO files but i also get these new errors... http://www.mediafire.com/view/bl5mbpu57uiu5s9/1.jpg http://www.mediafire.com/view/83cwv68g5xjd3ka/2.jpg http://www.mediafire.com/view/2v9auym976y6t8t/3.jpg
  9. after i clicked the first recommended option this error shows up http://www.mediafire.com/view/gi3iyvoogajt0i8/Untitled(2).jpg
  10. is there a XDiffPatcher for 2015-10-29aRagexeRE.exe
  11. How can i implement this for my ro clients http://www.mediafire.com/view/mcsk3c8523b1yq9/Untitled.jpg
  12. thanks sir Stalao for clearing my questions, sad to say that my client ditched me up but the information you gave are in my future's use.
  13. I'm planning to increase the maximum hp on battle.c up to 900b but when i tried to recompile the server i always got this error. trunk\src\map\battle.c(7332): warning C4305: 'initializing' : truncation from '__int64' to 'int' my revision is 17726 of rathena trunk, please help....
  14. my ignorance deceives me sometimes, sorry...and i was hoping for a different answer coz I've done that
  15. or you can just tell me how to properly edit the max_hp capped on my server
  16. I'm planning to increase the maximum hp on battle.c up to 900b but when i tried to recompile the server i always got this error. trunk\src\map\battle.c(7332): warning C4305: 'initializing' : truncation from '__int64' to 'int' my revision is 17726 of rathena trunk, please help....
  17. thanks sir Enthr and benching for the answers and all the helped. I just found out than the cause of my last problem was my weapon ( angra manyu ), the server doesn't recognize the kill if angra manyu was the weapon of used.
  18. that wizard.. i just hit the mob with my normal attack and nothing happened
  19. i'll try it now and thanks for the effort you kind sir. I find this weird that when i killed the mob using skill...well the script works but not on normal attacks.
  20. Nothing sir... it's just when i killed the mobster, the server didn't give the point nor announce the gained.
  21. It is sir and it's been on npc/custom/mobpoints.txt also on scripts_custom.conf. I'm using revision 17726 of rathena trunk.
  22. i got this script for my server but it seems like it didn't work - script mob_points -1,{ OnNPCKillEvent: if( killedrid == 1313 ){ .@MPS = 1; set MOBPOINTS,MOBPOINTS + .@MPS; dispbottom "Gained : 1 Mob Point(s). Total : "+ MOBPOINTS +" Mob Point(s)."; end; } } can someone please tell me why this script didn't work
  23. hmm! seems like no one knows about this...
×
×
  • Create New...