Jump to content

Darkpurple

Members
  • Content Count

    40
  • Joined

  • Last visited

About Darkpurple

  • Rank
    Advanced Member

Recent Profile Visitors

2234 profile views
  1. It seen that still got some error on last Dastgir's Plugins.... 1>------ Build started: Project: costumeitem, Configuration: Release Win32 ------ 2>------ Build started: Project: ExtendedVending, Configuration: Release Win32 ------ 1> costumeitem.c 1>..\src\plugins\costumeitem.c(217): error C2223: left of '->fd' must point to struct/union 1>..\src\plugins\costumeitem.c(217): warning C4047: 'function' : 'int' differs in levels of indirection from 'char [8]' 1>..\src\plugins\costumeitem.c(217): warning C4024: 'function through pointer' : different types for formal and actual parameter 2 1>..\src\plugins\costumeitem.c(217): error C2198: 'function through pointer' : too few arguments for call 2> ExtendedVending.c 2>..\src\plugins\ExtendedVending.c : warning C4819: The file contains a character that cannot be represented in the current code page (950). Save the file in Unicode format to prevent data loss 2>..\src\plugins\ExtendedVending.c(463): error C2223: left of '->fd' must point to struct/union 2>..\src\plugins\ExtendedVending.c(463): warning C4047: 'function' : 'uint32' differs in levels of indirection from 'char [1024]' 2>..\src\plugins\ExtendedVending.c(463): warning C4024: 'function through pointer' : different types for formal and actual parameter 2 2>..\src\plugins\ExtendedVending.c(463): error C2198: 'function through pointer' : too few arguments for call 2>..\src\plugins\ExtendedVending.c(490): error C2440: 'function' : cannot convert from 'map_session_data' to 'map_session_data *' 2>..\src\plugins\ExtendedVending.c(490): warning C4024: 'function through pointer' : different types for formal and actual parameter 1 2>..\src\plugins\ExtendedVending.c(495): error C2100: illegal indirection 2>..\src\plugins\ExtendedVending.c(729): error C2223: left of '->status' must point to struct/union 2>..\src\plugins\ExtendedVending.c(747): error C2223: left of '->status' must point to struct/union 2>..\src\plugins\ExtendedVending.c(764): warning C4028: formal parameter 4 different from declaration 2>..\src\plugins\ExtendedVending.c(767): warning C4028: formal parameter 1 different from declaration ========== Build: 0 succeeded, 2 failed, 29 up-to-date, 0 skipped ==========
  2. Found that some new changed in last Hercules (https://github.com/HerculesWS/Hercules/commit/95b4e328c254fdb060307990c37ac6acf3cce65f), so make many Dastgir's Plugin appeared error when compiled... 1>------ Build started: Project: afk, Configuration: Release Win32 ------ 2>------ Build started: Project: auraset, Configuration: Release Win32 ------ 2> Creating library auraset\Release\auraset.lib and object auraset\Release\auraset.exp 2>auraset.obj : error LNK2019: unresolved external symbol _addHookPre referenced in function _plugin_init 2>auraset.obj : error LNK2019: unresolved external symbol _addHookPost referenced in function _plugin_init 2>..\plugins\auraset.dll : fatal error LNK1120: 2 unresolved externals 1> Creating library afk\Release\afk.lib and object afk\Release\afk.exp 1>afk.obj : error LNK2019: unresolved external symbol _hookStop referenced in function _parse_noafk_mapflag 1>afk.obj : error LNK2019: unresolved external symbol _addHookPre referenced in function _plugin_init 1>..\plugins\afk.dll : fatal error LNK1120: 2 unresolved externals 3>------ Build started: Project: costumeitem, Configuration: Release Win32 ------ 4>------ Build started: Project: Critical-Magic, Configuration: Release Win32 ------ 3> Creating library costumeitem\Release\costumeitem.lib and object costumeitem\Release\costumeitem.exp 3>costumeitem.obj : error LNK2019: unresolved external symbol _hookStop referenced in function _HPM_map_reqnickdb 3>costumeitem.obj : error LNK2019: unresolved external symbol _addHookPre referenced in function _plugin_init 3>costumeitem.obj : error LNK2019: unresolved external symbol _addHookPost referenced in function _plugin_init 3>..\plugins\costumeitem.dll : fatal error LNK1120: 3 unresolved externals 4> Creating library Critical-Magic\Release\Critical-Magic.lib and object Critical-Magic\Release\Critical-Magic.exp 4>Critical-Magic.obj : error LNK2019: unresolved external symbol _hookStop referenced in function _magic_critical_attack 4>Critical-Magic.obj : error LNK2019: unresolved external symbol _addHookPre referenced in function _plugin_init 4>..\plugins\Critical-Magic.dll : fatal error LNK1120: 2 unresolved externals 5>------ Build started: Project: ExtendedVending, Configuration: Release Win32 ------ 6>------ Build started: Project: hit-delay, Configuration: Release Win32 ------ 5> Creating library ExtendedVending\Release\ExtendedVending.lib and object ExtendedVending\Release\ExtendedVending.exp 6> Creating library hit-delay\Release\hit-delay.lib and object hit-delay\Release\hit-delay.exp 5>ExtendedVending.obj : error LNK2019: unresolved external symbol _hookStop referenced in function _clif_parse_SelectArrow_pre 6>hit-delay.obj : error LNK2019: unresolved external symbol _hookStop referenced in function _pc_setpos_delay 6>hit-delay.obj : error LNK2019: unresolved external symbol _addHookPre referenced in function _plugin_init 5>ExtendedVending.obj : error LNK2019: unresolved external symbol _addHookPre referenced in function _plugin_init 5>ExtendedVending.obj : error LNK2019: unresolved external symbol _addHookPost referenced in function _plugin_init 5>..\plugins\ExtendedVending.dll : fatal error LNK1120: 3 unresolved externals 6>..\plugins\hit-delay.dll : fatal error LNK1120: 2 unresolved externals 7>------ Build started: Project: market, Configuration: Release Win32 ------ 8>------ Build started: Project: monster_nodropexp, Configuration: Release Win32 ------ 7> Creating library market\Release\market.lib and object market\Release\market.exp 7>market.obj : error LNK2019: unresolved external symbol _hookStop referenced in function _atkillmonster_sub_pre 7>market.obj : error LNK2019: unresolved external symbol _addHookPre referenced in function _plugin_init 7>market.obj : error LNK2019: unresolved external symbol _addHookPost referenced in function _plugin_init 7>..\plugins\market.dll : fatal error LNK1120: 3 unresolved externals 9>------ Build started: Project: restock, Configuration: Release Win32 ------ 8> Creating library monster_nodropexp\Release\monster_nodropexp.lib and object monster_nodropexp\Release\monster_nodropexp.exp 8>monster_nodropexp.obj : error LNK2019: unresolved external symbol _addHookPre referenced in function _plugin_init 8>..\plugins\monster_nodropexp.dll : fatal error LNK1120: 1 unresolved externals 9> Creating library restock\Release\restock.lib and object restock\Release\restock.exp 9>restock.obj : error LNK2019: unresolved external symbol _addHookPre referenced in function _plugin_init 9>restock.obj : error LNK2019: unresolved external symbol _addHookPost referenced in function _plugin_init 9>..\plugins\restock.dll : fatal error LNK1120: 2 unresolved externals 10>------ Build started: Project: security, Configuration: Release Win32 ------ 11>------ Build started: Project: movespeed, Configuration: Release Win32 ------ 11> Creating library movespeed\Release\movespeed.lib and object movespeed\Release\movespeed.exp 11>movespeed.obj : error LNK2019: unresolved external symbol _hookStop referenced in function _npc_parse_unknown_mapflag_pre 11>movespeed.obj : error LNK2019: unresolved external symbol _addHookPre referenced in function _plugin_init 11>movespeed.obj : error LNK2019: unresolved external symbol _addHookPost referenced in function _plugin_init 11>..\plugins\movespeed.dll : fatal error LNK1120: 3 unresolved externals 10> Creating library security\Release\security.lib and object security\Release\security.exp 12>------ Build started: Project: noinvitation, Configuration: Release Win32 ------ 10>security.obj : error LNK2019: unresolved external symbol _hookStop referenced in function _cant_trade 10>security.obj : error LNK2019: unresolved external symbol _addHookPre referenced in function _plugin_init 10>..\plugins\security.dll : fatal error LNK1120: 2 unresolved externals 12> Creating library noinvitation\Release\noinvitation.lib and object noinvitation\Release\noinvitation.exp 12>noinvitation.obj : error LNK2019: unresolved external symbol _hookStop referenced in function _clif_friendlist_req_pre 12>noinvitation.obj : error LNK2019: unresolved external symbol _addHookPre referenced in function _plugin_init 12>..\plugins\noinvitation.dll : fatal error LNK1120: 2 unresolved externals 13>------ Build started: Project: arealoot, Configuration: Release Win32 ------ 14>------ Build started: Project: koe, Configuration: Release Win32 ------ 13> Creating library arealoot\Release\arealoot.lib and object arealoot\Release\arealoot.exp 13>arealoot.obj : error LNK2019: unresolved external symbol _hookStop referenced in function _arealoot_item 14> Creating library koe\Release\koe.lib and object koe\Release\koe.exp 14>koe.obj : error LNK2019: unresolved external symbol _addHookPost referenced in function _plugin_init 14>..\plugins\koe.dll : fatal error LNK1120: 1 unresolved externals 13>arealoot.obj : error LNK2019: unresolved external symbol _addHookPre referenced in function _plugin_init 13>..\plugins\arealoot.dll : fatal error LNK1120: 2 unresolved externals 15>------ Build started: Project: noitem, Configuration: Release Win32 ------ 16>------ Build started: Project: nochangeequip, Configuration: Release Win32 ------ 16> Creating library nochangeequip\Release\nochangeequip.lib and object nochangeequip\Release\nochangeequip.exp 15> Creating library noitem\Release\noitem.lib and object noitem\Release\noitem.exp 15>noitem.obj : error LNK2019: unresolved external symbol _hookStop referenced in function _npc_parse_unknown_mapflag_pre 15>noitem.obj : error LNK2019: unresolved external symbol _addHookPre referenced in function _plugin_init 15>noitem.obj : error LNK2019: unresolved external symbol _addHookPost referenced in function _plugin_init 16>nochangeequip.obj : error LNK2019: unresolved external symbol _hookStop referenced in function _npc_parse_unknown_mapflag_pre 16>nochangeequip.obj : error LNK2019: unresolved external symbol _addHookPre referenced in function _plugin_init 16>..\plugins\nochangeequip.dll : fatal error LNK1120: 2 unresolved externals 15>..\plugins\noitem.dll : fatal error LNK1120: 3 unresolved externals 17>------ Build started: Project: vendor_control, Configuration: Release Win32 ------ 17> Creating library vendor_control\Release\vendor_control.lib and object vendor_control\Release\vendor_control.exp 17>vendor_control.obj : error LNK2019: unresolved external symbol _hookStop referenced in function _npc_isnear_pre 17>vendor_control.obj : error LNK2019: unresolved external symbol _addHookPre referenced in function _plugin_init 17>..\plugins\vendor_control.dll : fatal error LNK1120: 2 unresolved externals ========== Build: 0 succeeded, 17 failed, 20 up-to-date, 0 skipped ==========
  3. Can Make this Cell PVP for plugin ? Please my god (Dastgir) cell_pvp.diff
  4. Can someone tell me this patch supported last git of hercules now? Can someone tell me this patch supported last git of hercules now?
  5. Added It (market.c) appeared error on last git version of hercules, please fixed A.S.A.P, thanks.. 1>------ Build started: Project: market, Configuration: Release Win32 ------ 1> market.c 1>..\src\plugins\market.c(155): error C2039: 'chatID' : is not a member of 'map_session_data' 1> D:\Ro Dev\PandoraRo\Hercules - PandoraRo\src\map/pc.h(157) : see declaration of 'map_session_data' 1>..\src\plugins\market.c(329): error C2039: 'chatID' : is not a member of 'map_session_data' 1> D:\Ro Dev\PandoraRo\Hercules - PandoraRo\src\map/pc.h(157) : see declaration of 'map_session_data' ========== Build: 0 succeeded, 1 failed, 36 up-to-date, 0 skipped ========== https://github.com/dastgir/HPM-Plugins/commit/4b5839d267f8b35f6fec966fc318e4db2cff6a4c , Updated Will update it This part not changed? bool chat_joinchat_pre( struct map_session_data *sd, int *chatid, const char *pass ) { bool chat_joinchat_pre( struct map_session_data *sd, int *chatid, const char *pass ) { struct chat_data* cd = (struct chat_data*)map->id2bl( *chatid );
  6. Added It (market.c) appeared error on last git version of hercules, please fixed A.S.A.P, thanks.. 1>------ Build started: Project: market, Configuration: Release Win32 ------ 1> market.c 1>..\src\plugins\market.c(155): error C2039: 'chatID' : is not a member of 'map_session_data' 1> D:\Ro Dev\PandoraRo\Hercules - PandoraRo\src\map/pc.h(157) : see declaration of 'map_session_data' 1>..\src\plugins\market.c(329): error C2039: 'chatID' : is not a member of 'map_session_data' 1> D:\Ro Dev\PandoraRo\Hercules - PandoraRo\src\map/pc.h(157) : see declaration of 'map_session_data' ========== Build: 0 succeeded, 1 failed, 36 up-to-date, 0 skipped ==========
  7. Why monsters didn't clear at all, but warp appeared? is it a bug??
  8. Found a bug: At level 19, counter is 40 but it have only 20 mobs. in your last updated git version....please fixed it as soon as possible...thanks.. its ok on my server. maybe you don't have some of this monsters in your db? areamonster getarg(1),265,7,311,33,"Yoyo",1057,20,instance_npcname("EC_Manager")+"::OnMobDead"; areamonster getarg(1),265,7,311,33,"Mime Monkey",1585,20,instance_npcname("EC_Manager")+"::OnMobDead"; areamonster getarg(1),265,7,311,33,"Choco",1214,1,instance_npcname("EC_Manager")+"::OnMobDead"; oh!!!! "Mime Monkey",1585 in hercules is closed by default. Now, my problem fixed, thank you:)
  9. Found a bug: At level 19, counter is 40 but it have only 20 mobs. in your last updated git version....please fixed it as soon as possible...thanks..
  10. I had this problem too ..in last hercules Please fixed as soon as possible, thanks!! Fixed: https://github.com/dastgir/HPM-Plugins/commit/4649e7d4c58463bb8891481afd05d7b1bcbd39b7 Thanks my god Dastgir !!!! But restock.c still had problem too....see below.... 1>------ Build started: Project: restock, Configuration: Release Win32 ------ 1> restock.c 1>..\src\plugins\restock.c(46): error C2143: syntax error : missing ';' before 'type' 1>..\src\plugins\restock.c(48): error C2065: 'index' : undeclared identifier 1>..\src\plugins\restock.c(49): error C2065: 'index' : undeclared identifier ========== Build: 0 succeeded, 1 failed, 7 up-to-date, 0 skipped ==========
  11. I had this problem too ..in last hercules Please fixed as soon as possible, thanks!!
  12. Does hercules support 2015-10-29aRagexeRE now? And what the newest client is hercules supported?
  13. is your kRO updated? (are you using kRO?) yes latest updated now i can login but Champion Mobs still without auras! i use this client for try to get auras for this mobs I have this problem too "when i login in server client close!" How did you solved this problem????
  14. Replied I didn't see any words that you replied ?! Can you check again..?!((
  15. Check your message box please:)
×
×
  • Create New...

Important Information

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