Jump to content

Recommended Posts

Posted

ok guys well here i leave a new evento for Interlude...this event consist in the players at the event regatta, their ports, divides into two teams, put the two towers, and players must break down the tower of the opponent.

 

14325a94395b.jpg

 

English Lenguage

 

http://rapidshare.com/files/242791592/Event_Capture_Buzz_English__Interlude__Translated_by_CriticalError.rar

 

Russian Lenguage

 

http://rapidshare.com/files/242661049/Event_Capture_Buzz__Interlude__by_CriticalError.rar

 

Credits by -= [bloodKill] =-

Posted

Thanks, but what language is that?

this is russian soon i do with english lenguage please patience ;)

 

PD:ok my promise check first post topic updated translated by me

  • 4 weeks later...
  • 4 weeks later...
Posted

Can somebody help me fix this event?

Well when I register 2 or 3 players, only one gets ported to the event, the other ones for some reason get ported to goddard, they get registered in the event fine and get the color circle around it but they don't go to the event. Everything else works good but I can put this in the server because of this little problem.

Please help me fix it.

Thanks.

Also I get an error on attack and i need help to fix that.

 

C:\L2jserver_lauq\gameserver\data\scripts\custom\5556_base\__init__.py
Traceback (innermost last):
 (no code object) at line 0
TypeError: onAttack() too many arguments; expected 5 got 6

       at org.python.core.Py.TypeError(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$439.onAttack(Unknown Source)
       at net.sf.l2j.gameserver.model.quest.Quest.notifyAttack(Quest.java:343)
       at net.sf.l2j.gameserver.model.actor.L2Attackable.addDamage(L2Attackable
.java:794)
       at net.sf.l2j.gameserver.model.actor.L2Attackable.reduceCurrentHp(L2Atta
ckable.java:377)
       at net.sf.l2j.gameserver.model.actor.instance.L2GrandBossInstance.reduce
CurrentHp(L2GrandBossInstance.java:65)
       at net.sf.l2j.gameserver.model.actor.L2Attackable.reduceCurrentHp(L2Atta
ckable.java:349)
       at net.sf.l2j.gameserver.model.actor.L2Character.onHitTimer(L2Character.
java:5252)
       at net.sf.l2j.gameserver.model.actor.instance.L2PcInstance.onHitTimer(L2
PcInstance.java:4377)
       at net.sf.l2j.gameserver.model.actor.L2Character$HitTask.run(L2Character
.java:2495)
       at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
       at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
       at java.util.concurrent.FutureTask.run(Unknown Source)
       at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
access$301(Unknown Source)
       at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.
run(Unknown Source)
       at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source
)
       at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
       at java.lang.Thread.run(Unknown Source)

 

And here is the part geting the error

 

def onAttack (self,npc,player,damage,isPet,) :
  npcId = npc.getNpcId()
  if npcId == BASE2 and player.getName() not in TEAM1 :
     player.reduceCurrentHp(99999,player)
  if npcId == BASE1 and player.getName() not in TEAM2 :
     player.reduceCurrentHp(99999,player)
  return   

  • 4 weeks later...
Posted

Does this event work for all of you or this is just to increase your posts?

Because on my server it didn't work and I asked for help and nobody helped me so I guess people just say the share was good to get more posts.

 

 

 

Update on 09/08/09 I finally fixed this event, it is working now.

 

Guest
This topic is now closed to further replies.



  • Posts

    • https://prnt.sc/Bkkc0ShGXv9m https://prnt.sc/-JFLvZXsn27A
    • Hello guys want to sell adena in L2 Reborn Signature x1  Stock =14kk good price 
    • Hi guys, I have the following problem, I want to set up two servers on the same dedicated server and I can't.   L2jacis 409 Linux Server. The first gameserver has the following configuration: # ================================================================ # Gameserver setting # ================================================================ # This is transmitted to the clients, so it has to be an IP or resolvable hostname. If this ip is resolvable by Login just leave * Hostname = 190.25.103.103 # Bind ip of the gameserver, use * to bind on all available IPs. GameserverHostname = * GameserverPort = 7777 # The Loginserver host and port. LoginHost = 127.0.0.1 LoginPort = 9014 # This is the server id that the gameserver will request. RequestServerID = 1 # If set to true, the login will give an other id to the server (if the requested id is already reserved). AcceptAlternateID = True UseBlowfishCipher = True # ================================================================ # Database informations # ================================================================ URL = jdbc:mariadb://localhost/server1 Login = server1 Password = server1 I configured the second gameserver like this:   # ================================================================ # Gameserver setting # ================================================================ # This is transmitted to the clients, so it has to be an IP or resolvable hostname. If this ip is resolvable by Login just leave * Hostname = 0.0.0.0 # Bind ip of the gameserver, use * to bind on all available IPs. GameserverHostname = * GameserverPort = 7788 # The Loginserver host and port. LoginHost = 127.0.0.1 LoginPort = 9014 # This is the server id that the gameserver will request. RequestServerID = 2 # If set to true, the login will give an other id to the server (if the requested id is already reserved). AcceptAlternateID = True UseBlowfishCipher = True # ================================================================ # Database informations # ================================================================ URL = jdbc:mariadb://localhost/server2 Login = server2 Password = server2 apart from having tested 0.0.0.0 on the second gameserver I also tried 127.0.0.1 In both cases I see the two servers in the login when I log in, but I try to enter the one with the lowest ping and it kicks me out. The other server always appears with ping 9999 and I try to enter but it doesn't do anything and it freezes the login so I have to log in again. The hexids are in their respective folders. For server 1, it has its hexid inside the gameserver config folder, and I checked that the hexid id is the same id, for example id 1 in the gameserver is also id1 for server 1, and hexid 2 has its hexid 2 for server 2. The server ports are open and listening when I turn on both gameservers. I really don't know what could be wrong. If you could give me some help I would appreciate it. Excuse my English.
    • We have both old channels from 2006-2009 with the 3rd verification function enabled, and new ones.   For availability, please contact us below: Link - Telegram Link - Facebook WhatsApp - Click here to go to WhatsApp chat
    • You can contact me on skype: niedziolek50
  • Topics

×
×
  • Create New...