Leons Posted July 7, 2021 Posted July 7, 2021 It would be easier if you upload that all-inclusive emulator and the lite client Quote
Neragalengel Posted August 15, 2021 Posted August 15, 2021 i have this warnig whent i drop a bomb Quote
Fluxion Posted September 22, 2021 Posted September 22, 2021 (edited) On 6/23/2021 at 3:55 AM, cook1e said: When I try to attack an enemy from the other team, I can't do it without pressing the SHIFT key, sometimes it lets me attack. the moment he lets me attack the enemy emblem starts to appear / disappear repeatedly. Only problem I have seen so far (Using the latest revision June 22, 2021) Second bug, when a player get disconnected for being AFK in Battleground map-server crash It has to be something related to the emblem, any fixes? same problem, i need to press SHIFT for attack enemy. how to solve this "bug"? Edited September 22, 2021 by Yuno Quote
Brynner Posted September 23, 2021 Posted September 23, 2021 17 hours ago, Yuno said: same problem, i need to press SHIFT for attack enemy. how to solve this "bug"? have you tried to use /noshift? Quote
Fluxion Posted September 23, 2021 Posted September 23, 2021 Just now, Brynner said: have you tried to use /noshift? yeah ^^ Quote
grenat50 Posted September 27, 2021 Author Posted September 27, 2021 Quote Second bug, when a player get disconnected for being AFK in Battleground map-server crash I did not experienced this issue. It surely comes from something else. Quote
Hakahay Posted October 8, 2021 Posted October 8, 2021 (edited) Every time I start the Bomberman game the server restarts Poring Ball also restarts the game after kicking the poring. Edited October 8, 2021 by Hakahay new crash Quote
nobnob Posted October 13, 2021 Posted October 13, 2021 hi i have a problem installing the BattlegroundExtended.patch via PuttY xD the problem that I get is the following thx u so much for this script but i need execute this Quote
nobnob Posted October 30, 2021 Posted October 30, 2021 Hellow man , how can add the announce "Battleground when playyer has register an game Quote
bykass1 Posted November 16, 2021 Posted November 16, 2021 how to use guild emblem with hexed 2020? I have installed web-server... .ebm file dont have function now? Quote
Break Posted November 30, 2021 Posted November 30, 2021 On 9/23/2021 at 2:05 AM, Yuno said: same problem, i need to press SHIFT for attack enemy. how to solve this "bug"? I have the same problem, client 2018-06-21aRagexeRE Quote
dantoki Posted December 10, 2021 Posted December 10, 2021 @grenat50 Already added without errors but When joining individual nothing happens. Quote
Tdi123 Posted January 14, 2022 Posted January 14, 2022 (edited) Problems with the Battleground Extended 2020 ! I'm having the following problems: The problem only occurs after changing the data, with the following modifications: DATA BG Eamod.rar Date with the modifications applied: data.rar If I configured something wrong, please help me! Hexed version: 2018-06-21aRagexeRE Diff: TESTE3.log Edited January 14, 2022 by Mael Use remove format Quote
grenat50 Posted January 18, 2022 Author Posted January 18, 2022 (edited) Hi, I've uploaded a new version but it needs to be approved. Quote 1.0.4 Updates: - Fix crash when someone is afk - Ranking system - @bginfo upgraded - Announce for the whole server upon battleground's start (only when "join" is possible) - Healer upgraded There was a crash when someone was afk, sorry about that. I've added a ranking system to display on your website. @bginfo is indicating whether someone is in the queue of a BG that hasn't started, or if a BG has started with amount of players and time left. The Extended Battlegrounds are up on my server so it will be easier to discover/fix any issues. @Tdi123 you need to update your client, I responded in your other post. Edited January 18, 2022 by grenat50 1 Quote
M a p l e Posted January 19, 2022 Posted January 19, 2022 (edited) 22 hours ago, grenat50 said: Hi, I've uploaded a new version but it needs to be approved. There was a crash when someone was afk, sorry about that. I've added a ranking system to display on your website. @bginfo is indicating whether someone is in the queue of a BG that hasn't started, or if a BG has started with amount of players and time left. The Extended Battlegrounds are up on my server so it will be easier to discover/fix any issues. @Tdi123 you need to update your client, I responded in your other post. Thaaaaaanks. #Edit The patch 1.0.4 is the same as 1.0.3 It didn't have any changes. Edited January 19, 2022 by M a p l e Quote
grenat50 Posted January 20, 2022 Author Posted January 20, 2022 The changes are all in the npc folder except a command I forgot to add in the diff, I'll upload another diff tomorrow. Meanwhile if you want to try, you need to add this in script.c - getqueuecount is a command that gives you the amount of players in a queue. BUILDIN_FUNC(getqueuecount) { struct map_session_data* sd; const char *name = script_getstr(st, 2); if (!script_rid2sd(sd)) return SCRIPT_CMD_SUCCESS; int16 mapindex = mapindex_name2id(name); for (auto &pair : battleground_db) { for (auto &map : pair.second->maps) { if (map.mapindex == mapindex) { for (const auto &queue : bg_queues) { if(pair.second->id == queue->id) { script_pushint(st, queue->teama_members.size()+queue->teamb_members.size()); return SCRIPT_CMD_SUCCESS; } } script_pushint(st, 0); return SCRIPT_CMD_SUCCESS; } } } script_pushint(st, 0); return SCRIPT_CMD_SUCCESS; } BUILDIN_DEF(getqueuecount,"s"), Quote
Cheeeeeeetox Posted January 25, 2022 Posted January 25, 2022 I think happy hour isn't working, it didn't increase the badge reward when I activate. Do I need to do something else for it to work? Quote
Break Posted February 23, 2022 Posted February 23, 2022 Ranking system not have all sql tables and func check_bg_get_rank don't work Need change callfunc "check_bg_get_rank",.@map$,convertpcinfo(.@killedrid,CPC_CHAR); to callfunc "check_bg_get_rank", strcharinfo(3), convertpcinfo(killedrid,CPC_CHAR); bgextended.sql Quote
masterzeus Posted February 25, 2022 Posted February 25, 2022 (edited) Error when compiling, I checked it, I don't know if I'm missing something I can't find it hahaha Edit: Solved. Edited February 25, 2022 by masterzeus Quote
Ryoma27 Posted April 18, 2022 Posted April 18, 2022 (edited) Having compiling issue in this Update: Solved Wrong Input in //non - tradable item column #ifdef BGEXTENDED if (sd->inventory.u.items_inventory[index].card[0] == CARD0_CREATE && ((MakeDWord(sd->inventory.u.items_inventory[index].card[2], sd->inventory.u.items_inventory[index].card[3])) == (battle_config.bg_reserved_char_id || battle_config.woe_reserved_char_id) && !battle_config.bg_can_trade )) { // Items where creator's ID is important clif_buyingstore_trade_failed_seller(sd, BUYINGSTORE_TRADE_SELLER_FAILED, item->itemId); clif_displaymessage(sd->fd, "Cannot Trade event reserved Items (Battleground, WoE)."); return; } #endif Edited April 18, 2022 by Ryoma27 Quote
monody0093 Posted April 20, 2022 Posted April 20, 2022 Dosnt work for me is there any update version for this? Quote
Hakahay Posted May 2, 2022 Posted May 2, 2022 (edited) How to resolve this error? resolved in: Edited May 2, 2022 by Hakahay resolved Quote
Olrox Posted May 4, 2022 Posted May 4, 2022 Man I love to see a map like I did being used for such great stuff like this. Thank you. Quote
Revoltz Posted May 7, 2022 Posted May 7, 2022 (edited) Hello, as an administrator of ragnarok, I'm crazy about battlegrounds, so I found this one but there is no more update for the emulator, is there any kind soul that will update the .patch to the new version of the most updated emulator? our emulator relies heavily on extensive pitched battle. 1- 2- 3- 4- 5- 6- Edited May 8, 2022 by Revoltz Quote
grenat50 Posted May 11, 2022 Author Posted May 11, 2022 Hi, I'm updating them right now as they aren't compatible anymore with the latest rAthena. I'm creating a rotation mode as well which will automatically start a battleground. It should be available in the next few days. 1 1 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.