Jump to content
  • 0

cant make clan and alliance


Question

Recommended Posts

  • 0
Posted

this is inside the vilage master folder init file

 

import sys

 

from com.l2jarchid.gameserver.model.quest        import State

from com.l2jarchid.gameserver.model.quest        import QuestState

from com.l2jarchid.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]

 

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(STARTED)

    return "9000-01.htm"

 

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

CREATED    = State('Start',    QUEST)

STARTED    = State('Started',  QUEST)

COMPLETED  = State('Completed', QUEST)

 

QUEST.setInitialState(CREATED)

 

 

for item in NPC:

### Quest NPC starter initialization

  QUEST.addStartNpc(item)

### Quest NPC initialization

  QUEST.addTalkId(item)

 

 

should i change anything?

  • 0
Posted

not clan's init but the folders inits(jscript,quest) .. check if all folders are inside and try putting them from A to Z .. and not the first quest in the end and the one in the middle in first place ..

  • 0
Posted

ok um there are a lot of lists from 1 to '653_WildMaiden',

'659_IdRatherBeCollectingFairyBreath',

'660_AidingtheFloranVillage',

'999_C3Tutorial'

'9000_Clan',

'9001_Alliance',

up to here up to 999. last two i added 9000 and 9001 clan and alliance but still the samething.

  • 0
Posted

but i think im missing the clan and alliance folders. every folde ris in order just like that only clan and alliance folder are missing. do u know how can i download it or get it ?

  • 0
Posted

'9000_Clan',

'9001_Alliance',

 

to

 

'9000_Clan',

'9001_Alliance'

 

so you are using l2jarchid? do the same for jscript's init

  • 0
Posted

yea im using l2archid. but i copied that list from init file of quests. there are no folders for clan and alliance. i added them in init file and i will add them in jscrip init file too. and i will tell u if it works

  • 0
Posted

no it does samething not working. :(( ok in jscrip folder ih ave two init files __init__$py one named this and second __init__ this

i added in both  and it looks like this '3995_echo',

'4000_ShadowWeapons',

'6050_KetraOrcSupport',

'6051_VarkaSilenosSupport',

'7000_HeroItems',

'8000_RaidbossInfo',

'9999_NPCBuffer',

'9000_Clan',

'9001_Alliance'

for both.

i think  __init__$py  this must be different

  • 0
Posted

no it does samething not working. :(( ok in jscrip folder ih ave two init files __init__$py one named this and second __init__ this

i added in both  and it looks like this '3995_echo',

'4000_ShadowWeapons',

'6050_KetraOrcSupport',

'6051_VarkaSilenosSupport',

'7000_HeroItems',

'8000_RaidbossInfo',

'9999_NPCBuffer',

'9000_Clan',

'9001_Alliance'

for both.

i think  __init__$py  this must be different

 

i tried with version 358 and its working fine ...

 

use this init for jscript folder

use this init for village_master folder

use this init for quest folder

  • 0
Posted

it does the samething. :(( i think i know the problem. if i go to html folder and find vilage masters folder and choose one npc and open it as notepad look what it gives

<html><body>Grand Master Hannavalt:<br>

Welcome, lad. I am Grand Master Hannavalt, the head of this Warriors Guild. All ambitious young fighters who wish to improve themselves both physically and mentally are welcome.<br>

<a action="bypass -h npc_%objectId%_Quest 30109_hannavalt_occupation_change">Listen to information about second class transfer.</a><br>

<a action="bypass -h npc_%objectId%_Link villagemaster/SubClass.htm">Sub Class.</a><br>

<a action="bypass -h npc_%objectId%_Quest 9000_clan">Clan.</a><br>

<a action="bypass -h npc_%objectId%_Quest 9001_alliance">Alliance.</a><br>

<a action="bypass -h npc_%objectId%_Quest 4000_ShadowWeapons">Use Shadow Weapon Exchange Coupon.</a><br>

<a action="bypass -h npc_%objectId%_Quest">Quest.</a>

</body></html>

 

infront of clan and alliance says quest if i change it to Link then when i click on clan it says im missing my text here. in front of subclass is link and sub class is working regularly. any ideas

?

  • 0
Posted

try download a newer version or updating to a newer version ... the html is alright , you have nothing to change ..

  • 0
Posted

try download a newer version or updating to a newer version ... the html is alright , you have nothing to change ..

i know the answer...if you have your server folder in desktop put it into hard disk and you ok.....gl

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...