Jump to content

  •  

Gerz

Member Since 21 Apr 2013
Offline Last Active Nov 02 2016 06:33 AM
-----

Issues I've Posted

    Server crash with montransform & autobonus

    Posted 28 Sep 2014

    status->ChangeFlagTable[SC_MTF_MLEATKED] |= SCB_ALL;
    
    autobonus "{ .@i = 5*getrefine(); montransform 1115,5000,SC_MTF_MLEATKED; bonus bBaseAtk,25+.@i; bonus2 bSPRegenRate,-5,1000; }",(20+(3*getrefine())),5000,0,{ specialeffect2 EF_ENHANCE; }";
    

    CRASH! work normal if using another SC method, only crash if SC had statuschangeflagtable |= SCB_ALL

    please check

    Bug unittalk, twice message

    Posted 23 Sep 2014

    BUILDIN(unittalk) {
    	int unit_id;
    	const char* message;
    	struct block_list* bl;
    
    	unit_id = script_getnum(st,2);
    	message = script_getstr(st, 3);
    
    	bl = map->id2bl(unit_id);
    	if( bl != NULL ) {
    		struct StringBuf sbuf;
    		StrBuf->Init(&sbuf);
    		StrBuf->Printf(&sbuf, "%s : %s", status->get_name(bl), message);
    		clif->disp_overhead(bl, StrBuf->Value(&sbuf));
    		if( bl->type == BL_PC )
    			clif->message(((TBL_PC*)bl)->fd, StrBuf->Value(&sbuf));
    		StrBuf->Destroy(&sbuf);
    	}
    
    	return true;
    }
    
    What is this? Need?
    		if( bl->type == BL_PC )
    			clif->message(((TBL_PC*)bl)->fd, StrBuf->Value(&sbuf));
    
    Please check, message show twice...

    About [+% damage on race] card

    Posted 22 Sep 2014

    After bug fix about [reduce dmg from race] cards (thara...), the [increase dmg on race] cards are having problem now. In offical, they only increase weapon atk, but now they increase both wp atk and status atk.
    Please check.
    Thank you.

    Server crash, instance create? or something...

    Posted 22 Sep 2014

    Debug VS2010 report about "Culvert", it's MalangdoCulvert, dont know why :( please check..

    Link image:

    https://www.dropbox.....50 PM.png?dl=0

    Map crash with unknown reason :(?

    Posted 21 Sep 2014

    Process information:
    Command line: map-server.exe
    Platform: Windows Server 2008 R2 Enterprise Service Pack 1 (build 7601)
     CPU: x86_64 CPU, Family 6, Model 26, Stepping 5
    Application architecture: x86
    Compiler: Microsoft Visual C++ 2010 (v1600)
    Git: 87125192b6598999b215a35b63de8d3214b2c5e0
    
    Exception:
    0xc0000005 EXCEPTION_ACCESS_VIOLATION at location 0x00613F28 reading from location 0xFDFDFDFD
    
    Registers:
    eax=00000000 ebx=7efde000 ecx=300b6a5c edx=fdfdfdfd esi=0018ae50 edi=0018af50
    eip=00613f28 esp=0018ae50 ebp=0018af50 iopl=0         nv up ei ng nz ac po cy
    cs=0023  ss=002b  ds=002b  es=002b  fs=0053  gs=002b             efl=00010297
    
    Stacktrace:
    #0  0x00613F28in <unknown function>
    !!failed enumerating symbols!!#1  0x74A5158B in plugin_init+0x509 (<failed enumerating symbols>)
    !!failed enumerating symbols!!#2  0x0421EFA0 in HPM_Plugin_AddHook+0xAD750 (<failed enumerating symbols>)
    !!failed enumerating symbols!!#3  0x00921C08in <unknown function>
    !!failed enumerating symbols!!#4  0x00940001in <unknown function>
    !!failed enumerating symbols!!#5  0x0093D1C3in <unknown function>
    !!failed enumerating symbols!!#6  0x0095FFC1in <unknown function>
    !!failed enumerating symbols!!#7  0x0095EE8Cin <unknown function>
    !!failed enumerating symbols!!#8  0x00770DA4in <unknown function>
    !!failed enumerating symbols!!#9  0x006C2AFCin <unknown function>
    !!failed enumerating symbols!!#10  0x0071C2C9in <unknown function>
    !!failed enumerating symbols!!#11  0x00622D83in <unknown function>
    !!failed enumerating symbols!!#12  0x0061FD8Din <unknown function>
    !!failed enumerating symbols!!#13  0x00605626in <unknown function>
    !!failed enumerating symbols!!#14  0x00977CB9in <unknown function>
    !!failed enumerating symbols!!#15  0x00977B7Fin <unknown function>
    !!failed enumerating symbols!!#16  0x769F338A in BaseThreadInitThunk+0x12 (<failed enumerating symbols>)
    !!failed enumerating symbols!!#17  0x77979F72 in RtlInitializeExceptionChain+0x63 (<failed enumerating symbols>)
    !!failed enumerating symbols!!#18  0x77979F45 in RtlInitializeExceptionChain+0x36 (<failed enumerating symbols>)