Jump to content
  • 0

probleam with clan and ally


Question

Posted

pedia otan paei kapoios na ftei3i clan to bgazi script error kai afto problima sto game server http://img151.imageshack.us/img151/5489/probleam.jpg

to idio me to ally ama patisis sto ally to idio problima

pliz help kai fast ama ginete!

 

pack interlude l2j

8 answers to this question

Recommended Posts

  • 0
Posted

pedia otan paei kapoios na ftei3i clan to bgazi script error kai afto problima sto game server http://img151.imageshack.us/img151/5489/probleam.jpg

to idio me to ally ama patisis sto ally to idio problima

pliz help kai fast ama ginete!

 

pack interlude l2j

 

pira3es tpt apo to script ?

 

to ekanes download apo tin l2j?

  • 0
Posted

dn ekana tpt sto script...to apck to exw agwrasi apo ton krash !

 

tote giati den tou stelneis ena pm na  sou dosei to fix ma fou apo ayton to agorases?

  • 0
Posted

Kane paste edw thn gramh 35 h 36 (den blepw pia einai akribos) apo to /gameserver/jscript/village_master/9000_clan/__init__.py file.

Exw basika thn entyposh oti exeis problhma se kapio html poy paei na fortosei to script

  • 0
Posted

line 35-36

    st.setState(State.STARTED)

    return "9000-01.htm"

======================================================

olokliro to script

=================================================

#

# Created by DraX on 2005.08.12

# minor fixes by DrLecter 2005.09.10

 

import sys

 

from net.sf.l2j.gameserver.model.quest        import State

from net.sf.l2j.gameserver.model.quest        import QuestState

from net.sf.l2j.gameserver.model.quest.jython import QuestJython as JQuest

 

qn = "9000_clan"

NPC=[30026,30031,30037,30066,30070,30109,30115,30120,30154,30174,30175,30176,30187, \

    30191,30195,30288,30289,30290,30297,30358,30373,30462,30474,30498,30499,30500, \

    30503,30504,30505,30508,30511,30512,30513,30520,30525,30565,30594,30595,30676, \

    30677,30681,30685,30687,30689,30694,30699,30704,30845,30847,30849,30854,30857, \

    30862,30865,30894,30897,30900,30905,30910,30913,31269,31272,31276,31279,31285, \

    31288,31314,31317,31321,31324,31326,31328,31331,31334,31755,31958,31961,31965, \

    31968,31974,31977,31996,32092,32093,32094,32095,32096,32097,32098,32145,32146, \

    32147,32150,32153,32154,32157,32158,32160,32171,32193,32199,32202,32213,32214, \

    32221,32222,32233,32234]

 

class Quest (JQuest) :

 

def __init__(self,id,name,descr): JQuest.__init__(self,id,name,descr)

 

def onEvent (self,event,st):

  htmltext    = event

  return htmltext

 

def onTalk (Self,npc,player):

  st = player.getQuestState(qn)

  npcId = npc.getNpcId()

  if npcId in NPC:

    st.set("cond","0")

    st.setState(State.STARTED)

    return "9000-01.htm"

 

QUEST      = Quest(9000,qn,"village_master")

 

 

 

 

for item in NPC:

### Quest NPC starter initialization

  QUEST.addStartNpc(item)

### Quest NPC initialization

  QUEST.addTalkId(item)

  • 0
Posted

Sorry alla den to blepw sosto to py :P

 

#
# Created by DraX on 2005.08.12
# minor fixes by DrLecter 2005.09.10

import sys

from com.l2jserver.gameserver.model.quest        import State
from com.l2jserver.gameserver.model.quest        import QuestState
from com.l2jserver.gameserver.model.quest.jython import QuestJython as JQuest

qn = "9000_clan"
NPC=[30026,30031,30037,30066,30070,30109,30115,30120,30154,30174,30175,30176,30187, \
     30191,30195,30288,30289,30290,30297,30358,30373,30462,30474,30498,30499,30500, \
     30503,30504,30505,30508,30511,30512,30513,30520,30525,30565,30594,30595,30676, \
     30677,30681,30685,30687,30689,30694,30699,30704,30845,30847,30849,30854,30857, \
     30862,30865,30894,30897,30900,30905,30910,30913,31269,31272,31276,31279,31285, \
     31288,31314,31317,31321,31324,31326,31328,31331,31334,31755,31756,31757,31958, \
     31961,31965,31968,31974,31977,31996,32092,32093,32094,32095,32096,32097,32098, \
     32145,32146,32147,32150,32153,32154,32157,32158,32160,32171,32193,32199,32202, \
     32213,32214,32221,32222,32229,32230,32233,32234]

class Quest (JQuest) :

def __init__(self,id,name,descr): JQuest.__init__(self,id,name,descr)

def onAdvEvent (self,event,npc, player) :
   htmltext = event
   if event == "9000-03.htm" :
      if player.getClan() == None or not player.isClanLeader():
         return "9000-03-no.htm"
   elif event == "9000-04.htm" :
      if player.getClan() == None or not player.isClanLeader():
         return "9000-04-no.htm"
   elif event == "9000-05.htm" :
      if player.getClan() == None or not player.isClanLeader():
         return "9000-05-no.htm"
   elif event == "9000-07.htm" :
      if player.getClan() == None or not player.isClanLeader():
         return "9000-07-no.htm"
   elif event == "9000-06a.htm" :
      if player.getClan() == None or not player.isClanLeader():
         return "9000-07-no.htm"
   elif event == "9000-12a.htm" :
      if player.getClan() == None or not player.isClanLeader():
         return "9000-07-no.htm"
   elif event == "9000-12b.htm" :
      if player.getClan() == None or not player.isClanLeader():
         return "9000-07-no.htm"
   elif event == "9000-13a.htm" :
      if player.getClan() == None or not player.isClanLeader():
         return "9000-07-no.htm"
   elif event == "9000-13b.htm" :
      if player.getClan() == None or not player.isClanLeader():
         return "9000-07-no.htm"
   elif event == "9000-14a.htm" :
      if player.getClan() == None or not player.isClanLeader():
         return "9000-07-no.htm"
   elif event == "9000-14b.htm" :
      if player.getClan() == None or not player.isClanLeader():
         return "9000-07-no.htm"
   elif event == "9000-15.htm" :
      if player.getClan() == None or not player.isClanLeader():
         return "9000-07-no.htm"
   return htmltext

def onTalk (Self,npc,player):
   st = player.getQuestState(qn)
   npcId = npc.getNpcId()
   if npcId in NPC:
     st.set("cond","0")
     st.setState(State.STARTED)
     return "9000-01.htm"

QUEST       = Quest(-1,qn,"village_master")

for item in NPC:
### Quest NPC starter initialization
   QUEST.addStartNpc(item)
### Quest NPC initialization
   QUEST.addTalkId(item)

 

Ayto einai to sosto pantos :P

  • 0
Posted

thx file....mporeis na me help kai me to ally.to idio problima exw geia des to!

#

# Created by DraX on 2005.08.12

# minor fixes by DrLecter 2005.09.10

 

import sys

 

from net.sf.l2j.gameserver.model.quest        import State

from net.sf.l2j.gameserver.model.quest        import QuestState

from net.sf.l2j.gameserver.model.quest.jython import QuestJython as JQuest

qn = "9001_alliance"

NPC=[30026,30031,30037,30066,30070,30109,30115,30120,30154,30174,30175,30176,30187, \

    30191,30195,30288,30289,30290,30297,30358,30373,30462,30474,30498,30499,30500, \

    30503,30504,30505,30508,30511,30512,30513,30520,30525,30565,30594,30595,30676, \

    30677,30681,30685,30687,30689,30694,30699,30704,30845,30847,30849,30854,30857, \

    30862,30865,30894,30897,30900,30905,30910,30913,31269,31272,31276,31279,31285, \

    31288,31314,31317,31321,31324,31326,31328,31331,31334,31755,31958,31961,31965, \

    31968,31974,31977,31996,32092,32093,32094,32095,32096,32097,32098,32145,32146, \

    32147,32150,32153,32154,32157,32158,32160,32171,32193,32199,32202,32213,32214, \

    32221,32222,32233,32234]

 

class Quest (JQuest) :

 

def onEvent (self,event,st):

  ClanLeader = st.getPlayer().isClanLeader();

  Clan = st.getPlayer().getClanId();

  htmltext = event

  if event == "9001-01.htm": htmltext = "9001-01.htm"

  elif (Clan == 0):

    st.exitQuest(1);

    htmltext = "<html><body>You must be in Clan.</body></html";

  elif event == "9001-02.htm": htmltext = "9001-02.htm"

  return htmltext

 

def __init__(self,id,name,descr): JQuest.__init__(self,id,name,descr)

 

def onTalk (Self,npc,player):

  st = player.getQuestState(qn)

  npcId = npc.getNpcId()

  ClanLeader = st.getPlayer().isClanLeader();

  Clan = st.getPlayer().getClan();

  if npcId in NPC:

    st.set("cond","0")

    st.setState(State.STARTED)

    return "9001-01.htm"

 

QUEST      = Quest(9001,qn,"village_master")

 

 

 

for item in NPC:

### Quest NPC starter initialization

  QUEST.addStartNpc(item)

### Quest NPC initialization

  QUEST.addTalkId(item)

  • 0
Posted

Parto kai to ally:

 

#
# Created by DraX on 2005.08.12
# minor fixes by DrLecter 2005.09.10

import sys

from com.l2jserver.gameserver.model.quest        import State
from com.l2jserver.gameserver.model.quest        import QuestState
from com.l2jserver.gameserver.model.quest.jython import QuestJython as JQuest
qn = "9001_alliance"
NPC=[30026,30031,30037,30066,30070,30109,30115,30120,30154,30174,30175,30176,30187, \
     30191,30195,30288,30289,30290,30297,30358,30373,30462,30474,30498,30499,30500, \
     30503,30504,30505,30508,30511,30512,30513,30520,30525,30565,30594,30595,30676, \
     30677,30681,30685,30687,30689,30694,30699,30704,30845,30847,30849,30854,30857, \
     30862,30865,30894,30897,30900,30905,30910,30913,31269,31272,31276,31279,31285, \
     31288,31314,31317,31321,31324,31326,31328,31331,31334,31755,31958,31961,31965, \
     31968,31974,31977,31996,32092,32093,32094,32095,32096,32097,32098,32145,32146, \
     32147,32150,32153,32154,32157,32158,32160,32171,32193,32199,32202,32213,32214, \
     32221,32222,32229,32230,32233,32234]

class Quest (JQuest) :

def onAdvEvent (self,event,npc, player) :
   htmltext = event
   st = player.getQuestState(qn)
   if not st : return
   ClanLeader = player.isClanLeader();
   Clan = player.getClanId();
   htmltext = event
   if event == "9001-01.htm": htmltext = "9001-01.htm"
   elif (Clan == 0):
    st.exitQuest(1);
    htmltext = "<html><body>You must be in Clan.</body></html";
   elif event == "9001-02.htm": htmltext = "9001-02.htm"
   return htmltext

def __init__(self,id,name,descr): JQuest.__init__(self,id,name,descr)

def onTalk (Self,npc,player):
   st = player.getQuestState(qn)
   npcId = npc.getNpcId()
   ClanLeader = player.isClanLeader();
   Clan = player.getClan();
   if npcId in NPC:
     st.set("cond","0")
     st.setState(State.STARTED)
     return "9001-01.htm"

QUEST      = Quest(-1,qn,"village_master")



for item in NPC:
### Quest NPC starter initialization
   QUEST.addStartNpc(item)
### Quest NPC initialization
   QUEST.addTalkId(item)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now


  • Posts

    • And Discord: https://discord.gg/3aYqWNqb
    • Ofc: https://discord.gg/3aYqWNqb
    • You can find some H5 skins shared in old L2 modding Discords, but most of the higher‑quality ones are either paid or come bundled with full client edits. I usually mix in commissioned work and whatever I can patch myself. On a side note, I fund a lot of these commissions by selling off game items through instant sell cs2 skins, which has been a quick way for me to get some cash for projects.
    • There is no need for gRPC in this case, even tho originally it was gRPC based but since we don't need it to be bi-directional, we switched to simple http requests for the web calls and SSEs for the data streamed from the server. There are distributed locks in place to precent race conditions between actions that can happen between multiple web instances and the server.   Local models can also be slow depending on the model, and most external models can actually be faster than local ones if you use Flash 2.5 or something along those lines. I am running on 512GB of Unified Memory on my Mac Studio M3 Ultra so the speed of the local model for a small model is pretty good but I tested it with Gemini too and it works equally as fast and in some cases faster. The way it works is that I'm using pgvector (one of the benefits of moving to Postgres) to search the data and see what the player can see etc and there is some batching of the next few actions for 2-4 seconds for the user until the next LLM request fires. The batching also includes branching on logic so if they for example fall under some HP they will move to kiting instead of attacking or maybe they heal etc.   Everything is authed and permission-based. The server and the backend of the frontend have secure communication between them, either with a symmetric key (not recommended for production) or a certificate (the recommended way), so there is no worry. It's all tied to the account's access level, etc., so nobody can make an action that they normally wouldn't be allowed to do. Even the MCP is token-based, and there are prompt injection protections in place. The MCP is audited, and every mutation needs confirmation. The admin area is only accessible to the admin account anyway so normal users can't access it.  
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..