Rebel 23 Posted August 7, 2018 Thank you! Its fix now. ~ @Dastgir Quote Share this post Link to post Share on other sites
Rebel 23 Posted August 20, 2018 (edited) Emergency Call can be cast repeatedly.. BG Type (Announce) is not working.. should rotate the bg type in configure time using OnTimer10000: // Rotation if BG don't start (10 seconds or?)...? Also is NPC Telma supported in this Extended BG? Like the mapflag for BG Items that can be used only BG Maps or WoE Exclusive Items. Edited August 21, 2018 by Rebel 1 Axl reacted to this Quote Share this post Link to post Share on other sites
Axl 3 Posted August 24, 2018 (edited) Quote After @joinbg any case [Debug]: mapindex_name2id: Map "ebg_rush" not found in index list! [Debug]: mapindex_name2id: Map "ebg_conques" Quote AFTER BG RUSH BREAKS THE EMPERIUM [Error]: buildin_warp: moving player 'MauroM' to "02",146,46 failed. Quote After ENDS BG MATCH AND @JOINBG TO NEW MATCH [Error]: bg_info: bg_data not found for bg_id:11 type:1. [Error]: bg_info: bg_data not found for bg_id:11 type:2. Quote AFTER BG ROTATION [Debug]: script debug : 0 110109533 : BG Changing End: 2 [Error]: script_rid2sd: fatal error ! player not attached! [Debug]: Source (NPC): eBG_Conquest (invisible/not on a map) [Warning]: script_get_val: cannot access player variable '@i', defaulting to 0 Quote AFTER ENDS RUSH MATCH [Debug]: bg_team_rewards: Cannot give x19 7773 to BG_ID: 0 [Debug]: bg_team_rewards: Cannot give x17 7773 to BG_ID: 0 The time for ends a BG MATCH is not called, all time 0 - 1, I change: .time_remaining = getvariableofnpc(.bg_time[BGT_RUSH], "BG_Settings"); For: .time_remaining = getvariableofnpc(.bg_time[.@bg_id], "BG_Settings"); In all Scripts Regards, Axl. Edited August 24, 2018 by Axl Quote Share this post Link to post Share on other sites
Rebel 23 Posted August 24, 2018 @Axl Are you using the latest? Haven't experiencing this using the latest. 1 Axl reacted to this Quote Share this post Link to post Share on other sites
Axl 3 Posted August 24, 2018 4 hours ago, Rebel said: @Axl Are you using the latest? Haven't experiencing this using the latest. I use the latest and the latest HerculesCore. And you? Quote Share this post Link to post Share on other sites
Rebel 23 Posted August 24, 2018 Spoiler 15 hours ago, Axl said: After @joinbg any case [Debug]: mapindex_name2id: Map "ebg_rush" not found in index list! [Debug]: mapindex_name2id: Map "ebg_conques" Make sure you put all the maps required in db/map_index.txt, conf/map/maps.conf. Quote AFTER BG RUSH BREAKS THE EMPERIUM [Error]: buildin_warp: moving player 'MauroM' to "02",146,46 failed. Tried breaking the Emperium in BG Rush cant reproduce this error. Quote AFTER BG ROTATION [Debug]: script debug : 0 110109533 : BG Changing End: 2 [Error]: script_rid2sd: fatal error ! player not attached! [Debug]: Source (NPC): eBG_Conquest (invisible/not on a map) [Warning]: script_get_val: cannot access player variable '@i', defaulting to 0 Can't reproduce this also. Quote AFTER ENDS RUSH MATCH [Debug]: bg_team_rewards: Cannot give x19 7773 to BG_ID: 0 [Debug]: bg_team_rewards: Cannot give x17 7773 to BG_ID: 0 The time for ends a BG MATCH is not called, all time 0 - 1, This too. Using the latest stable git: 7f7b8060cba8f0aba60f43cf343bdf3f773f3438 Client: 2014-10-22bRagexe Quote Share this post Link to post Share on other sites
Axl 3 Posted August 24, 2018 (edited) 22 minutes ago, Rebel said: Reveal hidden contents Make sure you put all the maps required in db/map_index.txt, conf/map/maps.conf. Tried breaking the Emperium in BG Rush cant reproduce this error. Can't reproduce this also. This too. Using the latest stable git: 7f7b8060cba8f0aba60f43cf343bdf3f773f3438 Client: 2014-10-22bRagexe I check again. Edited August 24, 2018 by Axl Quote Share this post Link to post Share on other sites
Axl 3 Posted August 24, 2018 (edited) 3 hours ago, Rebel said: Reveal hidden contents Make sure you put all the maps required in db/map_index.txt, conf/map/maps.conf. Tried breaking the Emperium in BG Rush cant reproduce this error. Can't reproduce this also. This too. Using the latest stable git: 7f7b8060cba8f0aba60f43cf343bdf3f773f3438 Client: 2014-10-22bRagexe This bugs only show if i remove BG ARENAS of BG_COMMON config. For exemplo, remove all bgs mode except CONQUEST, RUSH AND TDM. Edited August 24, 2018 by Axl Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted August 25, 2018 11 hours ago, Axl said: This bugs only show if i remove BG ARENAS of BG_COMMON config. For exemplo, remove all bgs mode except CONQUEST, RUSH AND TDM. yes, that would happen if you remove data from array, because the BGTypes are assigned constant, which would be looked up in the array. To disable the arena, you need to set false in respective index of setarray .bg_enabled[BGT_CTF], true ,true ,true ,true ,true ,true ,true ,true ,true , true; Quote Share this post Link to post Share on other sites
Axl 3 Posted August 25, 2018 (edited) 7 hours ago, Dastgir said: yes, that would happen if you remove data from array, because the BGTypes are assigned constant, which would be looked up in the array. To disable the arena, you need to set false in respective index of setarray .bg_enabled[BGT_CTF], true ,true ,true ,true ,true ,true ,true ,true ,true , true; Holy, I am so sorry. I won't see this, thanks for reply. About the Emergency Call can be cast repeatedly... No Countdown delay. Edited August 25, 2018 by Axl Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted August 26, 2018 18 hours ago, Axl said: Holy, I am so sorry. I won't see this, thanks for reply. About the Emergency Call can be cast repeatedly... No Countdown delay. Fixed https://github.com/dastgirp/eBG/commit/544b9b6ec8f4f2416991a771f64a3172a2f4abff Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted August 26, 2018 On 8/20/2018 at 4:24 PM, Rebel said: Emergency Call can be cast repeatedly.. BG Type (Announce) is not working.. should rotate the bg type in configure time using OnTimer10000: // Rotation if BG don't start (10 seconds or?)...? Also is NPC Telma supported in this Extended BG? Like the mapflag for BG Items that can be used only BG Maps or WoE Exclusive Items. Fixed, also added BG Type Announce (check .bg_common array for configuration of time) I do have bg items coded in source, but currently no way to create it, can you explain how NPC Telma works? Quote Share this post Link to post Share on other sites
Rebel 23 Posted August 26, 2018 1 hour ago, Dastgir said: Fixed https://github.com/dastgirp/eBG/commit/544b9b6ec8f4f2416991a771f64a3172a2f4abff [Error]: --- nullpo info -------------------------------------------- [Error]: ExtendedBG.c:4897: 'tsd' in function `ebg_clif_send' [Error]: ./map-server(assert_report+0x83) [0x657373] [Error]: plugins/ExtendedBG.so(ebg_clif_send+0xd4) [0x7f44c74f8764] [Error]: plugins/ExtendedBG.so(ebg_broadcast2+0xd0) [0x7f44c74f8b30] [Error]: plugins/ExtendedBG.so(buildin_bg_announce+0x14a) [0x7f44c74f902a] [Error]: ./map-server(run_func+0x13a) [0x5bbd5a] [Error]: ./map-server(run_script_main+0x310) [0x5bcff0] [Error]: ./map-server(npc_event_sub+0xd2) [0x53aa12] [Error]: ./map-server(npc_script_event+0x62) [0x53cfb2] [Error]: ./map-server(clif_parse_LoadEndAck+0xabb) [0x4c79eb] [Error]: plugins/HPMHooking_map.so(HP_clif_pLoadEndAck+0x91) [0x7f44c77af721] [Error]: --- end nullpo info ---------------------------------------- after login. Quote Share this post Link to post Share on other sites
Rebel 23 Posted August 26, 2018 NPC Telma uses the bg_reserved_char_id and woe_reserved_char_id.. and sell some BG / WoE Exclusive items.. if you bought that through Telma, you can only use it in BG Maps or WoE Castles.. I tried using bg_reserved_char_id and set it in conf/map/battle/eBG.conf.. // BG CharID for Items bg_reserved_char_id: 1 is this correct? but getting this in map-console .. [Warning]: buildin_getbattleflag: non-exist battle config requested bg_reserved_char_id [Debug]: Source (NPC): Telma at bat_room (163,146) 1 Dastgir reacted to this Quote Share this post Link to post Share on other sites
Axl 3 Posted August 26, 2018 5 hours ago, Rebel said: NPC Telma uses the bg_reserved_char_id and woe_reserved_char_id.. and sell some BG / WoE Exclusive items.. if you bought that through Telma, you can only use it in BG Maps or WoE Castles.. I tried using bg_reserved_char_id and set it in conf/map/battle/eBG.conf.. // BG CharID for Items bg_reserved_char_id: 1 is this correct? but getting this in map-console .. [Warning]: buildin_getbattleflag: non-exist battle config requested bg_reserved_char_id [Debug]: Source (NPC): Telma at bat_room (163,146) Try bg_reserved_char_id: 999998 woe_reserved_char_id: 999999 6 hours ago, Rebel said: [Error]: --- nullpo info -------------------------------------------- [Error]: ExtendedBG.c:4897: 'tsd' in function `ebg_clif_send' [Error]: ./map-server(assert_report+0x83) [0x657373] [Error]: plugins/ExtendedBG.so(ebg_clif_send+0xd4) [0x7f44c74f8764] [Error]: plugins/ExtendedBG.so(ebg_broadcast2+0xd0) [0x7f44c74f8b30] [Error]: plugins/ExtendedBG.so(buildin_bg_announce+0x14a) [0x7f44c74f902a] [Error]: ./map-server(run_func+0x13a) [0x5bbd5a] [Error]: ./map-server(run_script_main+0x310) [0x5bcff0] [Error]: ./map-server(npc_event_sub+0xd2) [0x53aa12] [Error]: ./map-server(npc_script_event+0x62) [0x53cfb2] [Error]: ./map-server(clif_parse_LoadEndAck+0xabb) [0x4c79eb] [Error]: plugins/HPMHooking_map.so(HP_clif_pLoadEndAck+0x91) [0x7f44c77af721] [Error]: --- end nullpo info ---------------------------------------- after login. After updated code you received this? Quote Share this post Link to post Share on other sites
astralprojection 35 Posted August 29, 2018 yes this one (08/29/2018 19:11:19) [ Error ] : --- nullpo info -------------------------------------------- (08/29/2018 19:11:19) [ Error ] : ExtendedBG.c:4897: 'tsd' in function `ebg_clif_send' (08/29/2018 19:11:19) [ Error ] : ./map-server() [0x632863] (08/29/2018 19:11:19) [ Error ] : plugins/ExtendedBG.so(ebg_clif_send+0xd4) [0x7ff046336204] (08/29/2018 19:11:19) [ Error ] : plugins/ExtendedBG.so(ebg_broadcast2+0xd0) [0x7ff0463365d0] (08/29/2018 19:11:19) [ Error ] : plugins/ExtendedBG.so(buildin_bg_announce+0x14a) [0x7ff046336aca] (08/29/2018 19:11:19) [ Error ] : ./map-server() [0x596e7a] (08/29/2018 19:11:19) [ Error ] : ./map-server() [0x598dd0] (08/29/2018 19:11:19) [ Error ] : ./map-server() [0x5106c2] (08/29/2018 19:11:19) [ Error ] : ./map-server() [0x512ca2] (08/29/2018 19:11:19) [ Error ] : ./map-server() [0x49ad10] (08/29/2018 19:11:19) [ Error ] : plugins/HPMHooking_map.so(HP_clif_pLoadEndAck+0x91) [0x7ff047a5a3d1] (08/29/2018 19:11:19) [ Error ] : --- end nullpo info ---------------------------------------- Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted August 30, 2018 I am aware of that warning, I will fix it ASAP. Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted September 1, 2018 Fixed the login warning @ https://github.com/dastgirp/eBG/commit/ad582b7f82700ee000cdd65e18324ba809a2ba74 Quote Share this post Link to post Share on other sites
Thinker 2 Posted September 21, 2018 Hi @Dastgir Is it normal to be able to use emperium skill as azura? Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted September 30, 2018 Update: https://github.com/dastgirp/eBG/commit/d7a52e0ccafe5785b3e00455a2c130450cba3312 * Added announcement of players currently playing the BG * Players cannot spam @joinbg * Removed debug messages * Deathmatch: Points would not reduce if player logout or quits * join delay would be applied on relog. 1 Rebel reacted to this Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted September 30, 2018 Update 2: https://github.com/dastgirp/eBG/commit/f7ea3164019f5c05f0356ebfe13556b150aa3dae Added Support for HULD: Check template.pot from https://github.com/dastgirp/eBG/tree/master/server/translations , You can now have ExtendedBG in your own language, and if you feel so, you can also make a PR to the repo with other language .pot files 2 vBrenth and Rebel reacted to this Quote Share this post Link to post Share on other sites
Dastgir 1246 Posted October 7, 2018 Few More Updates (https://github.com/dastgirp/eBG/commit/2a361bf6769be8beb8aea06296a4840a65f88604 https://github.com/dastgirp/eBG/commit/bf48e85031e3bbc526824930ebb7d9e75f7cf85b) Users cannot vend in BG Maps Fixed @leader command not working Fixed a typo where BG name was not shown 1 Rebel reacted to this Quote Share this post Link to post Share on other sites
Thinker 2 Posted October 8, 2018 On 07/10/2018 at 10:02 AM, Dastgir said: Few More Updates (https://github.com/dastgirp/eBG/commit/2a361bf6769be8beb8aea06296a4840a65f88604 https://github.com/dastgirp/eBG/commit/bf48e85031e3bbc526824930ebb7d9e75f7cf85b) Users cannot vend in BG Maps Fixed @leader command not working Fixed a typo where BG name was not shown The emperium continues to receive damage (from asura for example), how can you check please? Quote Share this post Link to post Share on other sites
Rebel 23 Posted October 8, 2018 11 minutes ago, Thinker said: The emperium continues to receive damage (from asura for example), how can you check please? In what BG Type? Quote Share this post Link to post Share on other sites
Thinker 2 Posted October 8, 2018 2 minutes ago, Rebel said: In what BG Type? Conquest/rush. Asura/Acid bomb and other skills are getting in the emp (The right thing is to take 1 or miss) Quote Share this post Link to post Share on other sites