Jump to content

Brynner

Members
  • Posts

    1979
  • Joined

  • Last visited

  • Days Won

    20

Everything posted by Brynner

  1. not the emulator version. the client version.
  2. hmm i depends on your client version that you are using. what client version you use?
  3. it depends on the client version that you are using. specially when summoning newer monster on the old client version. the client crashed because the sprite of that monster is not supported. or sometimes missing sprite problem. iam using 20110713, where to download the latest one? thanks you oh that's the problem. some of the new mobs are not supported by that client. you should change your client version or configure your server on pre-re mode without newer monsters
  4. it depends on the client version that you are using. specially when summoning newer monster on the old client version. the client crashed because the sprite of that monster is not supported. or sometimes missing sprite problem.
  5. edit your mob_db then on the card drop rate. try to make it 0. 1001,SCORPION,Scorpion,Scorpion,16,153,1,108,81,1,33,40,16,5,12,15,10,5,19,5,10,12,0,4,23,0x3191,200,1564,864,576,0,0,0,0,0,0,0,990,70,904,5500,757,57,943,210,7041,100,508,200,625,20,0,0,0,0,4068,1 the 4068 is the item #.1 at the end of it make it 0.
  6. for the map issue. it is on your msgstringtable.txt and for the korean character button. use this english translations files. http://svn6.assembla.com/svn/ClientSide/Translation_Project/
  7. gawa ka nga screenshot. tapos tingnan mo rin yung message dun sa map server kung anong error.
  8. try mo ito. //2011-12-28aRagexeRE 0x01FD,15,repairitem,2 0x0369,26,friendslistadd,2 0x0437,5,hommenu,2:4 0x02C4,36,storagepassword,0 0x0288,-1,cashshopbuy,4:8 0x0802,26,partyinvite2,2 0x08A7,19,wanttoconnection,2:6:10:14:18 0x08AD,7,actionrequest,2:6 0x0436,10,useskilltoid,2:4:6 0x0439,8,useitem,2:4 0x0892,-1,itemlistwindowselected,2:4:8 0x0889,18,bookingregreq,2:4:6 0x0803,4 0x0804,14,bookingsearchreq,2:4:6:8:12 0x0805,-1 0x0806,2,bookingdelreq,0 0x0807,4 0x0808,14,bookingupdatereq,2 0x0809,50 0x080A,18 0x080B,6 0x035F,-1,reqopenbuyingstore,2:4:8:9:89 0x023B,2,reqclosebuyingstore,0 0x0811,6,reqclickbuyingstore,2 0x0365,-1,reqtradebuyingstore,2:4:8:12 0x08AC,-1,searchstoreinfo,2:4:5:9:13:14:15 0x0281,2,searchstoreinfonextpage,0 0x088B,12,searchstoreinfolistitemclick,2:6:10 0x08A6,5,walktoxy,2 0x0838,6,ticksend,2 0x0362,5,changedir,2:4 0x08A2,6,takeitem,2 0x0888,6,dropitem,2:4 0x089C,8,movetokafra,2:4 0x0885,8,movefromkafra,2:4 0x0364,10,useskilltopos,2:4:6:8 0x07EC,90,useskilltoposinfo,2:4:6:8:10 0x0886,6,getcharnamerequest,2 0x089B,6,solvecharname,2 0x0907,5,moveitem,2:4 0x0908,5 0x08D7,28,battlegroundreg,2:4 //Added to prevent disconnections
  9. if you want to disable renewal aspd src\config\renewal.h #define RENEWAL_ASPD and for doppelganger card effect. db\pre-re\item_db.txt 4142,Doppelganger_Card,Doppelganger Card,6,20,,10,,,,,,,,2,,,,,{ bonus bAspdRate,10; },{},{} change the 10 to 100 to max the aspd of your character. don't forget to recompile after editing the source.
  10. no need to revert it back. i'm just waiting for the official update or fixes for those issue to avoid conflict on the source for future updates
  11. i have a question regarding on this. does the timer really works if the woe is everyday?
  12. this is not on the client problem. this is a bug on the server. http://rathena.org/board/tracker/issue-7628-view-equip-doesnt-work/
  13. it's not the secure npc that i'm talking about sir. the implementation for close to end.
  14. lol he gave you cash shop. use this. http://rathena.org/board/files/file/2843-pin-code-buttons-and-guild-buttons/ this is a english translated pin code buttons.
  15. advantage of this. when menu open ('select', 'prompt', 'menu') 'end' is able to terminate these scripts. so it means it has no dialog window to make it work right? disadvantage of this. when menu open ('select', 'prompt', 'menu') press esc the game setting window will appear. press esc again. the game setting windows and the menu open will disappear. you can't move and you can't use skill, etc. to fix that problem the npc should have dialog box to avoid appearing game setting windows by pressing esc. but you must also change the end function to close function to close the dialog window. so i'm confuse now if there is a real advantage for this.
  16. use this. msgstringtable.txt
  17. change your msgstring.txt. there is already a english translated release here.
  18. But if you will not find other way to create safe area you can implement cell_basilica again using changeset hmmm what do you mean?revert back the changes on that revision? bump for this topic.
  19. thanks its working now. as of now there are no bugs.
  20. oh ok thank you. i test it later. there is a bug. there a no more display on the user list now after updating it.
  21. 3816
  22. yah since it was initial testing. expect lots of bug. ill update you if i found another bugs or problems. quick fix for user list problem when changing page but not updating the user list. on themes themes\default\fluxbb\userlist.php find $username = isset($_POST['username']) && $pun_user['g_search_users'] == '1' ? pun_trim($_POST['username']) : ''; $show_group = isset($_POST['show_group']) ? intval($_POST['show_group']) : -1; $sort_by = isset($_POST['sort_by']) && (in_array($_POST['sort_by'], array('username', 'registered')) || ($_POST['sort_by'] == 'num_posts' && $show_post_count)) ? $_POST['sort_by'] : 'username'; $sort_dir = isset($_POST['sort_dir']) && $_POST['sort_dir'] == 'DESC' ? 'DESC' : 'ASC'; replace $username = isset($_GET['username']) && $pun_user['g_search_users'] == '1' ? pun_trim($_GET['username']) : ''; $show_group = isset($_GET['show_group']) ? intval($_GET['show_group']) : -1; $sort_by = isset($_GET['sort_by']) && (in_array($_GET['sort_by'], array('username', 'registered')) || ($_GET['sort_by'] == 'num_posts' && $show_post_count)) ? $_GET['sort_by'] : 'username'; $sort_dir = isset($_GET['sort_dir']) && $_GET['sort_dir'] == 'DESC' ? 'DESC' : 'ASC'; find // Determine the user offset (based on $_POST['p']) $num_pages = ceil($num_users / 50); $p = (!isset($_POST['p']) || $_POST['p'] <= 1 || $_POST['p'] > $num_pages) ? 1 : intval($_POST['p']); replace // Determine the user offset (based on $_GET['p']) $num_pages = ceil($num_users / 50); $p = (!isset($_GET['p']) || $_GET['p'] <= 1 || $_GET['p'] > $num_pages) ? 1 : intval($_GET['p']); find <form id="userlist" method="post" action="?module=fluxbb&action=userlist"> replace with this. <form id="userlist" method="get" action="?module=fluxbb&action=userlist">
  23. problem solve. just edit the addons. fluxbb\themes\default\fluxbb\install.php find $base_url .= str_replace('\\', '/', dirname($_SERVER['SCRIPT_NAME'])).'?module=fluxbb'; // path just add the / $base_url .= str_replace('\\', '/', dirname($_SERVER['SCRIPT_NAME'])).'/?module=fluxbb'; // path to avoid any problem. there is another bug sir. when you try to look on the user list. when you click the other page. it will bring you there but user list not changing.
  24. finally it's working now. how can i set it automatically to /ro/?module=fluxbb with /
  25. the login issue is now solve after i apply your diff patch. the problem now is i cannot change anything on the forum. it gave me this error. on my screenshot. i set it to http://127.0.0.1/ro/?module=fluxbb when i try to change anything that's the problem i got.
×
×
  • Create New...