Jump to content

  •  

Lemonation

Member Since 01 Jun 2016
Offline Last Active Dec 15 2016 02:11 PM
-----

Posts I've Made

In Topic: RCX plugin e CloneWars

19 September 2016 - 06:37 AM

Light Graphics (RCX-like feature) plugin can be bought from functor the developer of Gepard Shield.


In Topic: PartyBuff Plugin

31 August 2016 - 05:04 AM

Hello,

I used the plugin for first time and caused a map server crash, I enabled debug in my server and here's the crash log

 

Program received signal SIGSEGV, Segmentation fault.
0x000000000061c140 in hplugin_data_store_validate (type=HPDT_MSD,
    storeptr=0x7fffffffdd98, initialize=<optimized out>) at HPM.c:237
237     }



#1  0x000000000061a07a in hplugins_getFromHPData (type=HPDT_MSD, pluginID=2,
    store=0xfdfdfdfdfdfdfdfd, classid=0) at HPM.c:297
        i = <optimized out>
#2  0x00007ffff3520f0a in map_quit_post (retVal___=0, sd=0x49a44f0)
    at partybuff.c:151
No locals.
#3  0x00007ffff39c7f27 in HP_map_quit (sd=<optimized out>)
    at HPMHooking/HPMHooking_map.Hooks.inc:40230
        postHookFunc = <optimized out>
        hIndex = 0
        retVal___ = <optimized out>
#4  0x00000000004c83e6 in clif_parse (fd=42) at clif.c:18892
        parse_cmd_func = <optimized out>
        cmd = <optimized out>
        packet_len = <optimized out>
        sd = 0x49a44f0
        pnum = 0
#5  0x000000000062b935 in send_shortlist_do_sends () at socket.c:1783
        fd = 42
        idx = 1


In Topic: Extended Vending is not working

24 August 2016 - 02:04 AM

plugins_list: [
	/* Enable HPMHooking when plugins in use rely on Hooking */
	"HPMHooking",
	//"db2sql",
	//"sample",
	//"other",
	"ExtendedVending",
	"partybuff",
	"restock",
	"security",
	"whobuy",
	"whosell",
]
MYPLUGINS = whosell whobuy security restock partybuff ExtendedVending

HPMHook is enabled