Jump to content

  •  

Huitzilopotchli

Member Since 10 Mar 2017
Offline Last Active May 30 2017 11:40 AM
-----

Posts I've Made

In Topic: Hercules Battlegrounds

19 May 2017 - 02:25 PM

Hello, I would just like to ask if you would also convert eAmod's Thelma NPC to hBG? Because this NPC has the ability to sell zone exclusive items such as Items that can only be used in WoE or PvP without adding new items in Item DB

 

Do you speak about this ? 


http://herc.ws/board...-be-used-in-bg/


In Topic: Hercules Battlegrounds

15 May 2017 - 01:26 PM

About emblem above characters, I tried change Flags in clif_maptypeproperty2 and this is what I got:

 

PzbYhZR.png

 

I honestly don't know how to remove swords icon.

 

Maybe Smoke or Dastgir can solved this.

The sword icon is the BG Emblem, no ?
Can find it in clif.c:

clif->sendbgemblem_area(sd);

clif->sendbgemblem_single(sd->fd,tsd);

 


In Topic: Hercules Battlegrounds

13 May 2017 - 02:35 PM

 
Thanks! Flavius TD and official BG is now fixed. What's causing this one here http://imgur.com/a/jqftO

 

hBGg_warp must be hBG_warp ^^

 


In Topic: Hercules Battlegrounds

13 May 2017 - 01:59 PM

Hit', about the bg_flavius_td.txt error :

 

For deathmatch it's about this :

set .@guillaume, hBG_get_data($@BG_Team1, 0);
set .@croix, hBG_get_data($@BG_Team2, 0);

i change to :

    
.@guillaume = hBG_get_data($@BG_Team1, 0);
.@croix = hBG_get_data($@BG_Team2, 0);

and no more spam in console ^^
 

i think there is an error in the pull request :

 

change this :

.@guillaume, hBG_get_data($@BG_Team1, 0);

.@croix, hBG_get_data($@BG_Team2, 0);
to:

.@guillaume = hBG_get_data($@BG_Team1, 0);

.@croix = hBG_get_data($@BG_Team2, 0);
 
For the first error, you have to disable official BG npc ^^

In Topic: Hercules Battlegrounds

13 May 2017 - 12:37 PM

@hit, about this error :

[Warning]: mob_readdb_mobavail: Unknown mob id 2100.
[Error]: sv_readdb: Could not process contents of line 45 of "db/mob_avail.txt".

have you add this in your mob_db.conf ?


https://github.com/S...-re/mob_db.conf