Skip to content

Instantly share code, notes, and snippets.

# ING - Announce PvP Point / Pk Point
# BR - Anuncio Ponto PvP / Ponto Pk
AnnouncePvpMsg = $killer Derrotou $target em
AnnouncePkMsg = $killer Assassinou $target em
# ING - Announce Top PK. Variables: %player%, %clan%, %pkkills%
# BR - Anuncie os Tops Pk. Variaveis: %player%, %clan%, %pkkills%
AnnounceTopPkLoginByClanMemberMsg = Top Pk %player% membro do clan %clan% está online. Atualmente com %pkkills% Pks.
AnnounceTopPkLoginByPlayerMsg = Top Pk %player% está online. Atualmente com %pkkills% Pks.
# ING - Announce Top PvP. Variables: %player%, %clan%, %pvpkills%
# BR - Anuncie os Tops PvP. Variaveis: %player%, %clan%, %pvpkills%
AnnounceTopPvPLoginByClanMemberMsg = Top PvP %player% membro do clan %clan% está online. Atualmente com %pvpkills% PvPs.
AnnounceTopPvPLoginByPlayerMsg = Top PvP %player% está online. Atualmente com %pvpkills% PvPs.
# ING - Announce Hero Login only you stay in Base Class. Variables: %player%, %clan%, %classe%
# BR - Anuncie o Login do Herói apenas você permanece na Classe Base. Variaveis: %player%, %clan%, %classe%
AnnounceHeroLoginByClanMemberMsg = O Herói %player% da %classe% membro do Clan %clan% está online.
AnnounceHeroLoginByPlayerMsg = O Herói %player% da %classe% está online.
# ING - Announce Recipe success. Variables: %name%, %item%, %enchant%
# BR - Anuncie o sucesso da recipe. Variaveis: %name%, %item%, %enchant%
AnnounceCrafts = Ei! "%name%" ganhou "%item%" +%enchant% em Crafting ele está na zona
@Williams0ff
Williams0ff / gist:1d98a35a5be4722f171e05cbcd841bdd
Created August 18, 2022 16:05
Limit Casting Speed And Attack Speed per Class v1
# ING - Maximum character Attack Speed and Cast Speed per class. Configure: ClassName-MaxStatus; ( Example : Human Fighter-100 )
# BR - Velocidade maxima de personagem (Attack Speed e Cast Speed), por classe. Configure: ClassName-MaxStatus; ( Exemplo : Human Fighter-100 )
LimitCastingSpeed = null-1200;
LimitAttackSpeed = null-1000;
# ING - In Carrier System, restore players after being disconnected, set time in minutes.
# BR - No Carrier System, restaure os jogadores após serem desconectados, defina o tempo em minutos.
NoCarrierExpireTime = 1
NoCarrierTitleColor = FF0000
# ING - Gain Noble Status upon killing a certain RaidBoss/GrandBoss. if 0 will be disabled, set: npcId;npcId.
# BR - Ganhe Status Noble ao matar um RaidBoss/GrandBoss, padrão = 0, configure: npcId;npcId.
RaidBossId = 0
# ING - Heal Protect, players in Flag or Karma mode receive 0.5% healing, Default : False.
# BR - Heal Protect, jogadores em modo Flag ou Karma receberam 0.5% de cura, Padrão : False.
HealCurrent = False
# ING - PvP and Pk Reward. Example: ItemId-ItemCount;
# BR - Recompensa para PvP e Pk. Configure ItemId-ItemCount.
RewardPvP = 0-0
RewardPk = 0-0