Jump to content

Easycore

Members
  • Content Count

    184
  • Joined

  • Days Won

    6

Posts posted by Easycore


  1. 4 hours ago, 4144 said:

    Fixed patch "Disable Quake skill effect"

    Probably fixed patch "Enable Custom Jobs"

    Nemo.exe stop work when I 'apply selected' with Enable Custom Jobs.

    (Using 2018-03-07b and Select Recommend only)


  2. I got map-crash two times:
     

    Program terminated with signal SIGSEGV, Segmentation fault.
    #0  0x000000000064a170 in hplugin_data_store_validate (type=HPDT_MSD,
        storeptr=0x7ffd28d2e148, initialize=<optimized out>) at HPM.c:239
    239     }
    (gdb) bt full
    #0  0x000000000064a170 in hplugin_data_store_validate (type=HPDT_MSD,
        storeptr=0x7ffd28d2e148, initialize=<optimized out>) at HPM.c:239
    No locals.
    #1  0x00000000006484ee in hplugins_getFromHPData (type=HPDT_MSD, pluginID=2,
        store=0xfdfdfdfdfdfdfdfd, classid=1) at HPM.c:300
            i = <optimized out>
    #2  0x00007fc6a29b2e36 in hBG_send_xy_timer_sub (key=...,
        data=<optimized out>, ap=<optimized out>) at hBG.c:1871
            sd = 0xb49cc00
            hBGsd = 0x0
            bgd = 0x3637edc
            hBGd = 0x93710f4
            output = "\006\000\a\006\006\006\006\006\066\026e\000\000\000\000\000;\3                                                                                                                                                             47\004\000\000\000\000\000\001Z\223\027\000\000\000\000\020\342\322(\375\177\000                                                                                                                                                             \000\061\357c\000\000\000\000\000\000\342\322(\375\177\000\000\251\325e\000\000\                                                                                                                                                             000\000\000\020\342\322(\375\177\000\000\371\321d\000\000\000\000\000`\342\322(\                                                                                                                                                             375\177\000\000\206\032R\000\000\000\000\000;\347\004\000\000\000\000\000\017\00                                                                                                                                                             0\000\000\a\000\000\000`\342\322(\375\177\000\000l?\246\t\000\000\000"
            i = <optimized out>
            m = 894
            idle_announce = 60
            idle_autokick = 120
            __func__ = "hBG_send_xy_timer_sub"
    ---Type <return> to continue, or q <return> to quit---return
    #3  0x00000000006446e1 in db_obj_vforeach (self=0x40d9f08,
        func=0x7fc6a29b2d20 <hBG_send_xy_timer_sub>, args=0x7ffd28d2e2f8)
        at db.c:2070
            argscopy = {{gp_offset = 16, fp_offset = 48,
                overflow_arg_area = 0x7ffd28d2e3d0,
                reg_save_area = 0x7ffd28d2e310}}
            db = 0x40d9f08
            i = <optimized out>
            sum = 0
            node = 0xc0e8c18
            parent = <optimized out>
    #4  0x000000000064372c in db_obj_foreach (self=<optimized out>,
        func=<optimized out>) at db.c:2117
            args = {{gp_offset = 16, fp_offset = 48,
                overflow_arg_area = 0x7ffd28d2e3d0,
                reg_save_area = 0x7ffd28d2e310}}
    #5  0x00007fc6a29a9374 in hBG_send_xy_timer (tid=<optimized out>,
        tick=<optimized out>, id=<optimized out>, data=<optimized out>)
        at hBG.c:1913
    No locals.
    #6  0x0000000000652149 in do_timer (tick=<optimized out>) at timer.c:485
            tid = 6
            diff = 0
    ---Type <return> to continue, or q <return> to quit---return
            __func__ = "do_timer"
    #7  0x000000000043a093 in main (argc=1, argv=0x7ffd28d2e548) at core.c:559
            next = <optimized out>
            retval = 0

     


  3. 5 hours ago, meko said:

    please don't instruct them to manually edit the core engine as it makes updating much harder; you should instead make a plugin

    and yes, I could add a config flag if many people need this

    Why not remove the "source releases" section then?


  4. 2 hours ago, kairu said:

    Thanks! i will try this one when i get back... is there also a way to pass arguments/variables into the script?

     

    	npc->event_doall_id( "OnTradeEvent", sd->bl.id );
    	npc->event_doall_id( "OnTradeEvent", tsd->bl.id );
    
    	// Save char RID of exchanger into @trader variable
    	pc->setreg(sd,script->add_str("@trader"),tsd->status.account_id);
    	pc->setreg(tsd,script->add_str("@trader"),sd->status.account_id);
    -	script	TradeTest	FAKE_NPC,{
    
    OnTradeEvent:
    	mes "Has exchanged with the player "+rid2name(@trader);
    	close;
    }

     

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.