L2JMobius

The Source of Flame spawn point fire source

exce · 6 · 360

Offline exce

  • Knight
  • ***
    • Posts: 54
Kellond's Secret Barraks should be the spawn point for fire source when die or use scroll, instead is goin out of conquest world.
seems the same for the conquest town.


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16153

Offline exce

  • Knight
  • ***
    • Posts: 54
need a loc id
theres noting point to talking island but remanis going there


Online CostyKiller

  • Distinguished King
  • *****
    • Posts: 969
I've been checking this and found out something... that locId is in fact the id of the system message you get when typing /loc in chat.
I've used this, which is near conquest messages:
Code: [Select]
@ClientString(id = 5225, message = "Current location: $s1 / $s2 / $s3 (near the base)")and seems fine, but I did not find out where that bbs value is taken from.

Code: [Select]
Index: dist/game/data/mapregion/conquest_fire_area.xml
===================================================================
--- dist/game/data/mapregion/conquest_fire_area.xml (nonexistent)
+++ dist/game/data/mapregion/conquest_fire_area.xml (working copy)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<list enabled="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/MapRegion.xsd">
+ <region name="conquest_fire_area" town="Kellond's Secret Barracks" castle="0" locId="5225" bbs="30">
+ <respawnPoint X="20830" Y="-225445" Z="-3789" /> 
+ <respawnPoint X="20830" Y="-225445" Z="-3789" isChaotic="true" />
+ <map X="20" Y="11" />
+ </region>
+</list>
\ No newline at end of file
Index: dist/game/data/mapregion/conquest_water_area.xml
===================================================================
--- dist/game/data/mapregion/conquest_water_area.xml (nonexistent)
+++ dist/game/data/mapregion/conquest_water_area.xml (working copy)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<list enabled="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/MapRegion.xsd">
+ <region name="conquest_water_area" town="ConquestTown" castle="0" locId="5225" bbs="30">
+ <respawnPoint X="-16330" Y="-189326" Z="-4005" /> 
+ <respawnPoint X="-16330" Y="-189326" Z="-4005" isChaotic="true" />
+ <map X="19" Y="11" />
+ <map X="19" Y="12" />
+ </region>
+</list>
\ No newline at end of file


Offline exce

  • Knight
  • ***
    • Posts: 54
I've been checking this and found out something... that locId is in fact the id of the system message you get when typing /loc in chat.
I've used this, which is near conquest messages:
Code: [Select]
@ClientString(id = 5225, message = "Current location: $s1 / $s2 / $s3 (near the base)")and seems fine, but I did not find out where that bbs value is taken from.

Code: [Select]
Index: dist/game/data/mapregion/conquest_fire_area.xml
===================================================================
--- dist/game/data/mapregion/conquest_fire_area.xml (nonexistent)
+++ dist/game/data/mapregion/conquest_fire_area.xml (working copy)
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<list enabled="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/MapRegion.xsd">
+ <region name="conquest_fire_area" town="Kellond's Secret Barracks" castle="0" locId="5225" bbs="30">
+ <respawnPoint X="20830" Y="-225445" Z="-3789" /> 
+ <respawnPoint X="20830" Y="-225445" Z="-3789" isChaotic="true" />
+ <map X="20" Y="11" />
+ </region>
+</list>
\ No newline at end of file
Index: dist/game/data/mapregion/conquest_water_area.xml
===================================================================
--- dist/game/data/mapregion/conquest_water_area.xml (nonexistent)
+++ dist/game/data/mapregion/conquest_water_area.xml (working copy)
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<list enabled="true" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../xsd/MapRegion.xsd">
+ <region name="conquest_water_area" town="ConquestTown" castle="0" locId="5225" bbs="30">
+ <respawnPoint X="-16330" Y="-189326" Z="-4005" /> 
+ <respawnPoint X="-16330" Y="-189326" Z="-4005" isChaotic="true" />
+ <map X="19" Y="11" />
+ <map X="19" Y="12" />
+ </region>
+</list>
\ No newline at end of file

i do not got what you did but works perfectly. thank you