Hello.. first of all I couldn't post it in User Contributions section cause i have low post count
So... i tried to use this version of SoD (viewtopic.php?f=69&t=16509) in the latest L2j Freya release...everything was fine but i got this "error" when i tried to speak with the first Instant moving device.
<html><body>Instant Moving Device:<br>This device can teleport you deep inside the Seed of Destruction.<br><a action="bypass -h npc_%objectId%_Quest SeedOfDestruction">Teleport</a></body></html>
well, for some stupid reason some devs use onFirstTalk in most of their new scripts, and this one is no exclusion. There is no need for onFirstTalk just to create questState because it's created onTalk in the QuestLink bypass, but they obviously don't know it.
Anyway, you needed to post this in that topic, not in a new one.
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste! Discussion breeds innovation.
that's how it should have been done in the first place
If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste! Discussion breeds innovation.