Jump to content

MuzTank

Members
  • Posts

    5
  • Joined

  • Last visited

Profile Information

Contact Methods

Recent Profile Visitors

2399 profile views

MuzTank's Achievements

Poring

Poring (1/15)

  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. How to reproduce: 1. Summon 100 Archer Skeleton (make sure you're being hit by the monster) 2. Dangerous Soul Collect 3. Critical Explosion 4. Dangerous Soul Collect 5. Body Relocation few times 6. Asura one of the Archer Skeleton 7. Heal (using Ygg) 8. Dangerous Soul Collect 9. Critical Explosion 10. Dangerous Soul Collect 11. Body Relocation 12. Bam~ Gravity Error... Video Recording: Specifications: Rathena GIT 927d1e2f5cb224278a87a276d6141af1f6a0d485 Ragexe 2013-08-07 Client hexed 2 Chat Flood Allow 6 Force Send Client Hash Packet (Experimental) 8 Custom Window Title 13 Disable Ragexe Filename Check (Recommended) 15 Disable HShield (Recommended) 18 Skip Service Selection Screen 19 Enable Title Bar Menu 20 Extend Chat Box 21 Extend Chat Room Box 26 Fix Camera Angles (FULL) 28 Increase Headgear ViewID 32 Increase Zoom Out Max 33 Always Call SelectKoreaClientInfo() (Recommended) 34 Enable /showname (Recommended) 36 Read msgstringtable.txt (Recommended) 37 Read questid2display.txt (Recommended) 38 Remove Gravity Ads (Recommended) 39 Remove Gravity Logo (Recommended) 40 Restore Login Window (Recommended) 41 Disable Nagle Algorithm (Recommended) 44 Translate Client (Recommended) 48 Use Plain Text Descriptions (Recommended) 49 Enable Multiple GRFs (Recommended) 50 Skip License Screen 52 Use Custom Font 53 Use Ascii on All Langtypes (Recommended) 64 @ Bug Fix (Recommended) 65 Load Custom lua file instead of iteminfo.lub 68 Enable 64k Hairstyle 69 Extend Npc Dialog Box 73 Remove Hourly Announce (Recommended) 204 Increase Attack Display 75 Enable Flag Emoticons 209 Enable Mail Box for All Langtypes 211 Use Custom DLL 213 Disable Help Message on Login (Recommended) 84 Remove Serial Display (Recommended) 88 Allow space in guild name 90 Enable DNS Support (Recommended) 92 Packet First Key Encryption 93 Packet Second Key Encryption 94 Packet Third Key Encryption 97 Cancel to Login Window (Recommended) 100 Disable Multiple Windows I've tried change the msgstringtable.txt, change the luafiles514 folder, but still get the Gravity Error. In the video above, it shows debug with Visual Studio (Unhandled exception at 0x0085eedb). Moreover, there is no error / packet unsupported message in map-server when the error comes. Anyone had experienced this case? How do I solve it? Edit: I suspect these case https://rathena.org/board/tracker/issue-6688-when-using-asura-strike-skill/?gopid=14410#entry14410 and http://herc.ws/board/topic/4520-body-reloc-client-crash-while-usingequipped-some-headgears/ are related with mine. So, how do I turn off the bend down after asura in src? Thank you~~
  2. This problem only encounters with users without admin priviledges. I used \RO\System\OptionInfo.lub from kRO, is it default to 640x480? So, should I download OptionInfo.lub from http://svn6.assembla.com/svn/ClientSide/ ?
  3. I have CentOS 32 bit with MySQL built-in from lxcenter (Kloxo), when I tried to ./configure or ./configure --with-mysql=/usr/lib/mysql/mysql_config, it always gives me error : checking for pthread_create in -lpthread... yes checking for pthread_sigmask in -lpthread... yes checking for pthread_attr_init in -lpthread... yes checking for pthread_attr_setstacksize in -lpthread... yes checking for pthread_attr_destroy in -lpthread... yes checking for pthread_cancel in -lpthread... yes checking for pthread_join in -lpthread... yes checking for mysql_init in -lmysqlclient... no checking mysql.h usability... no checking mysql.h presence... no checking for mysql.h... no checking MySQL library (required)... no configure: error: MySQL not found or incompatible But there is mysql server running on my VPS [user@server]# yum list | grep "mysql" mysql.i386 5.0.92-lxcenter.1 installed mysql-libs.i386 5.0.92-lxcenter.1 installed mysql-server.i386 5.0.92-lxcenter.1 installed php-mysql.i386 5.2.17-1 installed apr-util-mysql.i386 1.3.9-1.el5 lxcenter-updates bytefx-data-mysql.i386 1.2.4-2.el5.centos extras freeradius-mysql.i386 1.1.3-1.6.el5 base freeradius2-mysql.i386 2.1.12-3.el5 base libdbi-dbd-mysql.i386 0.8.1a-1.2.2 base lighttpd-mod_mysql_vhost.i386 1.4.29-1 lxcenter-updates mod_auth_mysql.i386 1:3.0.0-3.2.el5_3 base mysql.i386 5.0.95-1.el5_7.1 updates mysql-bench.i386 5.0.95-1.el5_7.1 updates mysql-connector-odbc.i386 3.51.26r1127-2.el5 base mysql-connector-odbc64.i386 5.1.8-1.el5 base mysql-devel.i386 5.0.95-1.el5_7.1 updates mysql-server.i386 5.0.95-1.el5_7.1 updates mysql-test.i386 5.0.95-1.el5_7.1 updates pdns-backend-mysql.i386 2.9.21-4.el5.centos extras php-mysql.i386 5.2.17-13 lxcenter-updates php-pear-MDB2-Driver-mysql.noarch 1.4.1-3.el5.centos extras php53-mysql.i386 5.3.3-13.el5_8 updates qt4-mysql.i386 4.2.1-1.el5_7.1 base rsyslog-mysql.i386 3.22.1-7.el5 base What option should I write when compiling?
  4. Before the client opens, it shows warning 1st warning box: [string "buf]:1: attemp to index global 'CmdOnOffList' (a nill value) 2nd warning box: cannot open system/towninfo.lub: no such file or directory 3rd warning box: TownInfo file init then the client's resolution back to 640x480...
  5. I'm using 2012-04-10RagexeRE_J client and this OpenSetup doesnt work because wrong output file (OptionInfo.lua). Right now OpenSetup's output file looks like : OptionInfoList["Trilinear"] = 0 OptionInfoList["Bgm_Volume"] = 100 OptionInfoList["Effect_Volume"] = 100 OptionInfoList["MouseExclusive"] = 1 OptionInfoList["ISFULLSCREENMODE"] = 1 OptionInfoList["WIDTH"] = 1024 OptionInfoList["HEIGHT"] = 768 OptionInfoList["BITPERPIXEL"] = 16 OptionInfoList["DEVICECNT"] = 0 OptionInfoList["MODECNT"] = 2 OptionInfoList["SPRITEMODE"] = 2 OptionInfoList["TEXTUREMODE"] = 2 CmdOnOffList["/bgm"] = 1 CmdOnOffList["/sound"] = 1 CmdOnOffList["/notrade"] = 0 CmdOnOffList["/noshift"] = 0 CmdOnOffList["/noctrl"] = 1 CmdOnOffList["/skillfail"] = 1 CmdOnOffList["/notalkmsg"] = 0 CmdOnOffList["/notalkmsg2"] = 0 CmdOnOffList["/showname"] = 1 CmdOnOffList["/fog"] = 0 CmdOnOffList["/aura"] = 1 CmdOnOffList["/window"] = 0 CmdOnOffList["/miss"] = 1 CmdOnOffList["/effect"] = 1 CmdOnOffList["/shopping"] = 1 CmdOnOffList["/stateinfo"] = 1 CmdOnOffList["/loginout"] = 1 CmdOnOffList["/snap"] = 0 CmdOnOffList["/itemsnap"] = 0 CmdOnOffList["/camera"] = 0 CmdOnOffList["/hoai"] = 0 CmdOnOffList["/merai"] = 0 CmdOnOffList["/lightmap"] = 1 but, the right output file for 2012-04-10RagexeRE_J should looks like below: CmdOnOffList = { ["/battlemode"] = 0, ["/notrade"] = 0, ["/noshift"] = 0, ["/noctrl"] = 1, ["/skillfail"] = 1, ["/notalkmsg"] = 0, ["/notalkmsg2"] = 0, ["/showname"] = 1, ["/fog"] = 1, ["/aura"] = 1, ["/window"] = 0, ["/miss"] = 1, ["/q1"] = 0, ["/q2"] = 0, ["/effect"] = 1, ["/bgm"] = 1, ["/sound"] = 1, ["/loginout"] = 1, ["/shopping"] = 1, ["/stateinfo"] = 1, ["/snap"] = 0, ["/itemsnap"] = 0, ["/skillsnap"] = 1, ["/hoai"] = 0, ["/merai"] = 0, ["/camera"] = 0, ["/btg"] = 1, ["/lightmap"] = 1 } OptionInfoList = { ["Window_XPos"] = -1, ["Window_YPos"] = -1, ["Trilinear"] = 0, ["Bgm_Volume"] = 100, ["Effect_Volume"] = 100, ["AutoOpen1to1Window"] = 1, ["AutoOpen1to1Window_Friend"] = 1, ["PlaySound_Open1to1Window"] = 1, ["Simplicity_SkillList"] = 0, ["Show_SkillDescript"] = 0, ["ChangeChatMode"] = 1, ["LockMouse"] = 0, ["ChannelCopID"] = 0, ["Outdoor_ViewLatitude"] = -45, ["Outdoor_ViewDistance"] = 400, ["Indoor_ViewLatitude"] = -45, ["Indoor_ViewDistance"] = 300, ["SkinName"] = "", ["MouseExclusive"] = 1, ["ISFULLSCREENMODE"] = 1, ["WIDTH"] = 1024, ["HEIGHT"] = 768 } * without 'OptionInfoList' and 'CmdOnOffList' in every line. I've tried download the source and compile it with VS 6.0 & VS 2005, but I always got some errors when compiling... (even i haven't changed anything yet a.k.a original source files) So, may you make some new branch version for 2012-04-10 client? Thank you...
×
×
  • Create New...