Error show in GS Console ?

Find the proper support area, Saga-Version.
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
rigid
Posts: 175
Joined: Thu Dec 17, 2009 7:20 am

Error show in GS Console ?

Post by rigid »

anyone can help me
what is it ?

Code: Select all

/usr/server/Bartz/gameserver/data/scripts/quests/999_T1Tutorial/__init__.pyTraceback (innermost last):  File "__init__.py", line 229, in onKillTypeError: int() argument must be a string or a number         at org.python.core.Py.TypeError(Unknown Source)        at org.python.core.PyInteger.asPyInteger(Unknown Source)        at org.python.core.PyInteger.int_new(Unknown Source)        at org.python.core.PyInteger$1.new_impl(Unknown Source)        at org.python.core.PyType.invoke_new_(Unknown Source)        at org.python.core.PyType.type___call__(Unknown Source)        at org.python.core.PyType.__call__(Unknown Source)        at org.python.core.PyObject.__call__(Unknown Source)        at org.python.pycode.serializable._pyx1264053215663.onKill$5(__init__.py:229)        at org.python.pycode.serializable._pyx1264053215663.call_function(__init__.py)        at org.python.core.PyTableCode.call(Unknown Source)        at org.python.core.PyTableCode.call(Unknown Source)        at org.python.core.PyTableCode.call(Unknown Source)        at org.python.core.PyFunction.__call__(Unknown Source)        at org.python.core.PyMethod.__call__(Unknown Source)        at org.python.core.PyObject.__call__(Unknown Source)        at org.python.core.PyObject._jcallexc(Unknown Source)        at org.python.core.PyObject._jcall(Unknown Source)        at org.python.proxies.main$Quest$385.onKill(Unknown Source)        at net.sf.l2j.gameserver.model.quest.Quest.notifyKill(Quest.java:434)        at net.sf.l2j.gameserver.model.actor.L2Attackable$OnKillNotifyTask.run(L2Attackable.java:483)        at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)        at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)        at java.util.concurrent.FutureTask.run(FutureTask.java:138)        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:98)        at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:207)        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)        at java.lang.Thread.run(Thread.java:619)
takhs7
Posts: 110
Joined: Sun Aug 31, 2008 7:16 am

Re: Error show in GS Console ?

Post by takhs7 »

just read the error man.. u modified quest 999_T1Tutorial (?)..
rigid
Posts: 175
Joined: Thu Dec 17, 2009 7:20 am

Re: Error show in GS Console ?

Post by rigid »

never touch this folder :(
Phear
Posts: 111
Joined: Wed Jun 25, 2008 6:36 pm
Location: USA

Re: Error show in GS Console ?

Post by Phear »

rigid wrote:never touch this folder :(

LOL

This is L2J Server man..

You need add.......

and I wont say what I really want to......
Q-Basic, VB, C# , Java Engineer
User avatar
JIV
L2j Veteran
L2j Veteran
Posts: 1882
Joined: Sun Jan 06, 2008 8:17 pm
Location: Slovakia
Contact:

Re: Error show in GS Console ?

Post by JIV »

its tutorial, you can ignore that.
Post Reply