Jump to content

Jedzkie

Script Developers
  • Content Count

    632
  • Joined

  • Days Won

    4

Posts posted by Jedzkie


  1.  

    Hello perculis

     

    yes it is possibl to add custom quest lub files ,   the most existing servers are adding new Tabs into a existing lub file . BUT  with the NEMO patcher you can add your own lub files .

     

    Since the quest_lubs are hardcoded into the client ,  NEO made a patch to add custom entrys for it.

     

    if you dont got NEMO Patcher , you can Download it here.

     

    http://herc.ws/board/topic/2905-nemo-client-patcher/

     

     

    when you download it , you will need a  .txt file what contains the path and names of your custom lub files.

     

    example:

     

    i made a txt file called  endlessro.txt

     

    and i want to have ingame a EndlessRO quest tab

     

     

     

    then you have to add into txt file this 2 lines

     

    localquestlocal_endlessroquest_list               <------------ Just an Examplelocalquestquestinfol_endlessro_list                  <------------ Just an Example    
     
     
    if you want them displayed ingame in the  Episode Tab you can need to write this in the txt file
    epquestep_146quest_list  <------------ Just an Exampleepquestquestinfoepsoid146_list   <------------ Just an Example 

     

     
     
    if you got the txt file rdy , open up nemo and select the Read custom quest lubs , and browse him to your  txt file and patch it.
     
     
    after your done with it be sure to add the corrext values into the quest_function.lub  what is loacted in the  quest/ lub folder.
    makeLocalQuestList(LOCAL_EndlessroQuest_List)QuestTable.EndlessroQuest = EndlessroQuest_List 

     

     
    after your done with the quest_function.lub  be sure to create the correct custom quest lubs , Be sure the names are all matching
     
     
    /localquest/local_endlessroquest_list
     
    LOCAL_EndlessroQuest_List = {					{						name = [[EndlessRO Quests]],						imagefile = [[ep_test_sample.bmp]],						list = {									{										name  =	[[Test entry 1]],										list = {												{													name =[[Test entry 2]],													scrfilename = [[EndlessroQuest]],													questID = 15000,												},											},									}								},					},		}

     

     

    /localquest/quest/l_endlessro_list.lub

     

    EndlessroQuest_List = {[15000] = {				NPCFromName = [[4_MAL_CAPTAIN]],				NPCFromMap = [[malaya]],				NPCFromSpr = [[4_MAL_CAPTAIN]],				NPCFromX = 290,				NPCFromY = 340,				NPCToName = [[Guard Leader]],				NPCToMap = [[malaya]],				NPCToSpr = [[4_MAL_CAPTAIN]],				NPCToX = 290,				NPCToY = 340,				Item = [[]],				PrizeItem = [[ < image = "6497">Lesser Agimat<end> (3) < image = "6497">Lesser Agimat(PC)<end> (6)]],				Title = [[Hello Neo Its Working]],				Info = [[Hello Neo Its Working]],				Hunt1 = [[ < link = "PORING">Poring<end>]],				Hunt2 = [[]],				Hunt3 = [[]],				Time = [[0]],				LV = [[0]],			},}

     

    if I use <image> in my lub file, client crashes, any alternatives for this?


  2. Hello,

     

    As you can see, Hercules is catching up some missing items effect, fixes wrong effects, wrong prices, wrong weight and etc in renewal and pre-renewal.

     

    This time, I need you to help me catch up more item effects / behaviors / prices / weights in renewal only, pre-renewal are outdated and hard to find the correct information today,  I suggest to base your information from kRO only, but if the effects / behaviors / prices / weights of the other official servers are same as kRO, I'll accept it.

     

    Please follow the format below,

     

    Name of the item:

    Official Server: < Effect / Price / Weight / Item Behavior >

    Current in database: < Effect / Price / Weight / Item Behavior >

     

    Thank you in advance!

     

     

     

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.