Jump to content

perculis

Members
  • Content Count

    2
  • Joined

  • Last visited


Reputation Activity

  1. Upvote
    perculis reacted to Aeromesi in On Town Cutin Display System   
    [On Town Cutin Display System]
    Explanation:
    //Developed by Aeromesi//Version: 1.3 (eAthena to Hercules Conversion)//Ver: 1.2, Added Configuration Settings for: Character//Whisper NPC:whispmap to change the settings incase you change your mind, make sure to let players know! (Inside the script it tells you with whatever option you choose to whisper NPC:whispmap anyway.)//When you login to the towns in the array ".@cutinmaps$[0]" you will see awesome pictures that describe that town! Download: https://drive.google.com/file/d/0BzIqsBG9s19fUlJLMFJfdFBSVEE/view?usp=sharing
     
    How to install:
    Unzip "ontowndisplay.zip"
    Simply merge "ontowndisplay.grf" into your custom Servers GRF

    And here's an old video visually detailing what to expect when you go to the towns in the array ".@cutinmaps$[0]":
     



    If you like my work please view my Scripting Services below in my signature or simply Rep up my profile, any kind of appreciation means everything to me.

    Enjoy and more Power to Hercules!

    Regards,
    Aeromesi
     

    For some reason I can't upload anymore files... Did I make too many releases or does our user profile have a limit to how much we can upload? If someone could reset this limitation it would be nice, as I plan on making tons of more releases here... And I don't like using the Download Section, as it has to wait for approval, and I'm a forum lurker so that's just how I see it. Thank you anyone who can help ^^, plus google drive isn't my thing!
  2. Upvote
    perculis reacted to ossi0110 in Custom Quests Lists (bad argument #1 to 'ipairs')   
    nope current i didnt got the EVENT tab to work , still working on it
  3. Upvote
    perculis reacted to ossi0110 in Custom Quests Lists (bad argument #1 to 'ipairs')   
    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]], },}  
×
×
  • Create New...

Important Information

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