L2JMobius

C6 L2jMobius CT0_Interlude

Sergij · 7 · 1217

Offline Sergij

  • Vassal
  • *
    • Posts: 4
Hi all!
1. Teleport from Newbie Guide contains string "Kamael village"
2. I was recieving 5 apprentice adventurer's weapon exchange coupons from Newbie Guide, but can't use this coupons.
3. When you dying in an Elven Village's area (if you dark elf), you will spawned outside of the Dark Elven Village.
4. Mobs Goblin Lookout and Green Fungus have the same Ally
5. When you dying at 4 level, your percentage will not decrease
6. Reward from a quest "Skirmish with the Orcs" is incomplete.
  • Quest item "Kaboo Chief's 2nd Torque" has not dissapear (after quest completeness).
8. Monsters only respawn in a fixed positions
9. If you're pick up a Superior herb of life under attack, you'll not feel effect from these herb.
10. Kamaloka (Laboratory) captains spawned in Gludio Castle Town.
11. Trader "Sydnia" (Gludio Castle Town, Weapons and Armor Shop) selling a "Morning Star" ("Buy Fighter Equipment").
12. If you have a "Blue Gemstone", you can't take a quest from Newbie Helper.
13. When you click on NPC while you attack him, attacking process don't stop.
14. Spellbook seller not spawn in Elven Village church.
15. You can't take a quest from Sentinel Rayen (Elven Village) for SS if you're member of another race. But if you try to do this (for example, if your character are Dark Elf), you will earn quest items from Kaboo Orcs, but you'll can't complete this quest.
  • The reward from these quest is incomplete (no SS)


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16116
You can check on L2Mobius.net Interlude server if your issues have already been resolved.
Also, if you are really into helping with CT0 development, might want to read Readme.txt TODO section.


Offline Sergij

  • Vassal
  • *
    • Posts: 4
You can check on L2Mobius.net Interlude server if your issues have already been resolved.
Also, if you are really into helping with CT0 development, might want to read Readme.txt TODO section.

Thank you Sir! But i just a player...


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16116
L2jMobius offers incredible flexibility to users, even if they are not proficient programmers.
Its user-friendly interface allows individuals with a basic understanding of the English language to navigate through the codebase effortlessly.
The system is designed in such a way that you can accomplish numerous tasks without writing a single line of code.

With a wealth of functionalities available in XML format, users can easily manipulate the system to suit their needs without delving into complex programming languages.
Whether it's tweaking existing features or creating entirely new ones, the possibilities are vast and accessible.
Editing XML or HTML files becomes a hassle-free endeavor, requiring nothing more than a simple text editor like Notepad++.

We empower users to shape their virtual worlds according to their vision, irrespective of their programming expertise.


Online skaki

  • Viscount
  • *****
    • Posts: 340
8. Monsters only respawn in a fixed positions. ---> game\config\Custom\RandomSpawns.ini

Тhe other things maybe half are fixed in subscribed version.


Online Mobius

  • Distinguished King
  • *****
    • Posts: 16116
Unlike the C6 project, retail like support for spawns by zone already exists.

I have updated a few spawns in CT0 as examples.
data\spawns\TurekOrcs.xml
data\spawns\Others\Gremlins.xml
data\spawns\TowerOfInsolenceMonsters.xml

This just needs some XML work.
Find all monsters in an area and delete all by id.
Parse spawn territories that contain those monsters from OFF file data to a new XML spawn file.

Other than that, EnableRandomMonsterSpawns configuration is enabled by default, so that even non territory spawns are not static.


Offline Sergij

  • Vassal
  • *
    • Posts: 4

Parse spawn territories that contain those monsters from OFF file data to a new XML spawn file..

Sir, i'm not a programmer, but i found some files which you can use for your projects. What do you think about decompile+translation code from C to java (from official server (advext demo for example))? Big deal or wasting time? For example, UE3 was ported into WEB with WebAssembly...