Jump to content
  • 0

Question

Posted

Hi guys i have one problem in 4 epic quest (Secret Ritual of the priests)

This is the code : http://pastebin.com/3Trf0MZh

 

But he give me this error

Error on: C:\Users\User\Desktop\l2j server\gameserver\data\scripts\quests\195_SecretRitualOfThePriests\__init__.py.error.log
Line: -1 - Column: -1

Traceback (innermost last):
  (no code object) at line 0
SyntaxError: ('invalid syntax', ('__init__.py', 30, 1, '/**'))

 

I can't understand where is the error  ???

 

 

8 answers to this question

Recommended Posts

  • 0
Posted

/**
* @author InsOmnia, Synerge
*/

 

I think it's fault.

It should be:

/*
* @author InsOmnia, Synerge
*/

 

It's not important but you should fix that.

 

  • 0
Posted

/**
* @author InsOmnia, Synerge
*/

 

I think it's fault.

It should be:

/*
* @author InsOmnia, Synerge
*/

 

It's not important but you should fix that.

 

 

Yes but does not solve the problem , anyway thanks ...i don't understand where is my problem :(

  • 0
Posted

Error on: C:\Users\Desktop\l2j server\gameserver\data\scripts\quests\195_SecretRitualOfThePriests\__init__.py.error.log

Line: -1 - Column: -1

 

Traceback (innermost last):

  (no code object) at line 0

SyntaxError: ('invalid syntax', ('__init__.py', 30, 1, '/*'))

 

Is this..

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

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.



×
×
  • Create New...