Jump to content
  • 0

[Help]Faction Spawn


Rio

Question

Recommended Posts

  • 0

witch gameserver ---> config ---> and you must see l2jmods example i have this in my config

 

# Coordinates of good faction base

GoodBaseX = -84318

GoodBaseY = 244579                        <---- here you must put your town coordinates for team good

GoodBaseZ = -3730

# Coordinates of evil faction base

EvilBaseX = -44836

EvilBaseY = -112524                        <---- here you must too put town  coordinations but for now evil

EvilBaseZ = -235

Link to comment
Share on other sites

  • 0

witch gameserver ---> config ---> and you must see l2jmods example i have this in my config

 

# Coordinates of good faction base

GoodBaseX = -84318

GoodBaseY = 244579                        <---- here you must put your town coordinates for team good

GoodBaseZ = -3730

# Coordinates of evil faction base

EvilBaseX = -44836

EvilBaseY = -112524                        <---- here you must too put town  coordinations but for now evil

EvilBaseZ = -235

nope i dont have these options :S only these:

 

# ---------------------------------------------------------------------------

# L2JMODS

# ---------------------------------------------------------------------------

# Below are non-retail-like systems that have been integrated into the L2J project. Be warned that there may be no support for these mods beyond the original author's assistance.

# ---------------------------------------------------------------------------

 

 

# ---------------------------------------------------------------------------

# Champion mobs

# Turns random mobs into Champions

# ---------------------------------------------------------------------------

# Enable/Disable Champion Mob System.

ChampionEnable = False

 

# Force Champion mobs to be passive?

# To leave champion mobs to default/Agressive, set to False.

# To set all champion mobs to Passive, set True.

ChampionPassive = False

 

# % chance for a mob to became champion (0 to disable).

ChampionFrequency = 5

 

# Title of all Champion Mobs.

ChampionTitle = Champion

 

# Min and max levels allowed for a mob to be a Champion mob.

ChampionMinLevel = 20

ChampionMaxLevel = 70

 

# Hp multiplier for Champion mobs.

ChampionHp = 8

 

# Hp Regen Multiplier for Champion mobs.

ChampionHpRegen = 1.0

 

# Standard rewards multiplier for Champion mobs.

ChampionRewards = 8

 

# Adena & Seal Stone rewards multiplier for Champion mobs.

ChampionAdenasRewards = 1.0

 

# P. Attack and M. Attack bonus for Champion mobs.

ChampionAtk = 1.0

 

# Physical/Magical Attack Speed bonus for Champion mobs.

ChampionSpdAtk = 1.0

 

# Specified reward item ID

ChampionRewardItemID = 6393

 

# The amount of the specified reward a player will receive if they are awarded the item.

ChampionRewardItemQty = 1

 

# % Chance to obtain a specified reward item from a HIGHER lvl Champion mob.

ChampionRewardLowerLvlItemChance = 0

 

# % Chance to obtain a specified reward item from a LOWER lvl Champion mob.

ChampionRewardHigherLvlItemChance = 0

 

 

# ---------------------------------------------------------------------------

# Wedding System (by evill33t)

# ---------------------------------------------------------------------------

# Wedding Manager ID: 50007

 

# First part - "Engagement"

# 1) Target the player that you want to make a couple with.

# 2) Use the voice command ".engage nameofyourpartner" then press enter.

# 3) If the target player has you on listed as a friend (ie. you are in each other's friends list) a popup will appear with an engagement request along with a system message that you want to be engaged with him/her.

# 4) If the target player accepts the engagement invitation, you will be

# engaged.

 

# CONGRATULATIONS!

 

# Second part - "Marriage"

# 1) Once two players are engaged, they can speak to Andromeda, the Wedding Priest in the Hot Springs Guild House (Goddard Area).

# (You may need Formal Wear and Adena to pay wedding fees!)

# 2) Each player needs to speak to the NPC and make the request to be married.

# 3) Once done, fireworks will display and the two players will be married.

 

# Afterwards you can use the voice command ".gotolove nameofyourpartner" to teleport to your partner if you're married (there may also be a fee which can be specified below)

 

# If you want to cancel your Engagement/Marriage, use the voice command ".divorce nameofyourpartner".

 

# If you're married you have to pay a specified % of your adena to your partner.

 

# If a player attempts to become engaged to another player while married they may suffer a penalty if it's enabled below.

 

# Enable/Disable Wedding System

AllowWedding = False

 

# Amount of Adena required to get married

WeddingPrice = 250000000

 

# Enable/Disable punishing of players who attempt to be engaged to other players while married.

WeddingPunishInfidelity = True

 

# Enable/Disable teleport function for married couples.

WeddingTeleport = True

 

# Amount of Adena required to teleport to spouse.

WeddingTeleportPrice = 50000

 

# Time before character is teleported after using the skill.

WeddingTeleportDuration = 60

 

# Enable/Disable same sex marriages.

WeddingAllowSameSex = False

 

# Require players to wear formal wear to be married?

WeddingFormalWear = True

 

# Amount of Adena (%) a player must pay to the other to get divorced.

WeddingDivorceCosts = 20

 

 

# ---------------------------------------------------------------------------

# Team vs. Team Event Engine (by FBIagent)

# ---------------------------------------------------------------------------

# Enable/Disable TvTEvent System

TvTEventEnabled = False

 

# Times TvT will occur (24h format).

TvTEventInterval = 9:00,15:00,21:00,3:00

 

# Registration timer from start of event (in minutes).

TvTEventParticipationTime = 60

 

# Event running time (in minutes).

TvTEventRunningTime = 20

 

# TvT Event NPC (create a custom npc of type L2TvTEventNpc).

TvTEventParticipationNpcId = 70010

 

# Location for TvTEvent NPC to spawn.

TvTEventParticipationNpcCoordinates = 83425,148585,-3406

 

# Min/Max amount of players allowed in each team.

TvTEventMinPlayersInTeams = 1

TvTEventMaxPlayersInTeams = 20

 

# Min/Max level of players that may join the event.

TvTEventMinPlayerLevel = 1

TvTEventMaxPlayerLevel = 85

 

# Repsawn and exit delay timers (in seconds).

TvTEventRespawnTeleportDelay = 10

TvTEventStartLeaveTeleportDelay = 10

 

# First Team - Name, Start/Death x,y,z location.

TvTEventTeam1Name = Team1

TvTEventTeam1Coordinates = 148695,46725,-3414

 

# Second Team - Name, Start/Death x,y,z location.

TvTEventTeam2Name = Team2

TvTEventTeam2Coordinates = 149999,46728,-3414

 

# Reward for winning team.

# Example: TvTEventReward = itemId,amount;itemId,amount;itemId,amount

TvTEventReward = 57,100000

 

# TvTEvent Rules

TvTEventTargetTeamMembersAllowed = True

TvTEventScrollsAllowed = False

TvTEventPotionsAllowed = False

TvTEventSummonByItemAllowed = False

 

# Door ID's to open/close on start/end.

# Example: TvTDoorsToOpen = 1;2;3;4;5;6

TvTDoorsToOpen =

TvTDoorsToClose =

 

# Should both teams get reward if there's a tie?

TvTRewardTeamTie = False

 

 

# ---------------------------------------------------------------------------

# L2J Banking System

# ---------------------------------------------------------------------------

# Enable/Disable Banking System

BankingEnabled = False

 

# Amount of Goldbars a player gets when they use the ".deposit" command. Also the same amount they will lose with ".withdraw".

BankingGoldbarCount = 1

 

# Amount of Adena a player gets when they use the ".withdraw" command. Also the same amount they will lose with ".deposit".

BankingAdenaCount = 500000000

 

 

# ---------------------------------------------------------------------------

# Warehouse Sorting

# Shows Withdraw Window sorted by ItemType (Armor/Weapon/Spellbook....)

# ---------------------------------------------------------------------------

EnableWarehouseSortingClan = False

EnableWarehouseSortingPrivate = False

EnableWarehouseSortingFreight = False

 

 

# ---------------------------------------------------------------------------

# Offline trade/craft

# ---------------------------------------------------------------------------

# Option to enable or disable offline trade feature.

# Enable -> true, Disable -> false

OfflineTradeEnable = False

 

# Option to enable or disable offline craft feature.

# Enable -> true, Disable -> false

OfflineCraftEnable = False

 

# If set to True, name color will be changed then entering offline mode

OfflineSetNameColor = False

 

# Color of the name in offline mode (if OfflineSetNameColor = True)

OfflineNameColor = 808080

 

 

# ---------------------------------------------------------------------------

# Mana Drugs/Potions

# ---------------------------------------------------------------------------

# This option will enable core support for:

# Mana Drug (item ID 726), using skill ID 9007.

# Mana Potion (item ID 728), using skill ID 9008.

 

EnableManaPotionSupport = True

Link to comment
Share on other sites

  • 0

nahh same properties :(

cant i edit from scripts or somewhere?

only thing i need is to change main bases,every player of a race when dies to teleport automaticaly to his base,and clan leaders from enemy's race not be able to invite other ppl only from his race..howcan i edit these things :S

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Posts

    • - lost love spells caster in, Amsterdam,Brazil,London,Kuwait .Egypt, Atlanta, Latvia, Lithuania, Sweden۞۩ஜ???? +256704892479  Results are 100% s=ure and guaranteed, spell casting specialist, , black magic death spells that work overnight or by accident. I Cast these strongest black magic revenge death spells that work fast overnight to kill ex-lover, husband, wife girlfriend Enemies overnight Https://nativelovespellscaster.com or she is in a far location, I guarantee you to have your results you are looking for immediately. Just make sure before you contact me you are committed and you want what you are looking for (Victim Death) because my death spell work fast overnight after casting the spells that work, guaranteed black magic love spells, guaranteed voodoo spells, spell to make someone sick and die, revenge spells that work instantly, real witches for hire, revenge spells on an ex- lover, how to put a Black magic death spells on ex-lover, Revenge instant death spells on toxic uncles powerful instant death spells online instant spell that work fast in USA, UK, Kuwait, Germany, Asian, Europe, Philippines, Canada, South Africa, Italy, Peru, India, Iran, Gambia. Sweden, Australia, Nigeria, Spain, Ghana, California, Greece. Death spell on someone, death spells that Death Revenge Spell on wicked friends, Voodoo Death Spells to kill Enemies Black Magic Spells To Harm Someone, Black magic death spells on ex-lover, Revenge instant death spells on toxic uncles powerful instant death spells online instant spell that work fast in USA, UK, Kuwait, Germany, Asian, Europe, Philippines, Canada, revenge spells, most powerful death spell, spell to die in your sleep, successful death spell, most powerful voodoo spell caster, voodoo spell casters in new Orleans, voodoo love spells reviews, proven authentic voodoo spell casters, most powerful voodoo priest in world, black magic tricks to destroy enemy. Results are 100% sure and guaranteed whatapp or cal, Europe, Philippines, Canada, South Africa, Italy, Peru, India, Iran, Gambia. spells, guaranteed voodoo spells, spell to make someone sick and die, revenge spells that work instantly, real witches for hire, revenge spells on an ex- lover, how to put a spell on someone who hurts you, spell to make someone sick, voodoo spells to hurt someone, spells to curse someone, powerful revenge spells, most powerful death spell, spell to die in your sleep, successful death spell, most powerful voodoo spell caster, voodoo spell casters in new Orleans, voodoo love spells reviews, proven authentic voodoo spell casters, most powerful voodoo priest in world, black magic tricks to destroy enemy. Results are 100% sure and guaranteed whatapp or call  ஜ۩۞۩ஜ ??? + 256704892479ஜ۩۞۩ஜ ??Https://nativelovespellscaster.com
    • Hello, my discord is : misanthropic1085           I am selling Frintezza Aq Baium     Reborn origins x1    
    • L2Topzone has a lower traffic ranking than every other website! We spent over 160 Euro for listing server and banner and we've got only 4 download conversions!  Proof: https://prnt.sc/YeJudEKFov1m
    • Any WTS code global chat for this? 
    • Hi, I see what you mean, but I do it differently.   I don't want some features from Hi5 in my project, so I gradually add Ai, zones, items, etc... manually.   And again I want some features from Classic.   So I'm continuing the Classic storyline up to High Five.   My project runs on the client's Prelude of War.   I will release the first public test version soon, which will still be without some "hi5" stuff, because first I need to test for example Fortress Siege, pets and some instances/quests. In the future, I also want to "unlock" new locations from the GoD story.   And what I like most about Classic is that you don't have SA in weapons and it goes back to the roots of Lineage 2. Also you can connect to my discord and talk about with me.
  • Topics

×
×
  • Create New...