Jump to content

Easycore

Members
  • Content Count

    184
  • Joined

  • Days Won

    6

Everything posted by Easycore

  1. RagExes until 2018-03-28: Updated NEMO (support 2017-2018 clients): Translated files from data and system folders: https://github.com/Asheraf/Translation https://github.com/zackdreaver/ROenglishRE Note: Change langtype to 1 if you want huge fonts. Note 2: If the selected ragexe use ExternalSettings.lua check this topic:
  2. Easycore

    Nemo patcher

    Nemo crashed.
  3. Easycore

    Nemo patcher

    Nemo.exe stop work when I 'apply selected' with Enable Custom Jobs. (Using 2018-03-07b and Select Recommend only)
  4. 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
  5. http://www.mediafire.com/file/hoxfft7668w49hw/2015-05-13aRagexe.exe
  6. For Pre-re server I recommend to you 2014-10-22, this client have good UI and features like Bank Vault, also preserve old mail system.
  7. Doram is available, but only in RE instance.
  8. skill.h: #define MAX_SKILLUNITGROUP 25 or maybe #define MAX_SKILLUNITGROUPTICKSET 25
  9. Contact to Olrox, he probably has the software.
  10. You need to make a new clif->specialeffect function or simply use a sc_start, and when that status ends trigger a clif->specialeffect.
  11. hand1 = sd->status.inventory[sd->equip_index[EQI_HAND_L]].nameid; hand2 = sd->status.inventory[sd->equip_index[EQI_HAND_R]].nameid;
  12. See Note 3: // Note 3: Value is a bit field. If no description is given, // assume unit types (1: Pc, 2: Mob, 4: Pet, 8: Homun, 16: Mercenary)
  13. Configure your attack_attr_none in battle.conf: https://github.com/HerculesWS/Hercules/blob/master/conf/map/battle/battle.conf#L140
  14. Why not remove the "source releases" section then?
  15. Tonto culiao, mándame un PM. x'D
  16. https://github.com/dastgir/HPM-Plugins/tree/master/src/plugins
  17. Add a custom mapflag http://herc.ws/wiki/Adding_New_Mapflag And finally open battle.c, find: switch (t_bl->type) { case BL_MOB: // Source => PC, Target => MOB if (pc_has_permission(s_sd, PC_PERM_DISABLE_PVM)) And replace for: switch (t_bl->type) { case BL_MOB: // Source => PC, Target => MOB if (pc_has_permission(s_sd, PC_PERM_DISABLE_PVM) || map->list[m].flag.yourcustommapflag)
  18. 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.